aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_shift.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/bn/Richard Levitte1-1/+1
2018-12-05bn/bn_{div|shift}.c: introduce fixed-top interfaces.Andy Polyakov1-24/+106
2017-10-18Remove parentheses of return.KaoruToda1-5/+5
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-6/+6
2017-02-01bn: fix occurance of negative zero in BN_rshift1()Richard Levitte1-0/+2
2017-02-01bn: fix occurances of negative zeroGeoff Thorpe1-2/+4
2016-05-17Copyright consolidation 06/10Rich Salz1-54/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell1-0/+10
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-4/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-150/+141
2014-08-18RT2163: Remove some unneeded #include'sDoug Goldstein1-1/+0
2011-10-17bn_shift.c: minimize reallocations, which allows BN_FLG_STATIC_DATA toAndy Polyakov1-12/+15
2008-10-28Fix crash in BN_rshift.Andy Polyakov1-1/+1
2003-11-13This rewrites two "for" loops in BN_rshift() - equality with zero isGeoff Thorpe1-3/+2
2003-11-06Add debug-screening of input parameters to some functions I'd missedGeoff Thorpe1-0/+12
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe1-3/+7
2000-11-30Fix BN_rshift, which caused lots of trouble.Bodo Möller1-0/+5
2000-11-29Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller1-1/+1
2000-11-06Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte1-3/+3
2000-06-13This probably fixes a BN_rshift bug.Bodo Möller1-1/+1
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-14/+4
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-6/+6
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+210