diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 2e324e5d31..df115725a0 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_locl.h,v 1.346 2021/05/16 13:56:31 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.347 2021/05/16 15:49:01 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 | * |
@@ -1047,28 +1047,6 @@ typedef struct sess_cert_st { | |||
1047 | #define TLSV1_3_ENC_FLAGS (SSL_ENC_FLAG_SIGALGS | \ | 1047 | #define TLSV1_3_ENC_FLAGS (SSL_ENC_FLAG_SIGALGS | \ |
1048 | SSL_ENC_FLAG_TLS1_3_CIPHERS) | 1048 | SSL_ENC_FLAG_TLS1_3_CIPHERS) |
1049 | 1049 | ||
1050 | /* | ||
1051 | * ssl_aead_ctx_st contains information about an AEAD that is being used to | ||
1052 | * encrypt an SSL connection. | ||
1053 | */ | ||
1054 | struct ssl_aead_ctx_st { | ||
1055 | EVP_AEAD_CTX ctx; | ||
1056 | /* | ||
1057 | * fixed_nonce contains any bytes of the nonce that are fixed for all | ||
1058 | * records. | ||
1059 | */ | ||
1060 | unsigned char fixed_nonce[12]; | ||
1061 | unsigned char fixed_nonce_len; | ||
1062 | unsigned char variable_nonce_len; | ||
1063 | unsigned char xor_fixed_nonce; | ||
1064 | unsigned char tag_len; | ||
1065 | /* | ||
1066 | * variable_nonce_in_record is non-zero if the variable nonce | ||
1067 | * for a record is included as a prefix before the ciphertext. | ||
1068 | */ | ||
1069 | char variable_nonce_in_record; | ||
1070 | }; | ||
1071 | |||
1072 | extern const SSL_CIPHER ssl3_ciphers[]; | 1050 | extern const SSL_CIPHER ssl3_ciphers[]; |
1073 | 1051 | ||
1074 | const char *ssl_version_string(int ver); | 1052 | const char *ssl_version_string(int ver); |