-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
If openssl 1.1.1 is detected, the TLSv1.3 psk stuff is enabled unconditionally. However, it can be disabled via no-psk configuration.
Building against such openssl will give the following:
$ ldd /usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so
ldd (0x7ff279843000)
libssl.so.1.1 => /lib/libssl.so.1.1 (0x7ff279705000)
libcrypto.so.1.1 => /lib/libcrypto.so.1.1 (0x7ff279488000)
libpython3.6m.so.1.0 => /usr/lib/libpython3.6m.so.1.0 (0x7ff279202000)
libc.musl-x86_64.so.1 => ldd (0x7ff279843000)
Error relocating /usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: SSL_CTX_set_psk_client_callback: symbol not found
Error relocating /usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: SSL_CTX_use_psk_identity_hint: symbol not found
Error relocating /usr/lib/python3.6/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: SSL_CTX_set_psk_server_callback: symbol not found
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels