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 openssl-dev@openssl.org Automated List Manager majord...@openssl.org