summaryrefslogtreecommitdiffhomepage
path: root/src/event/quic/ngx_event_quic_protection.h
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2023-06-20 16:10:49 +0400
committerRoman Arutyunyan <arut@nginx.com>2023-06-20 16:10:49 +0400
commit69826dd4f766e5e7748f8dbdd14e6c3073250d5a (patch)
tree333135f6b82ac29981c756ba10fc4eff3b672c7d /src/event/quic/ngx_event_quic_protection.h
parent3ee1051912c5e3df89d270fd5c533a4af4d0c2ee (diff)
downloadnginx-69826dd4f766e5e7748f8dbdd14e6c3073250d5a.tar.gz
nginx-69826dd4f766e5e7748f8dbdd14e6c3073250d5a.tar.bz2
QUIC: TLS_AES_128_CCM_SHA256 cipher suite support.
Diffstat (limited to 'src/event/quic/ngx_event_quic_protection.h')
-rw-r--r--src/event/quic/ngx_event_quic_protection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/quic/ngx_event_quic_protection.h b/src/event/quic/ngx_event_quic_protection.h
index 0cec1d81a..4e56ea9d1 100644
--- a/src/event/quic/ngx_event_quic_protection.h
+++ b/src/event/quic/ngx_event_quic_protection.h
@@ -16,7 +16,7 @@
#define NGX_QUIC_ENCRYPTION_LAST ((ssl_encryption_application) + 1)
-/* RFC 5116, 5.1 and RFC 8439, 2.3/2.5 for all supported ciphers */
+/* RFC 5116, 5.1/5.3 and RFC 8439, 2.3/2.5 for all supported ciphers */
#define NGX_QUIC_IV_LEN 12
#define NGX_QUIC_TAG_LEN 16