]> git.kaiwu.me - nginx.git/commitdiff
QUIC: removed TLS1_3_CK_* macros wrap up.
authorSergey Kandaurov <pluknet@nginx.com>
Fri, 16 Jun 2023 13:13:29 +0000 (17:13 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Fri, 16 Jun 2023 13:13:29 +0000 (17:13 +0400)
They were preserved in 172705615d04 to ease transition from older BoringSSL.

src/event/quic/ngx_event_quic_protection.c

index 9e731e3917ed6099e752e78277b07938db15a8d3..ecac6f578767df9797817bb51ad5969187ffffa7 100644 (file)
 
 #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,