summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-08-16Fix decoders so that they use the passed in propq.slontis
2023-08-16quic: process stateless resetsPauli
2023-08-15http_server.c: allow clients to connect with IPv6Dr. David von Oheimb
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-15Fix no-dsa in combination with no-errMatt Caswell
2023-08-15Fix no-dtls and no-tls in combinationMatt Caswell
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-10Minor fixesHugo Landau
2023-08-10QUIC TEST: Fix double close of FD (coverity)Hugo Landau
2023-08-10QUIC CC TEST: Fix memory leakHugo 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 TXP: Re-enable accidentially disabled testsHugo Landau
2023-08-10QUIC TEST: STREAM, MAX_DATA and MAX_STREAM_DATA testingHugo Landau
2023-08-10QUIC TEST: RESET_STREAM, STOP_SENDINGHugo Landau
2023-08-10QUIC TEST: Connection closure reason testingHugo Landau
2023-08-10QUIC TEST: Test repeated HANDSHAKE_DONE, non-minimal encodingHugo Landau
2023-08-10QUIC TEST: Test NEW_CONN_ID framesHugo Landau
2023-08-10QUIC TEST: Test malformed crypto stream data, excess bufferingHugo Landau
2023-08-10QUIC TEST: Ensure bogus BLOCKED frames are ignoredHugo Landau
2023-08-10QUIC TEST: Ensure PATH_RESPONSE is ignoredHugo Landau
2023-08-10QUIC TEST: Test ACK frame generationHugo Landau
2023-08-10QUIC TEST: Ensure PING causes ACK generationHugo Landau
2023-08-10QUIC TEST: Fault Injection: PADDINGHugo Landau
2023-08-10Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_freeOlga Batyshkina
2023-08-08QUIC fault testing TODOs are changed into regular commentsTomas Mraz
2023-08-08QUIC CHANNEL: Improve error reportingHugo Landau
2023-08-08QUIC: Test crypto stream FC limitsHugo Landau
2023-08-08QUIC CONFORMANCE: Test that CRYPTO frames with bad offsets/lengths are rejectedHugo Landau
2023-08-08QUIC QRX: Test for 1-RTT processing restrictionHugo Landau
2023-08-08QUIC QRX: Don't process 1-RTT packets until handshake is completeHugo Landau
2023-08-08QUIC: Update no-TPARAM test for correct error codeHugo 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-04endecode_test.c: Add tests for decoding with 0 selectionTomas Mraz
2023-08-04test: skip FIPS config auto loading based tests if feature is disabledPauli
2023-08-04provider test: don't run configuration based tests if configuration isn't loadedPauli
2023-08-04PBE test: load providers if auto config load is turned offPauli
2023-08-04testutil: allow a failure return from setup_tests that doesn't print helpPauli
2023-08-03QUIC: Fix incompatible merges causing CI breakageHugo Landau
2023-08-03crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cm...Dr. David von Oheimb
2023-08-02Add support into qtest_shutdown for blocking modeMatt Caswell
2023-08-02Extend the test_quic_write_read() test to include resumptionMatt Caswell
2023-08-02Add the ability for tserver to use a pre-existing SSL_CTXMatt Caswell
2023-08-01Add a QUIC test for back pressureMatt Caswell
2023-08-01Add a test for PEM_read_bio_Parameters()Matt Caswell
2023-07-31QUIC: Automatically drain non-concluded streams, bugfixesHugo Landau