summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2023-08-23quic_impl.c: Add QUIC_RAISE_NON_IO_ERROR() and use itTomas Mraz
2023-08-23ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz
2023-08-23QUIC: Miscellaneous error handling updatesTomas Mraz
2023-08-23QUIC: Add ERR_raise() calls for EVP call failuresTomas Mraz
2023-08-23Remove TODO(QUIC) about raising errors from ossl_quic_tls_tick()Tomas Mraz
2023-08-22QUIC: Update ping deadline when we receive a packetTomas Mraz
2023-08-22quic_trace.c: Fix typo in tracesTomas Mraz
2023-08-22QUIC: Do not discard the INITIAL el too earlyTomas Mraz
2023-08-20Handle the case where the read buffer is empty but we have received FINMatt Caswell
2023-08-20ssl_get_min_max_version(): Remove unused variable singleshub-al
2023-08-18quic_new_record_layer(): Change TODO(QUIC) to QUIC FUTURETomas Mraz
2023-08-17Fix a memory leak in tls_new_record_layerMatt Caswell
2023-08-17Don't free the prev BIO prematurelyMatt Caswell
2023-08-16quic: process stateless resetsPauli
2023-08-15Fix a use-after-free in quic_tls.cMatt Caswell
2023-08-15Add a test for receiving a post-handshake CertificateRequestMatt Caswell
2023-08-15Add the ability to send NewSessionTicket messages when we want themMatt Caswell
2023-08-15TLS KeyUpdate messages are not allowed in QUICMatt Caswell
2023-08-15NewSessionTickets with an early_data extension must have a valid max valueMatt Caswell
2023-08-15Don't forget we are doing QUIC if we clear the QUIC TLS dataMatt Caswell
2023-08-15Unexpected QUIC post-handshake CertificateRequests are a PROTOCOL_VIOLATIONMatt Caswell
2023-08-14ssl_local.h: Define SSL_OP_CISCO_ANYCONNECT if undefined in public headersTomas Mraz
2023-08-14ossl_qrl_enc_level_set_provide_secret(): Clear el->md on errorTomas Mraz
2023-08-10Minor fixesHugo Landau
2023-08-10QUIC CHANNEL: Tune RXFC default parametersHugo Landau
2023-08-10QUIC UINT_SET: Fix null dereference (coverity)Hugo Landau
2023-08-10QUIC TSERVER: Handle return value correctly (coverity)Hugo Landau
2023-08-10QUIC APL: Add missing unlock call (coverity)Hugo Landau
2023-08-10QUIC: Check block_until_pred return value in shutdown (coverity)Hugo Landau
2023-08-10QUIC QTX: Handle negative IV values correctly (coverity)Hugo Landau
2023-08-10QUIC QTLS: Fix NULL dereference (coverity)Hugo Landau
2023-08-10QUIC QRX: Handle negative IV length values correctly (coverity)Hugo Landau
2023-08-10EVENT QUEUE: Fix memory leak (coverity)Hugo Landau
2023-08-10QUIC FIFD: CoverityHugo Landau
2023-08-10QUIC UINT_SET: Fix regression after list refactorHugo Landau
2023-08-10QUIC TEST: STREAM, MAX_DATA and MAX_STREAM_DATA testingHugo Landau
2023-08-10QUIC TXP: Fix bug where TXPIM PKT could be used after freeHugo Landau
2023-08-10QUIC APL/CHANNEL: Wire up connection closure reasonHugo Landau
2023-08-10QUIC TEST: Test NEW_CONN_ID framesHugo Landau
2023-08-10QUIC TEST: Ensure PING causes ACK generationHugo Landau
2023-08-08Resolve some of the TODO(QUIC) itemsTomas Mraz
2023-08-08bio_ssl.c: Support most ctrls with QUIC based BIO_SSLTomas Mraz
2023-08-08QUIC TLS: Rethink error handlingHugo Landau
2023-08-08QUIC: Fix nitHugo Landau
2023-08-08QUIC: Move string conversion functions into a source fileHugo Landau
2023-08-08QUIC CHANNEL: Improve error reportingHugo Landau
2023-08-08QUIC WIRE: RFC 9000 s. 19.6Hugo Landau
2023-08-08QUIC CHANNEL: Apply flow control to CRYPTO streamsHugo Landau
2023-08-08QUIC FC: Rename stream count mode to reflect actual functionHugo Landau
2023-08-08QUIC CHANNEL: Fix typoHugo Landau