summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2023-08-08QUIC QRX: Don't process 1-RTT packets until handshake is completeHugo Landau
2023-08-08QUIC QRX: Enforce PN monotonicity with key updatesHugo Landau
2023-08-08QUIC CHANNEL, TXP: Discard INITIAL EL correctlyHugo Landau
2023-08-08QUIC TLS: Report TLS errors properly as QUIC protocol errorsHugo Landau
2023-08-08QUIC CHANNEL: Send correct alert code if no TPARAMs receivedHugo Landau
2023-08-08QUIC TXP: Allow PATH_RESPONSE to force paddingHugo Landau
2023-08-08QUIC CFQ: Unreliable transmission for PATH_RESPONSEHugo Landau
2023-08-08QUIC: Echo PATH_CHALLENGE frames as PATH_RESPONSE framesHugo Landau
2023-08-04quic compliance: 10.2.3 dropping instead of closingPauli
2023-08-04Fix type/legacy namePauli
2023-08-04quic conformance: add comment about section 10.2.3 conformancePauli
2023-08-04trivial code nitPauli
2023-08-04quic conformance: 10.2.1 rate limitingPauli