summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-09-28Prepare for release of 3.2 alpha 2openssl-3.2.0-alpha2Matt Caswell
2023-09-28make updateMatt Caswell
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-27Fix a mem leak when the FIPS provider is used in a different threadMatt Caswell
2023-09-27evp_test: recondition cipher dupctx FIPS version check.Pauli
2023-09-27fips: use seed source requestedPauli
2023-09-27rand: add extra error codePauli
2023-09-27fips selftest: avoid relying on a real RNG for self testsPauli
2023-09-27Provider cross version checks warningPauli
2023-09-27fix indentationPauli
2023-09-27remove redundant free of NULLPauli
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-25Add documentation for the BIO_ADDR_copy() functionMatt Caswell
2023-09-25Implement a public BIO_ADDR_copy() functionMatt Caswell
2023-09-25Remove a spurious inclusion of the sparse array header fileMatt Caswell
2023-09-24adding -outpubkey option to genpkeyMichael Baentsch
2023-09-22no-engine: fix signing with legacy app method based keysMatthias St. Pierre
2023-09-22Do not include sparse_array.o in libsslHuiyue Xu
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-21Fix error handling in lhash contractBernd Edlinger
2023-09-21Fix error handling in CRYPTO_get_ex_new_indexBernd Edlinger
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger
2023-09-21cmp_vfy.c: Use verification callback if cert_acceptable() finds expired certDr. David von Oheimb
2023-09-20doc: change name of OSSL_PROVIDER_load_ex design documentMatthias St. Pierre
2023-09-20doc: suggestions for OSSL_PROVIDER_load_ex design documentMatthias St. Pierre
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-20coverity: NULL dereferencePauli
2023-09-20BIO: Wire poll descriptor functions in BIO_s_sockHugo Landau