Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use n-bit <noun> consistently; ok schwarze for the principal of the idea, | jmc | 2020-06-24 | 1 | -3/+3 |
| | | | | and for flagging which pages to check; | ||||
* | Change generating and checking of primes so that the error rate of | schwarze | 2019-08-25 | 1 | -8/+20 |
| | | | | | | | | | | | not being prime depends on the intended use based on the size of the input. For larger primes this will result in more rounds of Miller-Rabin. The maximal error rate for primes with more than 1080 bits is lowered to 2^-128. Patch from Kurt Roeckx <kurt@roeckx.be> and Annie Yousar via OpenSSL commit feac7a1c Jul 25 18:55:16 2018 +0200, still under a free license. OK tb@. | ||||
* | delete references to ERR pages from SEE ALSO where such | schwarze | 2019-06-10 | 1 | -3/+2 |
| | | | | references were already given below RETURN VALUES right above | ||||
* | Remove the last references to the RAND_*(3) functions. | schwarze | 2019-06-07 | 1 | -3/+2 |
| | | | | | | These references were misleading because these functions are no longer used internally and applications should not call them either. Issue brought up by tb@. | ||||
* | Mention that some functions call BN_GENCB_call(3) with a second | schwarze | 2018-12-21 | 1 | -4/+15 |
| | | | | | argument of 3; from Beat Bolli <dev at drbeat dot li> via OpenSSL commit bd93f1ac Jul 28 16:45:22 2018 -0400. | ||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 1 | -3/+3 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes | schwarze | 2018-03-23 | 1 | -2/+4 |
| | |||||
* | crypto HISTORY up to 0.9.8; researched from OpenSSL git | schwarze | 2018-03-23 | 1 | -2/+11 |
| | |||||
* | crypto HISTORY up to 0.9.5; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -3/+4 |
| | |||||
* | crypto HISTORY up to SSLeay 0.9.1; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+3 |
| | |||||
* | bn.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -11/+6 |
| | |||||
* | bn.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-20 | 1 | -2/+8 |
| | |||||
* | In bn.h rev. 1.38 2018/02/20 17:13:14, jsing@ provided | schwarze | 2018-02-23 | 1 | -5/+54 |
| | | | | | BN_GENCB_new(3), BN_GENCB_free(3), and BN_GENCB_get_arg(3). Merge the documentation from OpenSSL, verbatim. | ||||
* | correctly mark all documented macros found in <openssl/bn.h> | schwarze | 2017-01-07 | 1 | -4/+4 |
| | |||||
* | replace all references to bn(3) with BN_new(3), | schwarze | 2016-12-10 | 1 | -3/+3 |
| | | | | and make sure all BN*(3) pages point back to BN_new(3) | ||||
* | replace cross-references to the rand(3) manual that no longer exists | schwarze | 2016-11-21 | 1 | -3/+3 |
| | |||||
* | Add Copyright and license. | schwarze | 2016-11-20 | 1 | -5/+65 |
| | | | | | | In the SYNOPSIS, show prototypes rather than #define directives. Clarify that BN_generate_prime_ex(3) takes the minimum length, not the exact length. | ||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | fourth batch of perlpod(1) to mdoc(7) conversion | schwarze | 2015-02-23 | 1 | -0/+289 |