aboutsummaryrefslogtreecommitdiff
path: root/src/event/quic/ngx_event_quic_ssl.c
Commit message (Expand)AuthorAge
* QUIC: ignore CRYPTO frames after handshake completion.Roman Arutyunyan2024-05-28
* QUIC: split keys availability checks to read and write sides.Sergey Kandaurov2023-08-31
* QUIC: removed use of SSL_quic_read_level and SSL_quic_write_level.Sergey Kandaurov2023-09-01
* QUIC: posted generating TLS Key Update next keys.Sergey Kandaurov2023-08-25
* QUIC: path MTU discovery.Roman Arutyunyan2023-08-14
* QUIC: OpenSSL compatibility layer.Roman Arutyunyan2023-02-22
* QUIC: improved ssl_reject_handshake error logging.Sergey Kandaurov2023-02-23
* QUIC: using ngx_ssl_handshake_log().Sergey Kandaurov2023-02-23
* QUIC: moved "handshake failed" reason to send_alert.Sergey Kandaurov2023-02-23
* QUIC: using NGX_QUIC_ERR_CRYPTO macro in ALPN checks.Sergey Kandaurov2023-02-23
* QUIC: ngx_quic_copy_buffer() function.Roman Arutyunyan2023-01-31
* QUIC: relocated ngx_quic_init_streams() for 0-RTT.Roman Arutyunyan2023-01-10
* QUIC: avoid using C99 designated initializers.Sergey Kandaurov2022-11-22
* QUIC: removed compatibility with older BoringSSL API.Sergey Kandaurov2022-10-20
* QUIC: support for setting QUIC methods with LibreSSL.Sergey Kandaurov2022-10-20
* QUIC: using SSL_set_quic_early_data_enabled() only with QuicTLS.Sergey Kandaurov2022-10-20
* QUIC: avoided pool usage in ngx_quic_protection.c.Vladimir Homutov2022-07-27
* QUIC: fixed indentation.Sergey Kandaurov2022-02-16
* QUIC: eliminated ngx_quic_copy_buf().Roman Arutyunyan2022-02-14
* QUIC: ngx_quic_buffer_t object.Roman Arutyunyan2022-02-14
* QUIC: do not declare SSL buffering, it's not used.Sergey Kandaurov2022-02-01
* QUIC: limited SSL_set_quic_use_legacy_codepoint() API usage.Sergey Kandaurov2022-01-27
* QUIC: set to standard TLS codepoint after draft versions removal.Sergey Kandaurov2022-01-26
* QUIC: reworked migration handling.Vladimir Homutov2022-01-19
* QUIC: return written size from ngx_quic_write_chain().Roman Arutyunyan2022-01-13
* QUIC: renamed buffer-related functions.Roman Arutyunyan2021-12-16
* QUIC: refactored ngx_quic_order_bufs() and ngx_quic_split_bufs().Roman Arutyunyan2021-12-24
* QUIC: avoid excessive buffer allocations in stream output.Roman Arutyunyan2021-12-24
* QUIC: converted ngx_quic_keys_set_encryption_secret() to NGX codes.Sergey Kandaurov2021-12-07
* QUIC: ngx_quic_send_alert() callback moved to its place.Sergey Kandaurov2021-11-30
* QUIC: connections with wrong ALPN protocols are now rejected.Vladimir Homutov2021-11-03
* QUIC: speeding up processing 0-RTT.Sergey Kandaurov2021-10-26
* QUIC: refactored OCSP validation in preparation for 0-RTT support.Sergey Kandaurov2021-10-26
* Configure: check for QUIC 0-RTT support at compile time.Ruslan Ermilov2021-09-27
* QUIC: macro style.Ruslan Ermilov2021-09-09
* QUIC: removed duplicate logging of Stateless Reset Token.Sergey Kandaurov2021-08-24
* QUIC: client certificate validation with OCSP.Sergey Kandaurov2021-08-04
* QUIC: updated specification references.Sergey Kandaurov2021-06-16
* QUIC: improved errors readability.Vladimir Homutov2021-06-10
* QUIC: refactored CRYPTO and STREAM buffer ordering.Roman Arutyunyan2021-05-25
* QUIC: connection migration.Vladimir Homutov2021-04-29
* QUIC: separate files for SSL library interfaces.Vladimir Homutov2021-04-14