diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 2122fea936..72de5c15a9 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.125 2017/01/26 07:20:57 beck Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.126 2017/01/31 15:35:46 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -501,6 +501,8 @@ struct ssl_session_st { | |||
501 | 501 | ||
502 | /* As server, disallow session resumption on renegotiation */ | 502 | /* As server, disallow session resumption on renegotiation */ |
503 | #define SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION 0x00010000L | 503 | #define SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION 0x00010000L |
504 | /* Disallow client initiated renegotiation. */ | ||
505 | #define SSL_OP_NO_CLIENT_RENEGOTIATION 0x00020000L | ||
504 | /* If set, always create a new key when using tmp_ecdh parameters */ | 506 | /* If set, always create a new key when using tmp_ecdh parameters */ |
505 | #define SSL_OP_SINGLE_ECDH_USE 0x00080000L | 507 | #define SSL_OP_SINGLE_ECDH_USE 0x00080000L |
506 | /* If set, always create a new key when using tmp_dh parameters */ | 508 | /* If set, always create a new key when using tmp_dh parameters */ |