summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_tls.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-03-07QUIC: Uniform changes for QUIC error code definitions renameHugo Landau
2023-10-31Check for NULL when freeing the QUIC_TLS objectMatt Caswell
2023-10-23If an error occurs constructing the quic record layer, free it properlyMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-09-02Handle non IO based retry errors in QUICMatt Caswell
2023-09-01QUIC TLS: Better error message when ALPN not usedHugo Landau
2023-08-25Always use uint8_t for TLS record typeTomas Mraz
2023-08-25quic_tls.c: Fix wrong format string when raising errorTomas Mraz
2023-08-25Avoid issues with endianness when type is used in SSL_trace()Tomas Mraz
2023-08-23Remove TODO(QUIC) about raising errors from ossl_quic_tls_tick()Tomas Mraz
2023-08-18quic_new_record_layer(): Change TODO(QUIC) to QUIC FUTURETomas Mraz
2023-08-15Fix a use-after-free in quic_tls.cMatt Caswell
2023-08-15NewSessionTickets with an early_data extension must have a valid max valueMatt Caswell
2023-08-15Unexpected QUIC post-handshake CertificateRequests are a PROTOCOL_VIOLATIONMatt Caswell
2023-08-10QUIC QTLS: Fix NULL dereference (coverity)Hugo Landau
2023-08-08QUIC TLS: Rethink error handlingHugo Landau
2023-08-08QUIC CHANNEL: Improve error reportingHugo Landau
2023-08-08QUIC TLS: Report TLS errors properly as QUIC protocol errorsHugo Landau
2023-08-02Keep doing ossl_quic_tls_tick() even after handshake completionMatt Caswell
2023-04-27Update the SSL_rstate_string*() return value for QUICMatt Caswell
2023-04-12Allow partially releasing a record for TLSMatt Caswell
2023-04-12Make the data field for get_record() constMatt Caswell
2023-04-12Add support for rstream get/release record in the QUIC TLS layerMatt Caswell
2023-02-22Add a test for a server that doesn't provide transport paramsMatt Caswell
2023-01-24Add QUIC-TLS server supportMatt Caswell
2023-01-24Add support for the msg_callbackMatt Caswell
2023-01-24Add an initial QUIC-TLS implementationMatt Caswell