-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Add support for TLS PSK #1846
Comments
gdamore
added a commit
that referenced
this issue
Jul 21, 2024
gdamore
added a commit
that referenced
this issue
Jul 21, 2024
gdamore
added a commit
that referenced
this issue
Jul 21, 2024
gdamore
added a commit
that referenced
this issue
Jul 21, 2024
gdamore
added a commit
that referenced
this issue
Jul 21, 2024
gdamore
added a commit
that referenced
this issue
Jul 21, 2024
This also adds an SP layer transport test for TLS, based on the TCP test but with some additions; this test does not cover all the edge cases for TLS, but it does at least show how to use it.
gdamore
added a commit
that referenced
this issue
Jul 21, 2024
This also adds an SP layer transport test for TLS, based on the TCP test but with some additions; this test does not cover all the edge cases for TLS, but it does at least show how to use it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We would like to have the ability to use PSK. There are many contexts where pre-shared keys are a lot easier to use.
Note that pre-shared keys need to be specified along with an identity. As with some other aspects of TLS, the single value functions for setopt() seem not up to task.
Instead, we would like to use the TLS configuration object for this, with functions to operate on the TLS configuration. There simply isn't a much better solution.
The text was updated successfully, but these errors were encountered: