-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Callback on keying completion, plus wolfSSH_GetText. #544
Callback on keying completion, plus wolfSSH_GetText. #544
Conversation
Can one of the admins verify this patch? |
fffa1f2
to
52a932c
Compare
ok to test |
Might be dependent on another PR? This is the report from Jenkins:
|
The patch only cares about a subset of the wc_HashType enum, how do you suggest we deal with that?
This has been fixed with the proper #ifdef. |
If not handling all cases for the hash enums in the switch statement, then either
|
…en wolfssl is configured without CURVE25519.
edac47e
to
8abf3ca
Compare
@JacobBarthelmeh please, have a look at it now. |
Superseded by PR #694. |
A callback is optionally invoked on keying completion. From within this callback it's possible to invoke wolfSSH_GetText() to get a textual representation of a few internal variables, identified by the WS_Text enum.