summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_mod_mul_montgomery.pod
AgeCommit message (Collapse)Author
2015-10-28Remove SSLeay history, etc., from docsRich Salz
If something was "present in all versions" of SSLeay, or if it was added to a version of SSLeay (and therefore predates OpenSSL), remove mention of it. Documentation history now starts with OpenSSL. Remove mention of all history before OpenSSL 0.9.8, inclusive. Remove all AUTHOR sections. Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-08-21Fix L<> content in manpagesRich Salz
L<foo|foo> is sub-optimal If the xref is the same as the title, which is what we do, then you only need L<foo>. This fixes all 1457 occurrences in 349 files. Approximately. (And pod used to need both.) Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-04-30free NULL cleanup 7Rich Salz
This gets BN_.*free: BN_BLINDING_free BN_CTX_free BN_FLG_FREE BN_GENCB_free BN_MONT_CTX_free BN_RECP_CTX_free BN_clear_free BN_free BUF_MEM_free Also fix a call to DSA_SIG_free to ccgost engine and remove some #ifdef'd dead code in engines/e_ubsec. Reviewed-by: Richard Levitte <levitte@openssl.org>
2014-12-08Update documentation following BN opaquifyMatt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2002-09-25It makes more sense to refer to specific function manuals than the conceptRichard Levitte
manual when the specific function is refered to in the current manual text. This correction was originally introduced in OpenBSD's tracking of OpenSSL.
2000-11-29Add a warning about the usage of the montgomery functions (if the inputsUlf Möller
are not reduced modulo m, the outputs won't be either).
2000-11-26modular arithmeticsBodo Möller
"make update"
2000-06-12typoUlf Möller
2000-04-06Clarifications.Bodo Möller
2000-02-05Use MONT_WORD macro to control if the word-based or the bignumUlf Möller
algorithm is used.
2000-01-27Update all links so they will be rendered better.Richard Levitte
2000-01-27Update comment from bn.hUlf Möller
2000-01-27Document DSA and SHA.Ulf Möller
New function BN_pseudo_rand(). Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when generating DSA primes (why not use BN_is_prime()?)
2000-01-27Small correction.Bodo Möller
2000-01-27New manpage.Ulf Möller