summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/get_rfc3526_prime_8192.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move get_rfc3526_prime_8192.3 to BN_get_rfc3526_prime_8192.3tb2023-07-201-153/+0
| | | | | This way we will have a manual corresponding to an existing function after the next bump.
* Remove get_rfc*_prime_* documentationtb2023-07-201-43/+17
| | | | | | Their BN_get_rfc*_prime_* aliases from the OpenSSL 1.1 API will remain. Perhaps the manual should be moved to BN_get_rfc3526_prime_8192.3; that can be done in a second step.
* Fix table by using strings of proper lengths instead of bogustb2023-04-021-3/+3
| | | | | | scaling widths. ok schwarze
* spellingjsg2022-01-151-5/+5
| | | | ok tb@
* add the missing .Nm BN_get_rfc3526_prime_1536,schwarze2021-12-181-2/+3
| | | | fixing a minibug found with check_complete.pl
* finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-231-1/+6
|
* crypto HISTORY up to 0.9.8h; researched from OpenSSL gitschwarze2018-03-231-2/+14
|
* In bn.h rev. 1.37 2018/02/20 17:02:30, jsing@ provided BN_get_rfc*(3)schwarze2018-02-221-3/+30
| | | | as aliases for get_rfc*(3). Mention them in the manual page.
* Document functions returning standard moduli for DH key exchange.schwarze2017-01-311-0/+134
jsing@ confirmed that these are public and worth documenting.