pyopenssl icon indicating copy to clipboard operation
pyopenssl copied to clipboard

Support for custom extensions

Open yiannisy opened this issue 10 years ago • 1 comments

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?

yiannisy avatar May 01 '15 21:05 yiannisy

:+1:

nick-allen avatar Jun 04 '15 18:06 nick-allen