index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_shift.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Reject negative shifts for BN_rshift and BN_lshift
Matt Caswell
2015-05-23
1
-0
/
+10
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-4
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-150
/
+141
*
RT2163: Remove some unneeded #include's
Doug Goldstein
2014-08-18
1
-1
/
+0
*
bn_shift.c: minimize reallocations, which allows BN_FLG_STATIC_DATA to
Andy Polyakov
2011-10-17
1
-12
/
+15
*
Fix crash in BN_rshift.
Andy Polyakov
2008-10-28
1
-1
/
+1
*
This rewrites two "for" loops in BN_rshift() - equality with zero is
Geoff Thorpe
2003-11-13
1
-3
/
+2
*
Add debug-screening of input parameters to some functions I'd missed
Geoff Thorpe
2003-11-07
1
-0
/
+12
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-3
/
+7
*
Fix BN_rshift, which caused lots of trouble.
Bodo Möller
2000-11-30
1
-0
/
+5
*
Fix warnings in expspeed.c (but the segmentation fault remains)
Bodo Möller
2000-11-29
1
-1
/
+1
*
Constify the BIGNUM routines a bit more. The only trouble were the
Richard Levitte
2000-11-06
1
-3
/
+3
*
This probably fixes a BN_rshift bug.
Bodo Möller
2000-06-13
1
-1
/
+1
*
Some constification and stacks that slipped through the cracks (how?).
Ben Laurie
1999-06-05
1
-1
/
+1
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-14
/
+4
*
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
1
-6
/
+6
*
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall
1998-12-21
1
-0
/
+210