log src/event/quic/ngx_event_quic_ssl.c @ 9157:daf8f5ba23d8

age author description
Fri, 01 Sep 2023 20:31:46 +0400 Sergey Kandaurov QUIC: removed use of SSL_quic_read_level and SSL_quic_write_level.
Fri, 25 Aug 2023 13:51:38 +0400 Sergey Kandaurov QUIC: posted generating TLS Key Update next keys.
Mon, 14 Aug 2023 09:21:27 +0400 Roman Arutyunyan QUIC: path MTU discovery.
Wed, 22 Feb 2023 19:16:53 +0400 Roman Arutyunyan QUIC: OpenSSL compatibility layer. quic
Thu, 23 Feb 2023 16:26:38 +0400 Sergey Kandaurov QUIC: improved ssl_reject_handshake error logging. quic
Thu, 23 Feb 2023 16:17:29 +0400 Sergey Kandaurov QUIC: using ngx_ssl_handshake_log(). quic
Thu, 23 Feb 2023 16:16:56 +0400 Sergey Kandaurov QUIC: moved "handshake failed" reason to send_alert. quic
Thu, 23 Feb 2023 15:49:59 +0400 Sergey Kandaurov QUIC: using NGX_QUIC_ERR_CRYPTO macro in ALPN checks. quic
Tue, 31 Jan 2023 14:12:18 +0400 Roman Arutyunyan QUIC: ngx_quic_copy_buffer() function. quic
Tue, 10 Jan 2023 17:24:10 +0400 Roman Arutyunyan QUIC: relocated ngx_quic_init_streams() for 0-RTT. quic
Tue, 22 Nov 2022 18:05:35 +0400 Sergey Kandaurov QUIC: avoid using C99 designated initializers. quic
Thu, 20 Oct 2022 16:21:07 +0400 Sergey Kandaurov QUIC: removed compatibility with older BoringSSL API. quic
Thu, 20 Oct 2022 16:21:06 +0400 Sergey Kandaurov QUIC: support for setting QUIC methods with LibreSSL. quic
Thu, 20 Oct 2022 16:21:06 +0400 Sergey Kandaurov QUIC: using SSL_set_quic_early_data_enabled() only with QuicTLS. quic
Wed, 27 Jul 2022 17:16:40 +0400 Vladimir Homutov QUIC: avoided pool usage in ngx_quic_protection.c. quic
Wed, 16 Feb 2022 15:45:47 +0300 Sergey Kandaurov QUIC: fixed indentation. quic
Mon, 14 Feb 2022 14:53:46 +0300 Roman Arutyunyan QUIC: eliminated ngx_quic_copy_buf(). quic
Mon, 14 Feb 2022 15:27:59 +0300 Roman Arutyunyan QUIC: ngx_quic_buffer_t object. quic
Tue, 01 Feb 2022 20:46:32 +0300 Sergey Kandaurov QUIC: do not declare SSL buffering, it's not used. quic
Thu, 27 Jan 2022 13:14:01 +0300 Sergey Kandaurov QUIC: limited SSL_set_quic_use_legacy_codepoint() API usage. quic
Wed, 26 Jan 2022 14:15:40 +0300 Sergey Kandaurov QUIC: set to standard TLS codepoint after draft versions removal. quic
Wed, 19 Jan 2022 22:39:24 +0300 Vladimir Homutov QUIC: reworked migration handling. quic
Thu, 13 Jan 2022 11:34:42 +0300 Roman Arutyunyan QUIC: return written size from ngx_quic_write_chain(). quic
Thu, 16 Dec 2021 17:06:35 +0300 Roman Arutyunyan QUIC: renamed buffer-related functions. quic
Fri, 24 Dec 2021 18:17:23 +0300 Roman Arutyunyan QUIC: refactored ngx_quic_order_bufs() and ngx_quic_split_bufs(). quic
Fri, 24 Dec 2021 18:13:51 +0300 Roman Arutyunyan QUIC: avoid excessive buffer allocations in stream output. quic
Tue, 07 Dec 2021 15:42:10 +0300 Sergey Kandaurov QUIC: converted ngx_quic_keys_set_encryption_secret() to NGX codes. quic
Tue, 30 Nov 2021 14:30:59 +0300 Sergey Kandaurov QUIC: ngx_quic_send_alert() callback moved to its place. quic
Wed, 03 Nov 2021 13:36:21 +0300 Vladimir Homutov QUIC: connections with wrong ALPN protocols are now rejected. quic
Tue, 26 Oct 2021 17:43:10 +0300 Sergey Kandaurov QUIC: speeding up processing 0-RTT. quic
Tue, 26 Oct 2021 17:43:10 +0300 Sergey Kandaurov QUIC: refactored OCSP validation in preparation for 0-RTT support. quic
Mon, 27 Sep 2021 10:10:37 +0300 Ruslan Ermilov Configure: check for QUIC 0-RTT support at compile time. quic
Thu, 09 Sep 2021 15:40:08 +0300 Ruslan Ermilov QUIC: macro style. quic
Tue, 24 Aug 2021 14:40:33 +0300 Sergey Kandaurov QUIC: removed duplicate logging of Stateless Reset Token. quic
Wed, 04 Aug 2021 15:49:18 +0300 Sergey Kandaurov QUIC: client certificate validation with OCSP. quic
Wed, 16 Jun 2021 11:55:12 +0300 Sergey Kandaurov QUIC: updated specification references. quic
Thu, 10 Jun 2021 23:17:51 +0300 Vladimir Homutov QUIC: improved errors readability. quic
Tue, 25 May 2021 13:55:12 +0300 Roman Arutyunyan QUIC: refactored CRYPTO and STREAM buffer ordering. quic
Thu, 29 Apr 2021 15:35:02 +0300 Vladimir Homutov QUIC: connection migration. quic
Wed, 14 Apr 2021 14:47:04 +0300 Vladimir Homutov QUIC: separate files for SSL library interfaces. quic