pyopenssl
pyopenssl copied to clipboard
Support for custom extensions
Hi,
openssl provides an API to add custom extensions on ClientHello/ServerHello messages through SSL_CTX_add_server_custom_ext / SSL_CTX_add_client_custom_ext ( https://www.openssl.org/docs/ssl/SSL_CTX_add_server_custom_ext.html ). Is there a way to do something like this with pyopenssl?
:+1: