summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_mod_mul_montgomery.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* document BN_MONT_CTX_set_locked(3)schwarze2021-12-211-5/+72
|
* In the next major bump, some BN macros will become functions.schwarze2021-12-061-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.tb2021-11-301-6/+6
| | | | ok schwarze
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-3/+3
| | | | on the web, so fix up SSLeay HISTORY accordingly
* finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-231-3/+3
|
* crypto HISTORY up to SSLeay 0.9.1; researched from OpenSSL gitschwarze2018-03-211-3/+4
|
* bn.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-201-5/+6
|
* tweak previous;jmc2017-01-301-4/+4
|
* Seriously warn against calling BN_init(3), BN_MONT_CTX_init(3),schwarze2017-01-291-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),schwarze2016-12-101-3/+3
| | | | and make sure all BN*(3) pages point back to BN_new(3)
* Add Copyright and license.schwarze2016-11-201-10/+58
| | | | | Mention that some *_free(3) functions accept NULL. Delete useless statements about void functions not retuning a value.
* some cleanup;jmc2016-11-081-6/+6
|
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* fourth batch of perlpod(1) to mdoc(7) conversionschwarze2015-02-231-0/+181