log src/event/quic/ngx_event_quic_protection.c @ 9177:22d110af473c

age author description
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: removed key field from ngx_quic_secret_t.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: simplified ngx_quic_ciphers() API.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: cleaned up now unused ngx_quic_ciphers() calls.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: reusing crypto contexts for header protection.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: common code for crypto open and seal operations.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: reusing crypto contexts for packet protection.
Fri, 20 Oct 2023 18:05:07 +0400 Sergey Kandaurov QUIC: renamed protection functions.
Thu, 31 Aug 2023 19:54:10 +0400 Sergey Kandaurov QUIC: split keys availability checks to read and write sides.
Fri, 25 Aug 2023 13:51:38 +0400 Sergey Kandaurov QUIC: posted generating TLS Key Update next keys.
Fri, 16 Jun 2023 17:13:29 +0400 Sergey Kandaurov QUIC: removed TLS1_3_CK_* macros wrap up.
Tue, 20 Jun 2023 17:59:02 +0400 Sergey Kandaurov QUIC: style.
Tue, 20 Jun 2023 17:59:01 +0400 Sergey Kandaurov QUIC: unified ngx_quic_tls_open() and ngx_quic_tls_seal().
Tue, 20 Jun 2023 16:10:49 +0400 Roman Arutyunyan QUIC: TLS_AES_128_CCM_SHA256 cipher suite support.
Fri, 09 Jun 2023 10:23:22 +0400 Roman Arutyunyan QUIC: common cipher control constants instead of GCM-related.
Fri, 09 Jun 2023 10:25:54 +0400 Roman Arutyunyan QUIC: a new constant for AEAD tag length.
Wed, 22 Feb 2023 19:16:53 +0400 Roman Arutyunyan QUIC: OpenSSL compatibility layer. quic
Fri, 25 Nov 2022 15:56:33 +0400 Sergey Kandaurov QUIC: fixed computation of nonce with packet numbers beyond 2^32. quic
Tue, 22 Nov 2022 18:05:36 +0400 Sergey Kandaurov QUIC: fixed C4389 MSVC warning about signed/unsigned mismatch. quic
Tue, 22 Nov 2022 18:05:35 +0400 Sergey Kandaurov QUIC: avoid using C99 designated initializers. quic
Tue, 22 Nov 2022 18:05:35 +0400 Sergey Kandaurov QUIC: moved variable declaration to fix build with MSVC 2010. quic
Thu, 20 Oct 2022 16:21:05 +0400 Sergey Kandaurov QUIC: using native TLSv1.3 cipher suite constants. quic
Wed, 27 Jul 2022 17:31:16 +0400 Vladimir Homutov QUIC: removed ngx_quic_keys_new(). quic
Wed, 27 Jul 2022 17:16:40 +0400 Vladimir Homutov QUIC: avoided pool usage in ngx_quic_protection.c. quic
Wed, 27 Jul 2022 17:15:33 +0400 Vladimir Homutov QUIC: fixed-length buffers for secrets. quic
Wed, 26 Jan 2022 14:15:40 +0300 Sergey Kandaurov QUIC: removed draft versions support. quic
Tue, 07 Dec 2021 15:42:10 +0300 Sergey Kandaurov QUIC: converted ngx_quic_keys_set_encryption_secret() to NGX codes. quic
Thu, 07 Oct 2021 13:48:29 +0300 Vladimir Homutov QUIC: refactored packet creation. quic
Tue, 26 Oct 2021 18:05:57 +0300 Sergey Kandaurov QUIC: style. quic
Thu, 17 Jun 2021 12:35:38 +0300 Sergey Kandaurov QUIC: compact initial secrets table. quic
Wed, 16 Jun 2021 17:55:57 +0300 Sergey Kandaurov QUIC: optimized initial secrets key length computation. quic
Wed, 16 Jun 2021 17:54:21 +0300 Sergey Kandaurov QUIC: consistent use of 12-byte buffers in nonce computation. quic
Wed, 16 Jun 2021 17:53:18 +0300 Sergey Kandaurov QUIC: consistent use of 5-byte buffers for header protection. quic
Wed, 16 Jun 2021 11:55:12 +0300 Sergey Kandaurov QUIC: updated specification references. quic
Tue, 13 Apr 2021 12:38:34 +0300 Sergey Kandaurov QUIC: normalize header inclusion. quic
Wed, 07 Apr 2021 15:14:41 +0300 Sergey Kandaurov QUIC: fixed memory leak in ngx_hkdf_extract()/ngx_hkdf_expand(). quic
Wed, 31 Mar 2021 21:43:17 +0300 Sergey Kandaurov QUIC: HKDF API compatibility with OpenSSL master branch. quic
Thu, 11 Mar 2021 14:43:01 +0300 Vladimir Homutov QUIC: added error handling to ngx_hkdf_extract()/ngx_hkdf_expand(). quic
Fri, 19 Feb 2021 17:27:19 +0300 Sergey Kandaurov QUIC: multiple versions support. quic
Thu, 18 Feb 2021 19:21:09 +0300 Sergey Kandaurov QUIC: removed support prior to draft-29. quic
Mon, 15 Feb 2021 14:54:28 +0300 Sergey Kandaurov QUIC: fixed indentation. quic
Mon, 08 Feb 2021 16:49:33 +0300 Vladimir Homutov QUIC: the "quic_host_key" directive. quic
Mon, 11 Jan 2021 15:25:48 +0300 Sergey Kandaurov QUIC: draft-33 salt and retry keys. quic
Fri, 25 Dec 2020 14:01:28 +0300 Vladimir Homutov QUIC: moved all quic sources into src/event/quic. quic base src/event/ngx_event_quic_protection.c@e12df7041c99