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