Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CRYPTO_mem_leaks* will go away. Remove calls in legacy tests | tb | 2024-02-29 | 1 | -2/+1 |
| | |||||
* | Unifdef OPENSSL_NO_ENGINE in libcrypto regress | tb | 2023-11-19 | 1 | -3/+1 |
| | |||||
* | Another OPENSSL_NO_DEPRECATED hits the bit bucket | tb | 2023-08-20 | 1 | -7/+1 |
| | |||||
* | Check that {DH,DSA}_get0_engine() returns NULL if OPENSSL_NO_ENGINE is | tb | 2023-08-12 | 1 | -1/+8 |
| | | | | defined. | ||||
* | Rework dsatest to use accessors and link statically for now | tb | 2022-01-12 | 1 | -4/+4 |
| | |||||
* | dsatest: make this work with opaque BN. Some more fixes will be needed | tb | 2021-11-18 | 1 | -114/+124 |
| | | | | | for opaque DSA. I'll deal with that later. I also lobbed a KNF grenade in here. | ||||
* | Add missing $OpenBSD$ markers. | tb | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | Remove flags for disabling constant-time operations. | bcook | 2016-06-30 | 1 | -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> | jsing | 2014-10-22 | 1 | -1/+0 |
| | |||||
* | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | miod | 2014-06-01 | 1 | -4/+0 |
| | | | | fixes to keep building. | ||||
* | Import the OpenSSL libcrypto tests in a form suitable for our rergress | miod | 2014-04-15 | 1 | -0/+236 |
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp. |