summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_add_word.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>
2005-07-25fix BN_mod_word and give a more reasonable return value if an error occurredNils Larsch
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-02-24nicer manpagesUlf Möller
2000-02-03Some 'const's for BNs.Bodo Möller
2000-01-27Run ispell.Ulf Möller
Clean up bn_mont.c.
2000-01-27Update all links so they will be rendered better.Richard Levitte
2000-01-23Document the BN library.Ulf Möller