aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_shift.c
Commit message (Expand)AuthorAgeFilesLines
* bn: fix occurance of negative zero in BN_rshift1()Richard Levitte2017-02-011-0/+2
* bn: fix occurances of negative zeroGeoff Thorpe2017-02-011-2/+4
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell2015-05-221-0/+10
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-4/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-150/+141
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-181-1/+0
* bn_shift.c: minimize reallocations, which allows BN_FLG_STATIC_DATA toAndy Polyakov2011-10-171-12/+15
* Fix crash in BN_rshift.Andy Polyakov2008-10-281-1/+1
* This rewrites two "for" loops in BN_rshift() - equality with zero isGeoff Thorpe2003-11-131-3/+2
* Add debug-screening of input parameters to some functions I'd missedGeoff Thorpe2003-11-061-0/+12
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-3/+7
* Fix BN_rshift, which caused lots of trouble.Bodo Möller2000-11-301-0/+5
* Fix warnings in expspeed.c (but the segmentation fault remains)Bodo Möller2000-11-291-1/+1
* Constify the BIGNUM routines a bit more. The only trouble were theRichard Levitte2000-11-061-3/+3
* This probably fixes a BN_rshift bug.Bodo Möller2000-06-131-1/+1
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-041-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-14/+4
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-6/+6
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+210