summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl3.h')
-rw-r--r--src/lib/libssl/ssl3.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h
index 603d9ccb4f..55fbf72242 100644
--- a/src/lib/libssl/ssl3.h
+++ b/src/lib/libssl/ssl3.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl3.h,v 1.58 2024/02/03 15:58:33 beck Exp $ */ 1/* $OpenBSD: ssl3.h,v 1.59 2024/03/02 11:46:55 tb 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 *
@@ -314,19 +314,6 @@ extern "C" {
314#define TLS1_HB_REQUEST 1 314#define TLS1_HB_REQUEST 1
315#define TLS1_HB_RESPONSE 2 315#define TLS1_HB_RESPONSE 2
316 316
317#define SSL3_CT_RSA_SIGN 1
318#define SSL3_CT_DSS_SIGN 2
319#define SSL3_CT_RSA_FIXED_DH 3
320#define SSL3_CT_DSS_FIXED_DH 4
321#define SSL3_CT_RSA_EPHEMERAL_DH 5
322#define SSL3_CT_DSS_EPHEMERAL_DH 6
323#define SSL3_CT_FORTEZZA_DMS 20
324/* SSL3_CT_NUMBER is used to size arrays and it must be large
325 * enough to contain all of the cert types defined either for
326 * SSLv3 and TLSv1.
327 */
328#define SSL3_CT_NUMBER 7
329
330#define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS 0x0001 317#define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS 0x0001
331#define TLS1_FLAGS_SKIP_CERT_VERIFY 0x0010 318#define TLS1_FLAGS_SKIP_CERT_VERIFY 0x0010
332#define TLS1_FLAGS_FREEZE_TRANSCRIPT 0x0020 319#define TLS1_FLAGS_FREEZE_TRANSCRIPT 0x0020