commit | c6913eeb762edffddecaaba5c84909d7a7962927 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Sat Apr 06 15:50:12 2013 +0100 |
committer | Dr. Stephen Henson <steve@openssl.org> | Tue Apr 09 14:02:48 2013 +0100 |
tree | a57c3c33e23b846852f00ec4681c6fdeccf8ea85 | |
parent | 04638f2fc335a6dc2af8e5d556d36e29c261dcd2 [diff] |
Dual DTLS version methods. Add new methods DTLS_*_method() which support both DTLS 1.0 and DTLS 1.2 and pick the highest version the peer supports during negotiation. As with SSL/TLS options can change this behaviour specifically SSL_OP_NO_DTLSv1 and SSL_OP_NO_DTLSv1_2.