summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.2 alpha 2openssl-3.2.0-alpha2Matt Caswell2023-09-283-4/+4
* make updateMatt Caswell2023-09-282-34/+34
* Copyright year updatesMatt Caswell2023-09-2861-61/+61
* Fix no-ssl-traceMatt Caswell2023-09-281-0/+2
* Move e_os2.h up in quictestlib.c to allow symbol definition consistency.Randall S. Becker2023-09-271-0/+1
* Fix a mem leak when the FIPS provider is used in a different threadMatt Caswell2023-09-273-2/+30
* evp_test: recondition cipher dupctx FIPS version check.Pauli2023-09-271-3/+1
* fips: use seed source requestedPauli2023-09-2711-55/+350
* rand: add extra error codePauli2023-09-274-3/+7
* fips selftest: avoid relying on a real RNG for self testsPauli2023-09-276-71/+154
* Provider cross version checks warningPauli2023-09-271-0/+4
* fix indentationPauli2023-09-271-1/+1
* remove redundant free of NULLPauli2023-09-271-8/+1
* Support all NULL-syntax X.509v3 extensionsJonathan M. Wilbur2023-09-2516-3/+425
* Add a test for BIO_ADDR_copy()Matt Caswell2023-09-243-0/+190
* Clean away the test code implementation of bio_addr_copyMatt Caswell2023-09-242-43/+2
* Add documentation for the BIO_ADDR_copy() functionMatt Caswell2023-09-241-3/+9
* Implement a public BIO_ADDR_copy() functionMatt Caswell2023-09-243-2/+19
* Remove a spurious inclusion of the sparse array header fileMatt Caswell2023-09-241-1/+0
* adding -outpubkey option to genpkeyMichael Baentsch2023-09-243-12/+36
* no-engine: fix signing with legacy app method based keysMatthias St. Pierre2023-09-221-2/+3
* Do not include sparse_array.o in libsslHuiyue Xu2023-09-221-2/+0
* Clarify the terminology in the noisy dgram BIOMatt Caswell2023-09-221-36/+71
* Ensure we free all the BIOs in a chain for QUIC like we do in TLSMatt Caswell2023-09-223-10/+8
* Ensure we up-ref the sbio before passing it to tserverMatt Caswell2023-09-221-2/+6
* Remove some redundant code from test helper BIOsMatt Caswell2023-09-222-56/+0
* Ensure client to server datagrams are noisy tooMatt Caswell2023-09-223-11/+36
* Add the ability to do client side tracing in quictestlib.cMatt Caswell2023-09-226-22/+40
* Extend the noisy dgram test so that packets are also affected by noiseMatt Caswell2023-09-223-5/+26
* Add a packet splitting BIOMatt Caswell2023-09-225-66/+252
* Use fake time rather than real time in the noisy dgram testMatt Caswell2023-09-221-3/+8
* Add support for timeouts into quictestlib.cMatt Caswell2023-09-221-7/+48
* Add some optional debug output to the noisy dgram BIOMatt Caswell2023-09-221-0/+37
* Use test_random() to introduce better noise into the noisy dgram BIOMatt Caswell2023-09-222-36/+128
* Extend the nosiy datagram test to send more dataMatt Caswell2023-09-221-1/+115
* Add the ability to drop datagrams in the noisy dgram BIOMatt Caswell2023-09-221-3/+123
* Create a noisy dgram testMatt Caswell2023-09-225-6/+183
* Add command line option for setting propquery in evp_testVeronika Hanulíková2023-09-211-10/+17
* Add command line option for setting provider in evp_testVeronika Hanulíková2023-09-211-1/+12
* Fix test_cms if DSA is not supportedSteffen Klee2023-09-211-5/+9
* Fix error handling in lhash contractBernd Edlinger2023-09-211-2/+2
* Fix error handling in CRYPTO_get_ex_new_indexBernd Edlinger2023-09-211-0/+2
* Fix some memory leaks in the openssl appBernd Edlinger2023-09-218-4/+18
* cmp_vfy.c: Use verification callback if cert_acceptable() finds expired certDr. David von Oheimb2023-09-212-11/+30
* doc: change name of OSSL_PROVIDER_load_ex design documentMatthias St. Pierre2023-09-201-2/+2
* doc: suggestions for OSSL_PROVIDER_load_ex design documentMatthias St. Pierre2023-09-201-21/+20
* Document the OPENSSL_TEST_RAND_SEED environment variableMatt Caswell2023-09-201-6/+22
* Enable the ability to seed the test RNG without randomising test orderingMatt Caswell2023-09-201-5/+12
* coverity: NULL dereferencePauli2023-09-201-0/+1
* BIO: Wire poll descriptor functions in BIO_s_sockHugo Landau2023-09-201-0/+14