log src/event/ngx_event_quic_protection.c @ 8646:4bf332873a83 quic

age author description
Wed, 18 Nov 2020 20:56:11 +0000 Sergey Kandaurov QUIC: rejecting zero-length packets with PROTOCOL_VIOLATION. quic
Tue, 17 Nov 2020 21:33:16 +0000 Sergey Kandaurov QUIC: simplified and streamlined ngx_quic_decrypt(). quic
Tue, 17 Nov 2020 21:33:12 +0000 Sergey Kandaurov QUIC: merged create_long/short_packet() functions. quic
Tue, 17 Nov 2020 21:32:22 +0000 Sergey Kandaurov QUIC: macros for manipulating header protection and reserved bits. quic
Tue, 17 Nov 2020 21:32:06 +0000 Sergey Kandaurov QUIC: hide header creation internals in ngx_event_quic_transport.c. quic
Mon, 02 Nov 2020 18:21:34 +0300 Sergey Kandaurov QUIC: refactored key handling. quic
Mon, 26 Oct 2020 23:47:49 +0300 Vladimir Homutov QUIC: got rid of "pkt" abbreviation in logs. quic
Mon, 26 Oct 2020 23:47:16 +0300 Vladimir Homutov QUIC: added "rx" and "tx" prefixes to packet debug. quic
Tue, 27 Oct 2020 14:12:31 +0300 Vladimir Homutov QUIC: revised value separators in debug and error messages. quic
Fri, 02 Oct 2020 12:40:49 +0300 Vladimir Homutov QUIC: enabled more key-related debug by default. quic
Thu, 01 Oct 2020 12:09:47 +0100 Sergey Kandaurov QUIC: fixed clang-ast asserts. quic
Wed, 30 Sep 2020 20:54:46 +0300 Vladimir Homutov QUIC: added stateless reset support. quic
Fri, 25 Sep 2020 21:46:55 +0300 Roman Arutyunyan QUIC: keep the entire packet size in pkt->len. quic
Tue, 08 Sep 2020 13:35:50 +0300 Sergey Kandaurov QUIC: removed check for packet size beyond MAX_UDP_PAYLOAD_SIZE. quic
Tue, 08 Sep 2020 13:28:56 +0300 Sergey Kandaurov QUIC: check that the packet length is of at least sample size. quic
Tue, 08 Sep 2020 13:27:39 +0300 Sergey Kandaurov QUIC: update packet length for short packets too. quic
Wed, 02 Sep 2020 22:34:15 +0300 Vladimir Homutov QUIC: pass return code from ngx_quic_decrypt() to the caller. quic
Tue, 01 Sep 2020 15:21:49 +0300 Roman Arutyunyan QUIC: do not update largest packet number from a bad packet. quic
Fri, 21 Aug 2020 14:41:41 +0300 Sergey Kandaurov QUIC: stripped down debug traces that have served its purpose. quic
Wed, 22 Jul 2020 14:48:49 +0300 Sergey Kandaurov QUIC: fixed bulding perl module by reducing header pollution. quic
Mon, 20 Jul 2020 15:19:03 +0300 Sergey Kandaurov Fixed format specifiers. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Update Initial salt and Retry secret from quic-tls-29. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Discard short packets which could not be decrypted. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Close connection with PROTOCOL_VIOLATION on decryption failure. quic
Fri, 29 May 2020 12:56:08 +0300 Sergey Kandaurov Renamed max_packet_size to max_udp_payload_size, from draft-28. quic
Wed, 20 May 2020 15:36:24 +0300 Sergey Kandaurov Assorted fixes. quic
Thu, 14 May 2020 01:06:45 +0300 Vladimir Homutov Discard packets without fixed bit or reserved bits set. quic
Thu, 14 May 2020 15:47:18 +0300 Sergey Kandaurov Address validation using Retry packets. quic
Wed, 06 May 2020 14:34:44 +0300 Sergey Kandaurov Restored ngx_quic_encrypt return type. quic
Thu, 30 Apr 2020 12:22:35 +0300 Vladimir Homutov Store clearflags in pkt->flags after decryption. quic
Thu, 30 Apr 2020 12:38:38 +0300 Vladimir Homutov Reworked macros for parsing/assembling packet types. quic
Fri, 24 Apr 2020 11:33:00 +0300 Vladimir Homutov Cleaned up hexdumps in debug output. quic
Fri, 24 Apr 2020 10:11:47 +0300 Vladimir Homutov Debug cleanup. quic
Thu, 16 Apr 2020 12:46:48 +0300 Sergey Kandaurov Parsing of truncated packet numbers. quic
Sat, 04 Apr 2020 22:25:41 +0300 Vladimir Homutov Added check for SSL_get_current_cipher() results. quic
Mon, 06 Apr 2020 14:54:08 +0300 Sergey Kandaurov TLS Key Update in QUIC. quic
Sat, 04 Apr 2020 17:34:39 +0300 Sergey Kandaurov Removed excessive debugging in QUIC packet creation. quic
Sat, 04 Apr 2020 17:34:04 +0300 Sergey Kandaurov Logging of packet numbers in QUIC packet creation. quic
Fri, 03 Apr 2020 14:02:16 +0300 Vladimir Homutov Proper handling of packet number in header. quic
Fri, 03 Apr 2020 13:49:40 +0300 Sergey Kandaurov Fixed computing nonce again, by properly shifting packet number. quic
Thu, 02 Apr 2020 11:40:25 +0300 Sergey Kandaurov Fixed computing nonce by xoring all packet number bytes. quic
Wed, 01 Apr 2020 14:31:08 +0300 Vladimir Homutov Introduced packet namespace in QUIC connection. quic
Wed, 01 Apr 2020 14:25:25 +0300 Vladimir Homutov Refactored QUIC secrets storage. quic
Wed, 01 Apr 2020 13:27:42 +0300 Sergey Kandaurov TLS Early Data key derivation support. quic
Wed, 01 Apr 2020 13:27:41 +0300 Sergey Kandaurov Style. quic
Thu, 26 Mar 2020 16:54:46 +0300 Vladimir Homutov Got rid of memory allocation in decryption. quic
Thu, 26 Mar 2020 13:54:49 +0300 Vladimir Homutov Logging cleanup. quic
Thu, 26 Mar 2020 12:11:50 +0300 Vladimir Homutov Removed memory allocations from encryption code. quic
Mon, 23 Mar 2020 18:47:17 +0300 Roman Arutyunyan Limit output QUIC packets with client max_packet_size. quic
Fri, 20 Mar 2020 20:03:44 +0300 Vladimir Homutov Added checks for permitted frame types. quic
Wed, 18 Mar 2020 12:58:27 +0300 Vladimir Homutov Extracted transport part of the code into separate file. quic
Mon, 16 Mar 2020 19:00:47 +0300 Vladimir Homutov Split transport and crypto parts into separate files. quic