summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-11Fix test_quic_multistream to allow multiple concurrent testsRichard Levitte
2023-09-11Prevent 80-test_cmp_http from accidentally killing perl in error.Randall S. Becker
2023-09-09Fix output corruption in req commandBernd Edlinger
2023-09-08Add test case for #21986Pauli
2023-09-08Fix 80-test_cmp_http.t to be more flexible regarding IP versionsRichard Levitte
2023-09-07test/chacha: replace CPUID_OBJ with OPENSSL_CPUID_OBJMin Zhou
2023-09-07Copyright year updatesMatt Caswell
2023-09-06QUIC MULTISTREAM TEST: Add commentHugo Landau
2023-09-06QUIC MULTISTREAM TEST: Adjust spin behaviourHugo Landau
2023-09-06QUIC MULTISTREAM TEST: Synchronize script 20 correctlyHugo Landau
2023-09-06QUIC MULTISTREAM TEST: Run all scripts in both blocking and non-blocking modesHugo Landau
2023-09-05CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb
2023-09-05Test that NULL BIGNUM is supported in OSSL_PARAM_BLD_push_BN()Tomas Mraz
2023-09-0504-test_encoder_decoder.t: Use algorithm that is non-fips also on 3.0.0Tomas Mraz
2023-09-04internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_CRichard Levitte
2023-09-04Added 'saltlen' option to the OpenSSL enc command line app.slontis
2023-09-04Added a 'saltlen' option to the openssl pkcs8 command line app.slontis
2023-09-04Change PBES2 KDF default salt length to 16 bytes.slontis
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