summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-08-17QUIC: Update SSL_accept_stream manpageHugo Landau
2023-08-17Don't free the prev BIO prematurelyMatt Caswell
2023-08-17Fix a leak in an error path when duplicating an OSSL_DECODER_CTX.Matt Caswell
2023-08-17issue-21718: remove setting of PTHREAD_MUTEX_NORMALNeil Horman
2023-08-16Fix decoders so that they use the passed in propq.slontis
2023-08-16Improve documentation for BIO_s_memNeil Horman
2023-08-16quic: process stateless resetsPauli
2023-08-16Check i2d_X509_NAME return in X509_NAME_hash_ex/old3lswear
2023-08-15http_server.c: allow clients to connect with IPv6Dr. David von Oheimb
2023-08-15Fix a leak in an error path in OSSL_DECODER_CTX_new_for_pkey()Matt Caswell
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-15Remove include/internal/decoder.h, as it's superfluousRichard Levitte
2023-08-15Fix no-dsa in combination with no-errMatt Caswell
2023-08-15Fix no-dtls and no-tls in combinationMatt 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-14quic_record_test.c: For tests that require ChaCha require also Poly1305Tomas Mraz
2023-08-14quicapitest.c: Fix missing wait_until_sock_readable()Tomas Mraz
2023-08-14quicserver.c: Use BIO_printf to stderr instead of plain printfTomas Mraz
2023-08-14Don't call ossl_assert on the result of bn_wexpandMatt Caswell
2023-08-10Minor fixesHugo Landau
2023-08-10QUIC CHANNEL: Tune RXFC default parametersHugo Landau
2023-08-10QUIC TEST: Fix double close of FD (coverity)Hugo 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-10QUIC CC TEST: Fix memory leakHugo Landau
2023-08-10EVENT QUEUE: Fix memory leak (coverity)Hugo Landau
2023-08-10QUIC FIFD: CoverityHugo Landau
2023-08-10QUIC FC: TEST: CoverityHugo Landau
2023-08-10QUIC TEST: Coverity - Ensure stream names are non-NULLHugo Landau
2023-08-10QUIC SSTREAM: Fix test which was not being executed fullyHugo Landau
2023-08-10QUIC UINT_SET: Fix regression after list refactorHugo Landau
2023-08-10QUIC TXP: Re-enable accidentially disabled testsHugo 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 TEST: RESET_STREAM, STOP_SENDINGHugo Landau
2023-08-10QUIC TEST: Connection closure reason testingHugo Landau
2023-08-10QUIC APL/CHANNEL: Wire up connection closure reasonHugo Landau
2023-08-10QUIC TEST: Test repeated HANDSHAKE_DONE, non-minimal encodingHugo Landau