#
1e06a7b0 |
| 28-Jul-2023 |
tb <tb@openbsd.org> |
Remove the get_rfc*_prime_*() API
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
|
#
b77e9104 |
| 10-Jul-2023 |
tb <tb@openbsd.org> |
Pull BIGNUM constants out of get_* function bodies
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() d
Pull BIGNUM constants out of get_* function bodies
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.
show more ...
|
#
ca1d80d6 |
| 08-Jul-2023 |
beck <beck@openbsd.org> |
Hide symbols in bn
ok tb@
|
#
58f50865 |
| 20-Feb-2018 |
jsing <jsing@openbsd.org> |
Provide BN_get_rfc2409_prime_*() and BN_get_rfc3526_prime_*().
|
#
c3d6a26a |
| 12-Jun-2014 |
deraadt <deraadt@openbsd.org> |
tags as requested by miod and tedu
|
#
6d6bb189 |
| 31-May-2014 |
deraadt <deraadt@openbsd.org> |
Get the public headers from the official place with <openssl/ > from Brent Cook
|
#
2bd9bb84 |
| 08-May-2014 |
jsing <jsing@openbsd.org> |
Emergency knfectomie requested by tedu@.
|
#
5650a0e1 |
| 06-Sep-2008 |
djm <djm@openbsd.org> |
import of OpenSSL 0.9.8h
|