summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-09-02Add a test for QUIC non IO retry errorsMatt Caswell
2023-09-01QUIC MULTISTREAM TEST: Test SSL_want for consistency with SSL_get_errorHugo Landau
2023-09-01QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau
2023-09-01Update X509 fuzzer to verify a chainKurt Roeckx
2023-08-30OSSL_PROVIDER_load_ex testsDmitry Belyavskiy
2023-08-30Add option for in-place cipher testing in evp_testVeronika Hanulíková
2023-08-30Correct the fixed size handling for dgram_pair and dgram_memTomas Mraz
2023-08-30QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau
2023-08-29QUIC: Version negotiation testingHugo Landau
2023-08-29QUIC MULTISTREAM TEST: Fix connect-or-failHugo Landau
2023-08-28Raise the timeout in quic_client_test.cTomas Mraz
2023-08-25QUIC MULTISTREAM TEST: Test backpressure on stream creationHugo Landau
2023-08-25Changed the default value of the "ess_cert_id_alg" optionolszomal
2023-08-2580-test_cmp_http.t: Skip IPv6 address test if IPv6 is unavailableTomas Mraz
2023-08-25The canonical localhost IPv6 address is [::1] not [::]Tomas Mraz
2023-08-25Always use uint8_t for TLS record typeTomas Mraz
2023-08-25Test that we send multiple datagrams in one go if appropriateMatt Caswell
2023-08-25Keep sending datagrams while we have data to sendMatt Caswell
2023-08-24ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-08-24Change the TLS handshake keys early if we're not doing early dataMatt Caswell
2023-08-23ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz
2023-08-22qtest: Use fake time on both client and serverTomas Mraz
2023-08-22qtest: Run both client and server during connectTomas Mraz
2023-08-22quic_trace.c: Fix typo in tracesTomas Mraz
2023-08-22Update the ssltraceref.txtTomas Mraz
2023-08-20Test that a thread blocking in SSL_read_ex() will wake up on FINMatt Caswell
2023-08-18ssl_old_test.c: Check inconsistent values from SSL_get0_alpn_selected()Tomas Mraz
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