summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-22QUIC: fixed bulding perl module by reducing header pollution.Sergey Kandaurov3-0/+5
2020-07-22SSL: fixed compilation without QUIC after 0d2b2664b41c.Roman Arutyunyan1-0/+2
2020-07-21QUIC: eliminated connection handler argument in ngx_quic_run().Roman Arutyunyan2-12/+6
2020-07-21QUIC: added "quic" listen parameter in Stream.Roman Arutyunyan2-11/+13
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan3-14/+32
2020-07-18QUIC: do not verify the selected ALPN protocol.Roman Arutyunyan2-8/+1
2020-07-18QUIC: fixed stream read event log.Roman Arutyunyan1-2/+2
2020-07-20Fixed format specifiers.Sergey Kandaurov3-44/+43
2020-07-16QUIC: added anti-amplification limit.Vladimir Homutov1-0/+25
2020-07-16QUIC: added limit of queued data.Vladimir Homutov3-15/+32
2020-07-16QUIC: implemented probe timeout (PTO) calculation.Vladimir Homutov2-9/+60
2020-07-13QUIC: reworked retransmission mechanism.Vladimir Homutov2-63/+75
2020-07-15QUIC: reworked ngx_quic_send_frames() function.Vladimir Homutov1-44/+29
2020-07-13QUIC: renaming.Vladimir Homutov1-18/+16
2020-07-13QUIC: caching c->quic in the ngx_quic_handle_ack_frame() function.Vladimir Homutov1-10/+13
2020-07-10QUIC: delay field of an ACK frame is now calculated.Vladimir Homutov3-2/+28
2020-07-16QUIC: added rtt estimation.Vladimir Homutov2-9/+96
2020-07-13Merged with the default branch.Sergey Kandaurov3-21/+51
2020-07-06Upstream: drop extra data sent by upstream.Maxim Dounin1-0/+28
2020-07-02QUIC: Introduced ngx_quic_finalize_connection().Roman Arutyunyan4-48/+91
2020-06-29SSL: fixed unexpected certificate requests (ticket #2008).Maxim Dounin1-1/+2
2020-06-19Style.Vladimir Homutov1-0/+1
2020-06-23Update Initial salt and Retry secret from quic-tls-29.Sergey Kandaurov1-4/+15
2020-06-23Get rid of hardcoded numbers used for quic handshake errors.Sergey Kandaurov3-7/+13
2020-06-23Discard short packets which could not be decrypted.Sergey Kandaurov2-4/+6
2020-06-23Close connection with PROTOCOL_VIOLATION on decryption failure.Sergey Kandaurov1-2/+2
2020-06-23Define KEY_UPDATE_ERROR from quic-tls-24.Sergey Kandaurov2-2/+2
2020-06-23Reject new QUIC connection with CONNECTION_REFUSED on shutdown.Sergey Kandaurov1-0/+5
2020-06-23Close QUIC connection with NO_ERROR on c->close.Sergey Kandaurov1-1/+2
2020-06-23QUIC error SERVER_BUSY renamed to CONNECTION_REFUSED in draft-29.Sergey Kandaurov2-2/+2
2020-06-18QUIC: cleaned up quic encryption state tracking.Vladimir Homutov1-14/+6
2020-06-18QUIC: added ALPN checks.Vladimir Homutov2-3/+32
2020-06-18QUIC: fixed off-by-one in frame range handler.Vladimir Homutov1-1/+1
2020-06-16QUIC: further limiting maximum QUIC packet size.Vladimir Homutov2-4/+21
2020-06-15QUIC: raise error on missing transport parameters.Vladimir Homutov1-40/+48
2020-06-15QUIC: Fixed connection cleanup.Vladimir Homutov1-0/+4
2020-06-15OCSP: fixed use-after-free on error.Roman Arutyunyan1-21/+20
2020-06-10Style.Vladimir Homutov1-1/+2
2020-06-10Limited max udp payload size for outgoing packets.Vladimir Homutov2-1/+9
2020-06-10Increased default initial retransmit timeout.Vladimir Homutov1-3/+5
2020-06-10Fixed usage of own/client transport parameters.Vladimir Homutov1-2/+2
2020-06-05Stream ID handling in MAX_STREAM_DATA and STREAM_DATA_BLOCKED.Sergey Kandaurov1-0/+21
2020-06-05Stream ID handling in RESET_STREAM and STOP_SENDING frames.Sergey Kandaurov1-2/+79
2020-06-05Reject invalid STREAM ID with STREAM_STATE_ERROR connection error.Sergey Kandaurov1-0/+12
2020-06-05Introduced connection error APPLICATION_ERROR from draft-28.Sergey Kandaurov2-2/+2
2020-06-05Receipt of CONNECTION_CLOSE in 0-RTT is permitted in draft-28.Sergey Kandaurov1-0/+5
2020-06-05Treat receipt of NEW_TOKEN as connection error PROTOCOL_VIOLATION.Sergey Kandaurov2-2/+1
2020-06-03SSL: added verify callback to ngx_ssl_trusted_certificate().Maxim Dounin1-0/+2
2020-06-01Compatibility with BoringSSL master branch.Sergey Kandaurov3-11/+25
2020-06-01Fixed transport parameters on a new connection with a valid token.Sergey Kandaurov2-8/+13