summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_set_bit.pod
AgeCommit message (Collapse)Author
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
The functions BN_rshift and BN_lshift shift their arguments to the right or left by a specified number of bits. Unpredicatable results (including crashes) can occur if a negative number is supplied for the shift value. Thanks to Mateusz Kocielski (LogicalTrust), Marek Kroemeke and Filip Palian for discovering and reporting this issue. Reviewed-by: Kurt Roeckx <kurt@openssl.org> (cherry picked from commit 7cc18d8158b5fc2676393d99b51c30c135502107) Conflicts: crypto/bn/bn.h crypto/bn/bn_err.c
2000-02-24nicer manpagesUlf Möller
2000-02-06Refer to EVP_DigestInit() in the hash function descriptions.Ulf Möller
2000-01-27Correct typos that ispell did not find.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