log src/event/ngx_event_quic.c @ 8190:2bc1f97c1c2d quic

age author description
Thu, 05 Mar 2020 13:10:01 +0300 Sergey Kandaurov Fixed packet "input" debug log message. quic
Thu, 05 Mar 2020 13:00:59 +0300 Sergey Kandaurov Using SSL cipher suite id to obtain cipher/digest, part 1. quic
Thu, 05 Mar 2020 12:51:49 +0300 Sergey Kandaurov Using cached ssl_conn in ngx_quic_handshake_input(), NFC. quic
Wed, 04 Mar 2020 16:05:39 +0300 Sergey Kandaurov Adjusted transport parameters stub for active_connection_id_limit. quic
Wed, 04 Mar 2020 15:52:12 +0300 Vladimir Homutov Implemented improved version of quic_output(). quic
Tue, 03 Mar 2020 17:25:02 +0300 Sergey Kandaurov QUIC handshake final bits. quic
Tue, 03 Mar 2020 13:30:30 +0300 Vladimir Homutov Split frame and packet generation into separate steps. quic
Mon, 02 Mar 2020 21:38:03 +0300 Vladimir Homutov Aded the "ngx_quic_hexdump" macro. quic
Fri, 28 Feb 2020 16:23:25 +0300 Vladimir Homutov Moved all QUIC code into ngx_event_quic.c quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov Cleanup. quic
Wed, 26 Feb 2020 16:56:47 +0300 Vladimir Homutov Generic function for HKDF expansion. quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov QUIC header protection routines, introduced ngx_quic_tls_hp(). quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov AEAD routines, introduced ngx_quic_tls_open()/ngx_quic_tls_seal(). quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov OpenSSL compatibility. quic