Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing const qualifiers in a number of BN_* manuals. | tb | 2021-11-30 | 1 | -5/+5 |
| | | | | ok schwarze | ||||
* | 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 | ||||
* | crypto HISTORY up to SSLeay 0.9.1; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+11 |
| | |||||
* | bn.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-20 | 1 | -2/+6 |
| | |||||
* | tweak previous; | jmc | 2017-01-30 | 1 | -4/+4 |
| | |||||
* | Seriously warn against calling BN_init(3), BN_MONT_CTX_init(3), | schwarze | 2017-01-29 | 1 | -4/+23 |
| | | | | | | | and BN_RECP_CTX_init(3). They are not only deprecated but so dangerous that they are almost unusable. I found these scary traps while reading the code in order to document BN_set_flags(3). While here, delete ERR_get_error(3) from SEE ALSO. | ||||
* | 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) | ||||
* | Add Copyright and license. | schwarze | 2016-11-20 | 1 | -9/+57 |
| | | | | | Mention that some *_free(3) functions accept NULL. Delete useless statements about void functions not retuning a value. | ||||
* | some cleanup; | jmc | 2016-11-08 | 1 | -12/+12 |
| | |||||
* | 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/+147 |