Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix documented signature of BN_MONT_CTX_copy() | tb | 2025-03-09 | 1 | -3/+3 |
| | |||||
* | Remove some (soon to be) outdated documentation | tb | 2023-04-21 | 1 | -48/+3 |
| | | | | | | | | | | The documentation of the BN_MOD_CTX has been out of sync with reality for decades. The structure is now opaque, so its members should not be documented this way. They internals aren't important for the rest of the page. BN_MOD_CTX_init() will soon be removed. It's useless unless you like leaks. | ||||
* | document BN_MONT_CTX_set_locked(3) | schwarze | 2021-12-21 | 1 | -5/+72 |
| | |||||
* | In the next major bump, some BN macros will become functions. | schwarze | 2021-12-06 | 1 | -5/+2 |
| | | | | | | In order to not forget it, already remove the statements that these APIs are currently implemented as macros: Not saying that doesn't make the documentation wrong. | ||||
* | Add missing const qualifiers in a number of BN_* manuals. | tb | 2021-11-30 | 1 | -6/+6 |
| | | | | 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 | ||||
* | finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixes | schwarze | 2018-03-23 | 1 | -3/+3 |
| | |||||
* | crypto HISTORY up to SSLeay 0.9.1; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -3/+4 |
| | |||||
* | bn.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-20 | 1 | -5/+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 | -10/+58 |
| | | | | | 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 | -6/+6 |
| | |||||
* | 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/+181 |