index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_recp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-5
/
+5
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-2
/
+2
*
Change to check last return value of BN_CTX_get
Paul Yang
2017-06-26
1
-10
/
+4
*
Missing BN_RECP_CTX field init.
FdaSilvaYY
2016-11-08
1
-3
/
+3
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-54
/
+6
*
GH678: Add a few more zalloc
FdaSilvaYY
2016-02-22
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove BN_init
Rich Salz
2015-11-30
1
-2
/
+2
*
Fix memory leaks and other mistakes on errors
Alessandro Ghedini
2015-10-23
1
-1
/
+3
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Final (for me, for now) dead code cleanup
Rich Salz
2015-02-09
1
-2
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-153
/
+165
*
bn/bn_recp.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-8
/
+8
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
RT2163: Remove some unneeded #include's
Doug Goldstein
2014-08-18
1
-1
/
+0
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
1
-1
/
+0
*
Move all FIPSAPI renames into fips.h header file, include early in
Dr. Stephen Henson
2011-01-27
1
-4
/
+2
*
Redirect FIPS memory allocation to FIPS_malloc() routine, remove
Dr. Stephen Henson
2011-01-27
1
-0
/
+5
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-1
/
+1
*
size_tification.
Ben Laurie
2008-11-01
1
-1
/
+1
*
fix warnings when building openssl with the following compiler options:
Nils Larsch
2005-08-29
1
-2
/
+2
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-1
/
+1
*
Adjust various bignum functions to use BN_CTX for variables instead of
Geoff Thorpe
2004-03-25
1
-5
/
+6
*
Convert openssl code not to assume the deprecated form of BN_zero().
Geoff Thorpe
2004-03-14
1
-3
/
+2
*
bn_fix_top() exists for compatibility's sake and is mapped to
Geoff Thorpe
2003-12-01
1
-2
/
+2
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-0
/
+2
*
Some provisional bignum debugging has begun to detect inconsistent BIGNUM
Geoff Thorpe
2003-10-29
1
-0
/
+2
*
The BN_mul bug test apparently is no longer needed
Bodo Möller
2000-12-14
1
-37
/
+0
*
Fix some things that look like bugs.
Bodo Möller
2000-12-07
1
-12
/
+55
*
modular arithmetics
Bodo Möller
2000-11-26
1
-1
/
+3
*
Constify the BIGNUM routines a bit more. The only trouble were the
Richard Levitte
2000-11-06
1
-7
/
+9
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-2
/
+2
*
workaround no longer needed
Ulf Möller
2000-02-26
1
-9
/
+0
*
BN_div_recp fix. I've ran divtest for 10 mins and it didn't exhibit a
Andy Polyakov
2000-02-26
1
-18
/
+8
*
divide the correct number...
Ulf Möller
2000-02-25
1
-1
/
+1
*
work around a bug in BN_div_recp or BN_reciprocal
Ulf Möller
2000-02-25
1
-0
/
+9
*
Improve bntest slightly, and fix another bug in the BN library.
Ulf Möller
2000-02-06
1
-0
/
+1
*
New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access
Ulf Möller
2000-02-05
1
-10
/
+12
*
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
-26
/
+9
*
Accept NULL in *_free.
Ben Laurie
1999-01-07
1
-0
/
+3
*
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
Ralf S. Engelschall
1998-12-21
1
-30
/
+146
*
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
1
-1
/
+1
*
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall
1998-12-21
1
-0
/
+125