summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/dh/dhtest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework dhtest to use accessors and link statically for nowtb2022-01-121-6/+6
| | | | For some reason CVS didn't want to commit this the first time around.
* dhtest: fix this to work with opaque BN. This will need more fixes totb2021-11-181-48/+61
| | | | | work with opaque DH, but one step at a time. While here, add a bunch of missing spaces to reduce the eyebleed.
* Add missing $OpenBSD$ markers.tb2018-07-171-1/+1
|
* Remove flags for disabling constant-time operations.bcook2016-06-301-63/+33
| | | | | | | | 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
|
* remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests.beck2014-05-241-8/+4
| | | | ok miod@ jsing@ guenther@
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-151-0/+195
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.