Re: SSL_CTX_set_psk_client_callback

2013-07-18 Thread Holger Weiß
* Leo Leo [2013-07-17 13:57]: > I haven't understood exactly the reason of this callback and I'd like to > know if it's for what I need. The purpose of this callback is to provide OpenSSL with the PSK identity and the pre-shared key to use. > could you explain how to use the parameters? The man

Re: How do session accept timeout with OpenSSL

2012-08-16 Thread Holger Weiß
* Charles Mills [2012-08-15 17:31]: > Every OpenSSL example I have seen uses BIO, but there is no need to use > BIO, right (unless one wants I/O-type-independence). That's right, though the socket BIO methods also abstract away quite a few obscure platform specifics. > I have eliminated all of m