summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-09-28Copyright year updatesMatt Caswell
2023-09-28Fix no-ssl-traceMatt Caswell
2023-09-27Move e_os2.h up in quictestlib.c to allow symbol definition consistency.Randall S. Becker
2023-09-27evp_test: recondition cipher dupctx FIPS version check.Pauli
2023-09-25Support all NULL-syntax X.509v3 extensionsJonathan M. Wilbur
2023-09-25Add a test for BIO_ADDR_copy()Matt Caswell
2023-09-25Clean away the test code implementation of bio_addr_copyMatt Caswell
2023-09-24adding -outpubkey option to genpkeyMichael Baentsch
2023-09-22Clarify the terminology in the noisy dgram BIOMatt Caswell
2023-09-22Ensure we free all the BIOs in a chain for QUIC like we do in TLSMatt Caswell
2023-09-22Ensure we up-ref the sbio before passing it to tserverMatt Caswell
2023-09-22Remove some redundant code from test helper BIOsMatt Caswell
2023-09-22Ensure client to server datagrams are noisy tooMatt Caswell
2023-09-22Add the ability to do client side tracing in quictestlib.cMatt Caswell
2023-09-22Extend the noisy dgram test so that packets are also affected by noiseMatt Caswell
2023-09-22Add a packet splitting BIOMatt Caswell
2023-09-22Use fake time rather than real time in the noisy dgram testMatt Caswell
2023-09-22Add support for timeouts into quictestlib.cMatt Caswell
2023-09-22Add some optional debug output to the noisy dgram BIOMatt Caswell
2023-09-22Use test_random() to introduce better noise into the noisy dgram BIOMatt Caswell
2023-09-22Extend the nosiy datagram test to send more dataMatt Caswell
2023-09-22Add the ability to drop datagrams in the noisy dgram BIOMatt Caswell
2023-09-22Create a noisy dgram testMatt Caswell
2023-09-21Add command line option for setting propquery in evp_testVeronika Hanulíková
2023-09-21Add command line option for setting provider in evp_testVeronika Hanulíková
2023-09-21Fix test_cms if DSA is not supportedSteffen Klee
2023-09-20Document the OPENSSL_TEST_RAND_SEED environment variableMatt Caswell
2023-09-20Enable the ability to seed the test RNG without randomising test orderingMatt Caswell
2023-09-20SSL: Test SSL_get_[rw]poll_descriptor, SSL_net_(read|write)_desiredHugo Landau
2023-09-19Add Test to verify open_ex password checking worksSimo Sorce
2023-09-19Postponed further context duplication support for ciphersTomas Mraz
2023-09-18Fix new typos found by codespellDimitri Papadopoulos
2023-09-17Fix regression in evp_test for provider compat CINeil Horman
2023-09-15Fix PKCS#12 creation error when certificate contains auxiliary dataOlga Batyshkina
2023-09-15Store: API for deletion - testsDmitry Belyavskiy
2023-09-13QUIC MULTISTREAM TEST: Correct trivial bugHugo Landau
2023-09-13Fix test/quic_tserver_test.c for slow machinesRichard Levitte
2023-09-13Fix memory leaks in ssl_old_test.cBernd Edlinger
2023-09-13Further fix in bio_dgram_test for BIO_s_dgram_mem()Matt Caswell
2023-09-13Fix a failure in bio_dgram_test on the NonStop platformMatt Caswell
2023-09-13Test that a client that does not supply ALPN fails as expectedMatt Caswell
2023-09-13Test we correctly handle missing ALPN from the serverMatt Caswell
2023-09-12make inability to dup/clone ciphers an errorNeil Horman
2023-09-12Add a test for SSL_CIPHER_find() when used with a QUIC SSL objectMatt Caswell
2023-09-12Add a test for using a PSK with QUICMatt Caswell
2023-09-11Fix a possible memleak in rsa_pub_encodeBernd Edlinger
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
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