diff src/event/quic/ngx_event_quic_protection.h @ 9128:756ab66de10e

QUIC: TLS_AES_128_CCM_SHA256 cipher suite support.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 20 Jun 2023 16:10:49 +0400
parents 29a6c0e11f75
children 2880f60a80c3
line wrap: on
line diff
--- 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