-
Notifications
You must be signed in to change notification settings - Fork 35
Documentation for PSQv2 & client-authentication proposal #1248
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
Conversation
|
Looks like the macOS ASAN nightly has gone a bit stale. Attempting to unpin that with #1258. |
franziskuskiefer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't go too deep yet. But this looks good in general.
There are a bunch of public items without docs. But also no warnings. So they may not be exposed.
Co-authored-by: Franziskus Kiefer <[email protected]>
franziskuskiefer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Let's get this in.
This PR adds
tls_codecto ML-DSAResponderonce the first initiator message was processed for out-of-band verification. I've added a functionResponder::abort_handshaketo reset the responder if this verification fails.README.mdSession. This will export a secret derived asHKDF-SHA256(K_session, context || "PSQ secret export")wherecontextcan be provided by the application.TODO: