Re: Get Information about SSL Handshake

2006-09-19 Thread Hubert Gressl
Thank you very much this works fine but how do I get the information if diffie hellman (DH) is used to negotiate the key? I wanted to compare the differnce in cpu consumption and time delay if session reuse is used or not! (Keyexchange with Diffie Hellman) Therefore I set: SSL_CTX_set_se

Get Information about SSL Handshake

2006-09-19 Thread Hubert Gressl
Hello Everybody!   I got my server and client running. I want to do some testing and need some information about the ssl handshake... whitch mechanism is used and if diffie-hellman is used what size of the primary secret is used?   I was able to get information about the cipher with SSL_get