PeterMosmans / openssl

'Extra featured' OpenSSL with ChaCha20 and Poly1305 support
https://onwebsecurity.com/pages/openssl.html
Other
92 stars 18 forks source link

implement -no_tlsext #21

Closed tomato42 closed 9 years ago

tomato42 commented 9 years ago

Some servers implement TLS1.0 but are intolerant to any and all extensions sent by clients. Implement option to disable sending of the extensions completely.

# Conflicts:
#   ssl/t1_lib.c

Port of https://github.com/openssl/openssl/pull/215

tomato42 commented 9 years ago

just drop me a line if you want them squashed

PeterMosmans commented 9 years ago

Thanks for the pull request and addition @tomato42