summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-10-11test/recipes/05-test_rand.t: replace 'and' with '&&'Richard Levitte
2023-10-10apps/cmp.c: -tls_used may be implied by -server https:...; improve related ch...Dr. David von Oheimb
2023-10-10ECDSA with SHA3 verification does not depend on FIPS provider versionTomas Mraz
2023-10-09Fix the BIO_addr testMatt Caswell
2023-10-09test_provider_ex(): Add missing call failure checksTomas Mraz
2023-10-06Timeout in the tserver test using real timeMatt Caswell
2023-10-06Don't wait in the tesrver idle testing every time around the loopMatt Caswell
2023-10-06Always back off on the first packet noise from client to serverTomas Mraz
2023-10-06Add testing of bitflips in packet headersTomas Mraz
2023-10-05avoid sun as variable nameVladimir Kotal
2023-10-05ossl_property_list_to_string: handle quoted stringsPauli
2023-10-04test: evp_extra: test signing with legacy app method based keysMatthias St. Pierre
2023-10-04test: evp_extra: fix indentation errorMatthias St. Pierre
2023-10-04Back off on generating noise in the event of a PING frameMatt Caswell
2023-10-03quicapitest: Enable test_ssl_trace with enable-zlibTomas Mraz
2023-10-02Fix timeouts in the quic_multistream test script 13Matt Caswell
2023-10-02test: add verify test for EC cert signed with SHA3Mathieu Tortuyaux
2023-09-29Test client certificate authentication with QUICTomas Mraz
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