summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_bn2bin.pod
AgeCommit message (Collapse)Author
2016-09-06Misc BN fixesRich Salz
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> (cherry picked from commit 01c09f9fde5793e0b3712d602b02e2aed4908e8d) (Some manual work required)
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.
2002-04-07error reported by Karsten BraatenUlf Möller
2000-09-20Malloc() -> OPENSSL_malloc() etc.Ulf Möller
2000-02-24nicer manpagesUlf 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-24RSA_print etcUlf Möller
2000-01-23Document the BN library.Ulf Möller