summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_num_bytes.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>
2004-07-01Explain a little better what BN_num_bits() and BN_num_bits_word() do.Richard Levitte
Add a note as to how these functions do not always return the key size, and how one can deal with that. PR: 907
2000-02-24nicer manpagesUlf Möller
2000-01-27Update all links so they will be rendered better.Richard Levitte
2000-01-23Document the BN library.Ulf Möller