summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/dh (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-121-1/+8
* dhtest: simplify printing and make the output slightly less uglytb2023-07-281-34/+29
* Undo static linking and other workarounds that are no longer neededtb2022-01-141-3/+3
* Rework dhtest to use accessors and link statically for nowtb2022-01-121-6/+6
* Rework dhtest to use accessors and link statically for nowtb2022-01-121-3/+3
* dhtest: fix this to work with opaque BN. This will need more fixes totb2021-11-181-48/+61
* Add missing $OpenBSD$ markers.tb2018-07-171-1/+1
* Remove flags for disabling constant-time operations.bcook2016-06-301-63/+33
* None of these need <openssl/rand.h>jsing2014-10-221-1/+0
* Include -DLIBRESSL_INTERNAL in regress makefiles.jsing2014-07-081-2/+2
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-011-1/+3
* remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests.beck2014-05-241-8/+4
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-152-0/+202