summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_shift.c
AgeCommit message (Expand)Author
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-02-01bn: fix occurance of negative zero in BN_rshift1()Richard Levitte
2017-02-01bn: fix occurances of negative zeroGeoff Thorpe
2016-05-17Copyright consolidation 06/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-18RT2163: Remove some unneeded #include'sDoug Goldstein
2011-10-17bn_shift.c: minimize reallocations, which allows BN_FLG_STATIC_DATA toAndy Polyakov
2008-10-28Fix crash in BN_rshift.Andy Polyakov
2003-11-13This rewrites two "for" loops in BN_rshift() - equality with zero isGeoff Thorpe
2003-11-06Add debug-screening of input parameters to some functions I'd missedGeoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2000-11-30Fix BN_rshift, which caused lots of trouble.Bodo Möller
2000-11-29Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte
2000-06-13This probably fixes a BN_rshift bug.Bodo Möller
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall