summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_const.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the get_rfc*_prime_*() APItb2023-07-281-57/+1
| | | | | | | Inconsistently named with the rest of the API, so OpenSSL 1.1 introduced the same functions with a BN_ prefix. We'll keep the latter. ok jsing
* Pull BIGNUM constants out of get_* function bodiestb2023-07-101-315/+331
| | | | | | | | | The get_rfc*_prime_* functions will be removed. The constants will remain for the BN_get_rfc*_prime_* functions. Make the latter call BN_bin2bn() directly on these constants rather than going through get_*. This avoids some overlong lines. Also KNF for some comments. Reduces the diff I currently carry by quite a bit.
* Hide symbols in bnbeck2023-07-081-1/+17
| | | | ok tb@
* Provide BN_get_rfc2409_prime_*() and BN_get_rfc3526_prime_*().jsing2018-02-201-1/+49
|
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Get the public headers from the official place with <openssl/ >deraadt2014-05-311-1/+1
| | | | from Brent Cook
* Emergency knfectomie requested by tedu@.jsing2014-05-081-331/+338
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+402