Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / ssl / quic / quic_tls.c
2024-04-09 Richard LevitteCopyright year updates
2024-03-07 Hugo LandauQUIC: Uniform changes for QUIC error code definitions...
2023-10-31 Matt CaswellCheck for NULL when freeing the QUIC_TLS object
2023-10-23 Matt CaswellIf an error occurs constructing the quic record layer...
2023-09-07 Matt CaswellCopyright year updates
2023-09-02 Matt CaswellHandle non IO based retry errors in QUIC
2023-09-01 Hugo LandauQUIC TLS: Better error message when ALPN not used
2023-08-25 Tomas MrazAlways use uint8_t for TLS record type
2023-08-25 Tomas Mrazquic_tls.c: Fix wrong format string when raising error
2023-08-25 Tomas MrazAvoid issues with endianness when type is used in SSL_t...
2023-08-23 Tomas MrazRemove TODO(QUIC) about raising errors from ossl_quic_t...
2023-08-18 Tomas Mrazquic_new_record_layer(): Change TODO(QUIC) to QUIC...
2023-08-15 Matt CaswellFix a use-after-free in quic_tls.c
2023-08-15 Matt CaswellNewSessionTickets with an early_data extension must...
2023-08-15 Matt CaswellUnexpected QUIC post-handshake CertificateRequests...
2023-08-10 Hugo LandauQUIC QTLS: Fix NULL dereference (coverity)
2023-08-08 Hugo LandauQUIC TLS: Rethink error handling
2023-08-08 Hugo LandauQUIC CHANNEL: Improve error reporting
2023-08-08 Hugo LandauQUIC TLS: Report TLS errors properly as QUIC protocol...
2023-08-02 Matt CaswellKeep doing ossl_quic_tls_tick() even after handshake...
2023-04-27 Matt CaswellUpdate the SSL_rstate_string*() return value for QUIC
2023-04-12 Matt CaswellAllow partially releasing a record for TLS
2023-04-12 Matt CaswellMake the data field for get_record() const
2023-04-12 Matt CaswellAdd support for rstream get/release record in the QUIC...
2023-02-22 Matt CaswellAdd a test for a server that doesn't provide transport...
2023-01-24 Matt CaswellAdd QUIC-TLS server support
2023-01-24 Matt CaswellAdd support for the msg_callback
2023-01-24 Matt CaswellAdd an initial QUIC-TLS implementation