I can't seem to get either BIO_set_ssl_renegotiate_timeout() or 
BIO_set_ssl_renegotiate_bytes() to work, although SSL_renegotiate() works just 
fine, watching the packets using Packetyzer.

I've tried the BIO_set_..... calls in various places, just after 
BIO_new_connect(), just after SSL_connect(), and just after 
post_connection_check(), but to no avail. The calls return 0, and when I trace 
them into bss_conn.c, its obvious why: the switch statement in conn_state() 
which the BIO_set_.... calls I'm using eventually boil down to doesn't have a 
case corresponding to setting up renegotiation. So is this not implemented, or 
have I got something very wrong?

TIA
BG



--------------------------------------
Protect yourself from spam, 
use http://sneakemail.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to