diff options
author | tb <> | 2024-03-02 11:46:55 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 11:46:55 +0000 |
commit | 3e5e7f2a269ad388a1b8199d25b80d3a62e57e92 (patch) | |
tree | f3a156ff7fdf4beb4ece3ebd30ce13b3acca00fd /src/lib/libssl/tls1.h | |
parent | 17dd058fa6a2fcf296d19d4fca23180abec5ba40 (diff) | |
download | openbsd-3e5e7f2a269ad388a1b8199d25b80d3a62e57e92.tar.gz openbsd-3e5e7f2a269ad388a1b8199d25b80d3a62e57e92.tar.bz2 openbsd-3e5e7f2a269ad388a1b8199d25b80d3a62e57e92.zip |
Make {SSL3,TLS}_CT_* internal
And here goes a bunch of unused macros that just had to be in two
headers so they could get out of sync. Three of these constants
are used in a single function...
ok jsing
Diffstat (limited to 'src/lib/libssl/tls1.h')
-rw-r--r-- | src/lib/libssl/tls1.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/lib/libssl/tls1.h b/src/lib/libssl/tls1.h index 05514b8f4d..21666291ff 100644 --- a/src/lib/libssl/tls1.h +++ b/src/lib/libssl/tls1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls1.h,v 1.58 2024/03/02 11:44:47 tb Exp $ */ | 1 | /* $OpenBSD: tls1.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 | * |
@@ -740,17 +740,6 @@ SSL_CTX_callback_ctrl(ssl,SSL_CTRL_SET_TLSEXT_TICKET_KEY_CB,(void (*)(void))cb) | |||
740 | #define TLS1_3_RFC_AES_128_CCM_8_SHA256 "TLS_AES_128_CCM_8_SHA256" | 740 | #define TLS1_3_RFC_AES_128_CCM_8_SHA256 "TLS_AES_128_CCM_8_SHA256" |
741 | #endif | 741 | #endif |
742 | 742 | ||
743 | #define TLS_CT_RSA_SIGN 1 | ||
744 | #define TLS_CT_DSS_SIGN 2 | ||
745 | #define TLS_CT_RSA_FIXED_DH 3 | ||
746 | #define TLS_CT_DSS_FIXED_DH 4 | ||
747 | #define TLS_CT_ECDSA_SIGN 64 | ||
748 | #define TLS_CT_RSA_FIXED_ECDH 65 | ||
749 | #define TLS_CT_ECDSA_FIXED_ECDH 66 | ||
750 | /* when correcting this number, correct also SSL3_CT_NUMBER in ssl3.h (see | ||
751 | * comment there) */ | ||
752 | #define TLS_CT_NUMBER 7 | ||
753 | |||
754 | #define TLS1_FINISH_MAC_LENGTH 12 | 743 | #define TLS1_FINISH_MAC_LENGTH 12 |
755 | 744 | ||
756 | #define TLS_MD_MAX_CONST_SIZE 20 | 745 | #define TLS_MD_MAX_CONST_SIZE 20 |