summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/dsa/dsatest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CRYPTO_mem_leaks* will go away. Remove calls in legacy teststb2024-02-291-2/+1
|
* Unifdef OPENSSL_NO_ENGINE in libcrypto regresstb2023-11-191-3/+1
|
* Another OPENSSL_NO_DEPRECATED hits the bit buckettb2023-08-201-7/+1
|
* Check that {DH,DSA}_get0_engine() returns NULL if OPENSSL_NO_ENGINE istb2023-08-121-1/+8
| | | | defined.
* Rework dsatest to use accessors and link statically for nowtb2022-01-121-4/+4
|
* dsatest: make this work with opaque BN. Some more fixes will be neededtb2021-11-181-114/+124
| | | | | for opaque DSA. I'll deal with that later. I also lobbed a KNF grenade in here.
* Add missing $OpenBSD$ markers.tb2018-07-171-1/+1
|
* Remove flags for disabling constant-time operations.bcook2016-06-301-7/+0
| | | | | | | | This removes support for DSA_FLAG_NO_EXP_CONSTTIME, DH_FLAG_NO_EXP_CONSTTIME, and RSA_FLAG_NO_CONSTTIME flags, making all of these operations unconditionally constant-time. Based on the original patch by César Pereid. ok beck@
* None of these need <openssl/rand.h>jsing2014-10-221-1/+0
|
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-011-4/+0
| | | | fixes to keep building.
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-151-0/+236
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.