Option to set current cert to server certificate.

This commit is contained in:
Dr. Stephen Henson
2014-02-21 19:42:03 +00:00
parent 214368ffee
commit daddd9a950
4 changed files with 29 additions and 0 deletions

View File

@@ -1949,6 +1949,7 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
#define SSL_CERT_SET_FIRST 1
#define SSL_CERT_SET_NEXT 2
#define SSL_CERT_SET_SERVER 3
#define DTLSv1_get_timeout(ssl, arg) \
SSL_ctrl(ssl,DTLS_CTRL_GET_TIMEOUT,0, (void *)arg)