Hi all,

I am implementing a project that uses OpenSSL DTLSv1. I noticed that even after sending approximately 1 GB of data, the cipher spec did not change. So I implemented a manual renegotiate and I attempted to verify that it worked. It didn't. For some reason, after the server receives the renegotiate message from the client, it gets stuck at "SSLv3 read client hello B". I then tried the exact same code but switched the SSL_method to SSLv3 and TLSv1 and it worked just fine. The peers renegotiated a new cipher spec. Any thoughts?

Regards,
David
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to