Hello, maybe I miss something ... But there seems to be no way to change the initial timeout duration for DTLSv1. It's value is set to one second, and it's hard-coded in d1_lib.c in function dtls1_start_timer.
The problem is I need to set a higher value, because in a project, I am working on, I am implementing a DTLS server, that has to serve a client, which needs more than one second to send it's own certificate after receiving the server's certficate in DTLS handshake process. When the timeout occurs, the ssl library re-transmist the server's certificate, which confuses the client. It would be nice to have that configurable. Regards T. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org