summaryrefslogtreecommitdiff
path: root/src/regress/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* knfmt(1) to the rescuetb2023-08-201-139/+146
* Another OPENSSL_NO_DEPRECATED hits the bit buckettb2023-08-201-7/+1
* Drop unnecessary OPENSSL_NO_DEPRECATED dancetb2023-08-201-7/+1
* Use a separate flags variable for the error flags in DH_check()tb2023-08-201-7/+8
* Add regress coverage for ASN1_STRING_cmp()tb2023-08-151-1/+147
* Add some regress coverage for various ASN1_STRING types to codify sometb2023-08-151-1/+229
* Avoid memcmp() with NULL pointer and 0 lengthtb2023-08-151-3/+3
* Prepare tlsfuzzer.py for ports updatetb2023-08-141-3/+13
* Extent the modf() tests; from Willemijn Coene.miod2023-08-131-18/+50
* first batch of intentionally undocumented EVP constants:schwarze2023-08-121-1/+10
* Now that the DH is sensibly called dh instead of a, we can also renametb2023-08-121-10/+10
* a is a silly name for a DHtb2023-08-121-14/+14
* Use printf for consistencytb2023-08-121-5/+5
* Check that {DH,DSA}_get0_engine() returns NULL if OPENSSL_NO_ENGINE istb2023-08-122-2/+16
* Add regress coverage for DH and for DSA parameterstb2023-08-111-2/+267
* X509_STORE_CTX_get_check_issued(3) is weird.schwarze2023-08-081-0/+9
* In objects.h rev. 1.17 (Jan 14, 2022),schwarze2023-08-081-7/+1
* No need to mark BN_options() as intentionally undocumented any longer.schwarze2023-08-071-1/+0
* Mark asn1_ps_func as obsolete and intentionally undocumented.schwarze2023-08-071-0/+1
* Mark BIT_STRING_BITNAME as obsolete and intentionally undocumented.schwarze2023-08-071-0/+1
* Add a regress test exercising BIO_dup_chain() and triggering the leaktb2023-08-071-1/+43
* Link new ccs test to buildtb2023-08-031-1/+7
* 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
* Prepare the ssltest for the upcoming bumptb2023-07-271-1/+8
* 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
* Don't rely on the libssl headers pulling in stdio.h somehowtb2023-07-191-1/+3
* 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
* fix include directive - this is make, not Ctb2023-07-151-2/+2
* 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
* Link symbols test to buildtb2023-07-151-1/+2
* remove accidentally imported files againtb2023-07-153-2713/+0
* Import a version of libcrypto's symbols test for libssltb2023-07-155-0/+2798
* Reenable clienttest and servertesttb2023-07-121-3/+3
* Fix last bit of the clienttest, needs ssl_pkt.c r1.66tb2023-07-111-2/+2