summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-05Using cached ssl_conn in ngx_quic_handshake_input(), NFC.Sergey Kandaurov1-10/+11
2020-03-04Adjusted transport parameters stub for active_connection_id_limit.Sergey Kandaurov1-1/+2
2020-03-04Implemented improved version of quic_output().Vladimir Homutov1-95/+276
2020-03-03QUIC handshake final bits.Sergey Kandaurov1-9/+207
2020-03-03Split frame and packet generation into separate steps.Vladimir Homutov1-90/+181
2020-03-02Aded the "ngx_quic_hexdump" macro.Vladimir Homutov1-176/+69
2020-02-28Moved all QUIC code into ngx_event_quic.cVladimir Homutov3-420/+1039
2020-02-28Introduced quic_version macro, uint16/uint32 routines ported.Sergey Kandaurov2-4/+44
2020-02-28Cleanup.Sergey Kandaurov3-160/+72
2020-02-26Generic function for HKDF expansion.Vladimir Homutov3-218/+97
2020-02-28QUIC header protection routines, introduced ngx_quic_tls_hp().Sergey Kandaurov3-18/+38
2020-02-28AEAD routines, introduced ngx_quic_tls_open()/ngx_quic_tls_seal().Sergey Kandaurov3-133/+257
2020-02-28Introduced ngx_quic_secret_t.Sergey Kandaurov2-59/+44
2020-02-28QUIC handshake handler, draft 24 bump.Sergey Kandaurov1-1/+1
2020-02-28PN-aware AEAD nonce, feeding proper CRYPTO length.Sergey Kandaurov1-13/+41
2020-02-28OpenSSL compatibility.Sergey Kandaurov4-80/+465
2020-02-28QUIC add_handshake_data callback, varint routines.Sergey Kandaurov2-5/+150
2020-02-28QUIC set_encryption_secrets callback.Sergey Kandaurov2-19/+230
2020-02-28Server Initial Keys.Sergey Kandaurov1-0/+5
2020-02-28Initial QUIC support in http.Sergey Kandaurov3-0/+177
2019-12-27SSL: reworked posted next events again.Maxim Dounin4-14/+16
2019-12-24SSL: reworked posted next events.Maxim Dounin5-34/+28
2019-10-17SSL: available bytes handling (ticket #1431).Maxim Dounin5-0/+78
2019-10-17Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin8-10/+8
2019-10-17SSL: improved ngx_ssl_recv_chain() to stop if c->read->ready is 0.Maxim Dounin1-0/+4
2019-10-17Event pipe: disabled c->read->available checking for SSL.Maxim Dounin1-1/+5
2019-08-16SSL: lowered log level for WSAECONNABORTED errors on Windows.Maxim Dounin1-0/+3
2016-04-11SSL: removed OpenSSL 0.9.7 compatibility.Sergey Kandaurov2-48/+4
2019-04-15OCSP stapling: fixed segfault with dynamic certificate loading.Maxim Dounin1-0/+5
2019-04-03OCSP stapling: open ssl_stapling_file in binary-mode.Sergey Kandaurov1-1/+1
2019-03-26SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn.Nikolay Morozov1-0/+2
2019-03-09SSL: support for parsing PEM certificates from memory.Maxim Dounin1-25/+43
2019-03-09SSL: removed redundant "pkey" variable.Maxim Dounin1-3/+2
2019-03-03SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option.Maxim Dounin1-0/+4
2019-03-03SSL: server name callback changed to return fatal errors.Maxim Dounin1-0/+6
2019-02-25SSL: adjusted session id context with dynamic certificates.Maxim Dounin2-5/+28
2019-02-25SSL: passwords support for dynamic certificate loading.Maxim Dounin2-1/+70
2019-02-25SSL: loading of connection-specific certificates.Maxim Dounin2-0/+78
2019-02-25SSL: reworked ngx_ssl_certificate().Maxim Dounin1-103/+186
2019-02-25SSL: removed logging of empty "(SSL:)" in ngx_ssl_error().Maxim Dounin1-22/+28
2019-02-07SSL: fixed EVP_DigestFinal_ex() error message.Sergey Kandaurov1-1/+1
2019-01-31SSL: separate checks for errors in ngx_ssl_read_password_file().Maxim Dounin1-2/+5
2019-01-31SSL: explicitly zero out session ticket keys.Ruslan Ermilov1-0/+24
2019-01-31Modules compatibility: down flag in ngx_peer_connection_t.Roman Arutyunyan1-0/+1
2019-01-28Removed --test-build-eventport workaround for old FreeBSD versions.Sergey Kandaurov1-2/+0
2019-01-24Win32: detection of connect() errors in select().Maxim Dounin1-4/+13
2019-01-24Win32: added WSAPoll() support.Maxim Dounin1-0/+435
2019-01-24Events: fixed copying of old events in poll init.Maxim Dounin1-1/+1
2019-01-14Prevented scheduling events on a shared connection.Roman Arutyunyan1-0/+6
2018-12-18SSL: avoid reading on pending SSL_write_early_data().Sergey Kandaurov2-0/+21