summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-07166-166/+166
* QUIC MULTISTREAM TEST: Add commentHugo Landau2023-09-061-0/+4
* QUIC MULTISTREAM TEST: Adjust spin behaviourHugo Landau2023-09-061-2/+12
* QUIC MULTISTREAM TEST: Synchronize script 20 correctlyHugo Landau2023-09-061-3/+67
* QUIC MULTISTREAM TEST: Run all scripts in both blocking and non-blocking modesHugo Landau2023-09-061-98/+301
* CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb2023-09-056-57/+109
* Test that NULL BIGNUM is supported in OSSL_PARAM_BLD_push_BN()Tomas Mraz2023-09-051-3/+4
* 04-test_encoder_decoder.t: Use algorithm that is non-fips also on 3.0.0Tomas Mraz2023-09-051-4/+4
* internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_CRichard Levitte2023-09-041-0/+1
* Added 'saltlen' option to the OpenSSL enc command line app.slontis2023-09-042-2/+20
* Added a 'saltlen' option to the openssl pkcs8 command line app.slontis2023-09-041-3/+49
* Change PBES2 KDF default salt length to 16 bytes.slontis2023-09-042-2/+60
* Add a test for QUIC non IO retry errorsMatt Caswell2023-09-023-6/+99
* QUIC MULTISTREAM TEST: Test SSL_want for consistency with SSL_get_errorHugo Landau2023-09-011-9/+59
* QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau2023-09-011-2/+6
* Update X509 fuzzer to verify a chainKurt Roeckx2023-09-011-0/+3
* OSSL_PROVIDER_load_ex testsDmitry Belyavskiy2023-08-302-3/+68
* 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