-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
TLS 1.2 CCM modes #227
Comments
If you're using OpenSSL specifically you may want to look into using the |
Unfortunately, we have a lot of investment already in both |
FYI, the easiest path forward was to build a custom version of openssl until we can get CCM into rustls: This can be done in openssl by editing changing:
to
|
I am implementing a standard that requires that both sides support
TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
. These ciphers are in OpenSSL, but are disabled by default.I see that #4 has kind of stalled.
Is there any way that you're aware to set the default cipher list when using the openssl library via environment variable?
I've tried via the openssl config file
/etc/ssl/openssl.cnf
but that seems to get ignored... perhaps it only pertains to the openssl cli?The text was updated successfully, but these errors were encountered: