index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_ctx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-4
/
+10
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
1
-0
/
+2
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
1
-2
/
+0
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-52
/
+6
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-8
/
+0
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove BN_init
Rich Salz
2015-11-30
1
-1
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+1
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-5
/
+1
*
More secure storage of key material.
Rich Salz
2015-06-23
1
-32
/
+47
*
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
-2
/
+2
*
Remove some functions that are no longer used and break the build with:
Matt Caswell
2015-02-10
1
-50
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-300
/
+291
*
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2015-01-06
1
-1
/
+2
*
Clear warnings/errors within BN_CTX_DEBUG code sections
Richard Levitte
2014-12-17
1
-1
/
+1
*
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
*
Move all FIPSAPI renames into fips.h header file, include early in
Dr. Stephen Henson
2011-01-27
1
-4
/
+0
*
Redirect FIPS memory allocation to FIPS_malloc() routine, remove
Dr. Stephen Henson
2011-01-27
1
-0
/
+6
*
Update from 1.0.0-stable.
Dr. Stephen Henson
2009-06-15
1
-3
/
+3
*
don't let BN_CTX_free(NULL) segfault
Nils Larsch
2005-04-29
1
-0
/
+4
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-2
/
+1
*
Two TODO comments taken care of. Nils pointed out that one of them had already
Geoff Thorpe
2004-09-19
1
-3
/
+0
*
Print the debug thingies on stderr instead of stdout. If for nothing
Richard Levitte
2004-04-20
1
-13
/
+13
*
Replace the BN_CTX implementation with my current work. I'm leaving the
Geoff Thorpe
2004-03-25
1
-75
/
+345
*
Document a change I'd already made, and at the same time, correct the
Geoff Thorpe
2004-03-13
1
-2
/
+4
*
More changes coming out of the bignum auditing. BN_CTX_get() should ideally
Geoff Thorpe
2004-03-09
1
-12
/
+6
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-1
/
+4
*
When a BN_CTX is used for temporary workspace, the variables are sometimes
Geoff Thorpe
2003-10-30
1
-0
/
+13
*
BN_CTX is opaque and the static initialiser BN_CTX_init() is not used
Geoff Thorpe
2003-10-29
1
-18
/
+35
*
Hide BN_CTX structure details.
Bodo Möller
2001-03-08
1
-1
/
+6
*
BN_CTX-related fixes.
Bodo Möller
2000-11-08
1
-0
/
+6
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-2
/
+2
*
Improve bntest slightly, and fix another bug in the BN library.
Ulf Möller
2000-02-06
1
-1
/
+1
*
Commit patch to bn.h that CVS decided to throw away during 'cvs update',
Bodo Möller
2000-02-05
1
-0
/
+1
*
Generate just one error code if iterated SSL_CTX_get() fails.
Bodo Möller
2000-02-05
1
-4
/
+24
*
New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access
Ulf Möller
2000-02-05
1
-0
/
+123