Oh! If I read the 1.0.0 code correctly, these TLS ClientHello extensions appear to be set automagically based on the ciphers that are loaded (if any are elliptical ciphers).
________________________________________ From: [email protected] [[email protected]] on behalf of Rene Hollan Sent: Thursday, September 15, 2011 6:24 PM To: [email protected] Subject: Programatically setting EEC and EC-point options in ClientHellos to be sent I've looked at the 0.9.8o and 1.0.0 code and see how ClientHello and ServerHello TLS extensiona can be retrieved via callback mechanisms. My application is different: I need to SET TLS options in the SSL_CTX or SSL object to be used when the ClientHello is sent, specifically, those related to elliptic cryptography ciphers and EC-points. But, I can find no SSL_CTX_set_tlsext... or SSL_set_tlsext... type macro to do this. Is it supported? If so, how? (and, in which version). ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
