summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add a regress test exercising BIO_dup_chain() and triggering the leaktb2023-08-071-1/+43
* Make the bn_rand_interval() API a bit more ergonomictb2023-08-031-5/+5
* Retire the bn_rand_interval() testtb2023-08-032-115/+1
* Remove unused prototypetb2023-08-011-3/+1
* Some of these functions no longer exist or are no longer publictb2023-07-281-4/+1
* DSO has left the buildingtb2023-07-281-4/+1
* dhtest: simplify printing and make the output slightly less uglytb2023-07-281-34/+29
* Annotate bogus output as incorrecttb2023-07-271-1/+2
* Prepare this test for the upcoming bumptb2023-07-261-1/+3
* Remove comment containing an outdated pathtb2023-07-261-2/+1
* Fix EC_POINT_is_on_curve() checks.tb2023-07-241-9/+9
* bio_asn1 tests: drop unneeded variabletb2023-07-211-3/+2
* Remove a few workarounds that are no longer necessarytb2023-07-201-4/+1
* Add missing commas to test vectorsjoshua2023-07-191-26/+26
* Add test coverage for SHA3joshua2023-07-191-27/+344
* ecc_cdh: plug leak of peer public keytb2023-07-161-1/+2
* ecdhtest: Drop unnecessary constant and unneeded includestb2023-07-161-10/+6
* ecdhtest: fix a couple bugs plus some cosmetic tweakstb2023-07-161-6/+6
* Rework the ecdhtesttb2023-07-151-260/+252
* Fix return value check for ECDH_compute_key()tb2023-07-151-5/+5
* Add test coverage for cofactor ECDH using NIST test vectorstb2023-07-152-2/+2509
* Add test case for negative number with highest bit of top octet settb2023-07-101-1/+13
* Fix whitespacetb2023-07-081-2/+2
* partial fix for make -j8 (bluhm@ is sitting right next to me and agreeing)espie2023-07-081-5/+4
* upstream portable fix for ocsp_testbcook2023-07-071-1/+6
* Add test coverage for leading zero octet dancetb2023-07-071-1/+15
* fixup for MS compilersbcook2023-07-071-1/+8
* bn_print: remove unused bio, plug leaktb2023-07-061-5/+3
* Add regress coverage for bn_printftb2023-07-062-1/+283
* Codify BN_asc2bn(NULL, *) behavior in regress.tb2023-06-231-1/+11
* symbols: Tweak this test so it works with -j Ntb2023-06-221-6/+4
* Add tests for BN_sqr() corner cases.jsing2023-06-211-1/+81
* Add BN_cmp()/BN_ucmp() tests with zero padded inputs.jsing2023-06-211-1/+25
* Add a BN_num_bits() with zero padded input.jsing2023-06-211-4/+13
* Fix copy-paste errortb2023-06-201-2/+2
* Add regress coverage for BN_num_bits()jsing2023-06-201-1/+35
* Make enginetest work with disabled engine supporttb2023-06-191-1/+10
* Fix GOST test with disabled enginetb2023-06-191-1/+5
* Fix copy+paste error in x509 asn regressjob2023-06-051-3/+3
* bn_mod_inverse tweakstb2023-06-041-2/+4
* Add regress coverage for BN_mod_inverse()tb2023-06-032-1/+387
* fix typotb2023-06-021-2/+2
* Correct test that was pasto'ed incorrectlybeck2023-05-291-3/+7
* Make X509_NAME_get_text_by[NID|OBJ] safer.beck2023-05-291-2/+77
* Add coverage for calling BN_{dec,hex}2bn() with NULL inputs.jsing2023-05-271-9/+37
* Add empty line for consistencytb2023-05-231-1/+2
* Add regress coverage for obj_dat.c r1.52tb2023-05-231-1/+44
* ecdhtest: Fix indenttb2023-05-201-2/+2
* ecdhtest: check malloc() return valuestb2023-05-161-4/+7
* Assert that test->want != NULL at this pointtb2023-05-131-1/+3