summaryrefslogtreecommitdiffstats
path: root/wycheproof (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-28make updateMatt Caswell2-34/+34
2023-09-28Copyright year updatesMatt Caswell61-61/+61
2023-09-28Fix no-ssl-traceMatt Caswell1-0/+2
2023-09-27Move e_os2.h up in quictestlib.c to allow symbol definition consistency.Randall S. Becker1-0/+1
2023-09-27Fix a mem leak when the FIPS provider is used in a different threadMatt Caswell3-2/+30
2023-09-27evp_test: recondition cipher dupctx FIPS version check.Pauli1-3/+1
2023-09-27fips: use seed source requestedPauli11-55/+350
2023-09-27rand: add extra error codePauli4-3/+7
2023-09-27fips selftest: avoid relying on a real RNG for self testsPauli6-71/+154
2023-09-27Provider cross version checks warningPauli1-0/+4
2023-09-27fix indentationPauli1-1/+1
2023-09-27remove redundant free of NULLPauli1-8/+1
2023-09-25Support all NULL-syntax X.509v3 extensionsJonathan M. Wilbur16-3/+425
2023-09-24Add a test for BIO_ADDR_copy()Matt Caswell3-0/+190
2023-09-24Clean away the test code implementation of bio_addr_copyMatt Caswell2-43/+2
2023-09-24Add documentation for the BIO_ADDR_copy() functionMatt Caswell1-3/+9
2023-09-24Implement a public BIO_ADDR_copy() functionMatt Caswell3-2/+19
2023-09-24Remove a spurious inclusion of the sparse array header fileMatt Caswell1-1/+0
2023-09-24adding -outpubkey option to genpkeyMichael Baentsch3-12/+36
2023-09-22no-engine: fix signing with legacy app method based keysMatthias St. Pierre1-2/+3
2023-09-22Do not include sparse_array.o in libsslHuiyue Xu1-2/+0
2023-09-22Clarify the terminology in the noisy dgram BIOMatt Caswell1-36/+71
2023-09-22Ensure we free all the BIOs in a chain for QUIC like we do in TLSMatt Caswell3-10/+8
2023-09-22Ensure we up-ref the sbio before passing it to tserverMatt Caswell1-2/+6
2023-09-22Remove some redundant code from test helper BIOsMatt Caswell2-56/+0
2023-09-22Ensure client to server datagrams are noisy tooMatt Caswell3-11/+36
2023-09-22Add the ability to do client side tracing in quictestlib.cMatt Caswell6-22/+40
2023-09-22Extend the noisy dgram test so that packets are also affected by noiseMatt Caswell3-5/+26
2023-09-22Add a packet splitting BIOMatt Caswell5-66/+252
2023-09-22Use fake time rather than real time in the noisy dgram testMatt Caswell1-3/+8
2023-09-22Add support for timeouts into quictestlib.cMatt Caswell1-7/+48
2023-09-22Add some optional debug output to the noisy dgram BIOMatt Caswell1-0/+37
2023-09-22Use test_random() to introduce better noise into the noisy dgram BIOMatt Caswell2-36/+128
2023-09-22Extend the nosiy datagram test to send more dataMatt Caswell1-1/+115
2023-09-22Add the ability to drop datagrams in the noisy dgram BIOMatt Caswell1-3/+123
2023-09-22Create a noisy dgram testMatt Caswell5-6/+183
2023-09-21Add command line option for setting propquery in evp_testVeronika Hanulíková1-10/+17
2023-09-21Add command line option for setting provider in evp_testVeronika Hanulíková1-1/+12
2023-09-21Fix test_cms if DSA is not supportedSteffen Klee1-5/+9
2023-09-21Fix error handling in lhash contractBernd Edlinger1-2/+2
2023-09-21Fix error handling in CRYPTO_get_ex_new_indexBernd Edlinger1-0/+2
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger8-4/+18
2023-09-21cmp_vfy.c: Use verification callback if cert_acceptable() finds expired certDr. David von Oheimb2-11/+30
2023-09-20doc: change name of OSSL_PROVIDER_load_ex design documentMatthias St. Pierre1-2/+2
2023-09-20doc: suggestions for OSSL_PROVIDER_load_ex design documentMatthias St. Pierre1-21/+20
2023-09-20Document the OPENSSL_TEST_RAND_SEED environment variableMatt Caswell1-6/+22
2023-09-20Enable the ability to seed the test RNG without randomising test orderingMatt Caswell1-5/+12
2023-09-20coverity: NULL dereferencePauli1-0/+1
2023-09-20BIO: Wire poll descriptor functions in BIO_s_sockHugo Landau1-0/+14
2023-09-20SSL: Test SSL_get_[rw]poll_descriptor, SSL_net_(read|write)_desiredHugo Landau2-2/+33