aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add option for in-place cipher testing in evp_testVeronika Hanulíková2023-08-301-57/+87
* Correct the fixed size handling for dgram_pair and dgram_memTomas Mraz2023-08-301-4/+10
* QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau2023-08-301-7/+48
* QUIC: Version negotiation testingHugo Landau2023-08-292-1/+132
* QUIC MULTISTREAM TEST: Fix connect-or-failHugo Landau2023-08-291-5/+6
* Raise the timeout in quic_client_test.cTomas Mraz2023-08-281-1/+1
* QUIC MULTISTREAM TEST: Test backpressure on stream creationHugo Landau2023-08-251-9/+96
* Changed the default value of the "ess_cert_id_alg" optionolszomal2023-08-251-1/+1
* 80-test_cmp_http.t: Skip IPv6 address test if IPv6 is unavailableTomas Mraz2023-08-251-0/+1
* The canonical localhost IPv6 address is [::1] not [::]Tomas Mraz2023-08-251-1/+1
* Always use uint8_t for TLS record typeTomas Mraz2023-08-251-1/+1
* Test that we send multiple datagrams in one go if appropriateMatt Caswell2023-08-251-0/+55
* Keep sending datagrams while we have data to sendMatt Caswell2023-08-251-36/+28
* ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki2023-08-241-0/+2
* QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau2023-08-241-1/+1
* Change the TLS handshake keys early if we're not doing early dataMatt Caswell2023-08-241-2/+8
* ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz2023-08-231-4/+4
* qtest: Use fake time on both client and serverTomas Mraz2023-08-222-1/+7
* qtest: Run both client and server during connectTomas Mraz2023-08-221-9/+11
* quic_trace.c: Fix typo in tracesTomas Mraz2023-08-221-3/+3
* Update the ssltraceref.txtTomas Mraz2023-08-222-1/+31
* Test that a thread blocking in SSL_read_ex() will wake up on FINMatt Caswell2023-08-201-0/+78
* ssl_old_test.c: Check inconsistent values from SSL_get0_alpn_selected()Tomas Mraz2023-08-181-0/+12
* Fix decoders so that they use the passed in propq.slontis2023-08-163-2/+137
* quic: process stateless resetsPauli2023-08-162-10/+14
* http_server.c: allow clients to connect with IPv6Dr. David von Oheimb2023-08-151-2/+2
* Add a test for receiving a post-handshake CertificateRequestMatt Caswell2023-08-151-0/+148
* Add the ability to send NewSessionTicket messages when we want themMatt Caswell2023-08-151-0/+8
* Fix no-dsa in combination with no-errMatt Caswell2023-08-151-1/+2
* Fix no-dtls and no-tls in combinationMatt Caswell2023-08-151-4/+8
* quic_record_test.c: For tests that require ChaCha require also Poly1305Tomas Mraz2023-08-141-10/+10
* quicapitest.c: Fix missing wait_until_sock_readable()Tomas Mraz2023-08-141-0/+9
* Minor fixesHugo Landau2023-08-102-7/+7
* QUIC TEST: Fix double close of FD (coverity)Hugo Landau2023-08-101-0/+1
* QUIC CC TEST: Fix memory leakHugo Landau2023-08-101-3/+7
* QUIC FC: TEST: CoverityHugo Landau2023-08-101-2/+3
* QUIC TEST: Coverity - Ensure stream names are non-NULLHugo Landau2023-08-101-0/+27
* QUIC SSTREAM: Fix test which was not being executed fullyHugo Landau2023-08-101-10/+18
* QUIC TXP: Re-enable accidentially disabled testsHugo Landau2023-08-101-1/+2
* QUIC TEST: STREAM, MAX_DATA and MAX_STREAM_DATA testingHugo Landau2023-08-101-3/+195
* QUIC TEST: RESET_STREAM, STOP_SENDINGHugo Landau2023-08-101-1/+89
* QUIC TEST: Connection closure reason testingHugo Landau2023-08-101-7/+55
* QUIC TEST: Test repeated HANDSHAKE_DONE, non-minimal encodingHugo Landau2023-08-101-0/+82
* QUIC TEST: Test NEW_CONN_ID framesHugo Landau2023-08-101-4/+121
* QUIC TEST: Test malformed crypto stream data, excess bufferingHugo Landau2023-08-101-0/+129
* QUIC TEST: Ensure bogus BLOCKED frames are ignoredHugo Landau2023-08-101-0/+88
* QUIC TEST: Ensure PATH_RESPONSE is ignoredHugo Landau2023-08-101-2/+25
* QUIC TEST: Test ACK frame generationHugo Landau2023-08-101-0/+194
* QUIC TEST: Ensure PING causes ACK generationHugo Landau2023-08-101-0/+50
* QUIC TEST: Fault Injection: PADDINGHugo Landau2023-08-101-0/+52