Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop unnecessary OPENSSL_NO_DEPRECATED dance | tb | 2023-08-20 | 1 | -7/+1 |
| | |||||
* | Use a separate flags variable for the error flags in DH_check() | tb | 2023-08-20 | 1 | -7/+8 |
| | |||||
* | Now that the DH is sensibly called dh instead of a, we can also rename | tb | 2023-08-12 | 1 | -10/+10 |
| | | | | | abuf, alen and aout to names that make sense, such as buf, buf_len and secret_len. | ||||
* | a is a silly name for a DH | tb | 2023-08-12 | 1 | -14/+14 |
| | |||||
* | Use printf for consistency | tb | 2023-08-12 | 1 | -5/+5 |
| | |||||
* | Check that {DH,DSA}_get0_engine() returns NULL if OPENSSL_NO_ENGINE is | tb | 2023-08-12 | 1 | -1/+8 |
| | | | | defined. | ||||
* | dhtest: simplify printing and make the output slightly less ugly | tb | 2023-07-28 | 1 | -34/+29 |
| | | | | CID 463174 | ||||
* | Rework dhtest to use accessors and link statically for now | tb | 2022-01-12 | 1 | -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 to | tb | 2021-11-18 | 1 | -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. | tb | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | Remove flags for disabling constant-time operations. | bcook | 2016-06-30 | 1 | -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> | jsing | 2014-10-22 | 1 | -1/+0 |
| | |||||
* | remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests. | beck | 2014-05-24 | 1 | -8/+4 |
| | | | | ok miod@ jsing@ guenther@ | ||||
* | Import the OpenSSL libcrypto tests in a form suitable for our rergress | miod | 2014-04-15 | 1 | -0/+195 |
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp. |