You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consider adding the DTLSv1_2_*method symbols to the openssl bindings (DTLSv1_*method are present at least in the latest release, but the newer DTLS_*method and the DTLSv1_2_*method are missing). It seems to me that adding those is sufficient to utilize DTLS 1.2 in the Python OpenSSL bindings.
DTLS version 1.2 is mandated for the transport layer security suite of the CoAP protocol that is increasingly being rolled out in IoT devices.
The text was updated successfully, but these errors were encountered:
Please consider adding the
DTLSv1_2_*method
symbols to the openssl bindings (DTLSv1_*method
are present at least in the latest release, but the newerDTLS_*method
and theDTLSv1_2_*method
are missing). It seems to me that adding those is sufficient to utilize DTLS 1.2 in the Python OpenSSL bindings.DTLS version 1.2 is mandated for the transport layer security suite of the CoAP protocol that is increasingly being rolled out in IoT devices.
The text was updated successfully, but these errors were encountered: