[nginx] QUIC: removed TLS1_3_CK_* macros wrap up.
Sergey Kandaurov
pluknet at nginx.com
Tue Jun 20 15:30:23 UTC 2023
details: https://hg.nginx.org/nginx/rev/f73dfa6c0696
branches:
changeset: 9131:f73dfa6c0696
user: Sergey Kandaurov <pluknet at nginx.com>
date: Fri Jun 16 17:13:29 2023 +0400
description:
QUIC: removed TLS1_3_CK_* macros wrap up.
They were preserved in 172705615d04 to ease transition from older BoringSSL.
diffstat:
src/event/quic/ngx_event_quic_protection.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diffs (17 lines):
diff -r 0f23488a9f5a -r f73dfa6c0696 src/event/quic/ngx_event_quic_protection.c
--- a/src/event/quic/ngx_event_quic_protection.c Tue Jun 20 17:59:02 2023 +0400
+++ b/src/event/quic/ngx_event_quic_protection.c Fri Jun 16 17:13:29 2023 +0400
@@ -15,13 +15,6 @@
#define NGX_QUIC_AES_128_KEY_LEN 16
-#ifndef TLS1_3_CK_AES_128_GCM_SHA256
-#define TLS1_3_CK_AES_128_GCM_SHA256 0x03001301
-#define TLS1_3_CK_AES_256_GCM_SHA384 0x03001302
-#define TLS1_3_CK_CHACHA20_POLY1305_SHA256 \
- 0x03001303
-#endif
-
static ngx_int_t ngx_hkdf_expand(u_char *out_key, size_t out_len,
const EVP_MD *digest, const u_char *prk, size_t prk_len,
More information about the nginx-devel
mailing list