aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_bn2bin.pod
Commit message (Collapse)AuthorAgeFilesLines
* Move manpages to man[1357] structure.Rich Salz2016-10-261-116/+0
| | | | | | | | | | Move manpages to manX directories Add Windows/VMS install fix from Richard Levitte Update README Fix typo's Remove some duplicates Reviewed-by: Richard Levitte <levitte@openssl.org>
* Misc BN fixesRich Salz2016-09-061-0/+1
| | | | | | | | | | | | | | | | | Never output -0; make "negative zero" an impossibility. Do better checking on BN_rand top/bottom requirements and #bits. Update doc. Ignoring trailing garbage in BN_asc2bn. Port this commit from boringSSL: https://boringssl.googlesource.com/boringssl/+/899b9b19a4cd3fe526aaf5047ab9234cdca19f7d%5E!/ Ensure |BN_div| never gives negative zero in the no_branch code. Have |bn_correct_top| fix |bn->neg| if the input is zero so that we don't have negative zeros lying around. Thanks to Brian Smith for noticing. Reviewed-by: Richard Levitte <levitte@openssl.org>
* More doc cleanupRich Salz2016-06-211-0/+1
| | | | | | | | | | | Add missing entries to NAME section Add SYNOPSIS lines, remove old NAME entries Update find-doc-nits; better regexp's for parsing SYNOPSIS sections. Rename a couple of files to have an API name. Remove RSA_private_decrypt; it was duplicate content Update for recent doc additions Reviewed-by: Matt Caswell <matt@openssl.org>
* doc and comment fixeshuangqinjin2016-06-201-1/+1
| | | | | Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1233)
* Update the documentation of BN_hex2bn()huangqinjin2016-05-271-7/+9
| | | | | Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Doc nits cleanup, round 2Rich Salz2016-05-201-2/+0
| | | | | | | | | | | Fix some code examples, trailing whitespace Fix TBA sections in verify, remove others. Remove empty sections Use Mixed Case not ALL CAPS in head2 Enhance doc-nits script. Remove extra =cut line Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add copyright to manpagesRich Salz2016-05-191-0/+11
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* New BN functions.Dr. Stephen Henson2016-02-021-2/+18
| | | | | | | | | | Add new function BN_bn2binpad() which checks the length of the output buffer and pads the result with zeroes if necessary. New functions BN_bn2lebinpad() and BN_lebin2bn() which use little endian format. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Remove SSLeay history, etc., from docsRich Salz2015-10-281-8/+0
| | | | | | | | | | | | 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>
* Fix L<> content in manpagesRich Salz2015-08-211-4/+4
| | | | | | | | | 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>
* It makes more sense to refer to specific function manuals than the conceptRichard Levitte2002-09-251-1/+1
| | | | | manual when the specific function is refered to in the current manual text. This correction was originally introduced in OpenBSD's tracking of OpenSSL.
* error reported by Karsten BraatenUlf Möller2002-04-071-1/+1
|
* Malloc() -> OPENSSL_malloc() etc.Ulf Möller2000-09-201-1/+1
|
* nicer manpagesUlf Möller2000-02-241-1/+1
|
* Run ispell.Ulf Möller2000-01-271-2/+2
| | | | Clean up bn_mont.c.
* Update all links so they will be rendered better.Richard Levitte2000-01-271-2/+4
|
* RSA_print etcUlf Möller2000-01-241-4/+4
|
* Document the BN library.Ulf Möller2000-01-231-0/+93