index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Update comment as bn_dup_expand is gone
Viktor Dukhovni
2016-01-08
1
-1
/
+1
*
Backwards-compatibility subject to OPENSSL_API_COMPAT
Viktor Dukhovni
2016-01-08
1
-2
/
+3
*
Remove BN_init
Rich Salz
2015-11-30
1
-2
/
+4
*
Tighten up BN_with_flags usage and avoid a reachable assert
Matt Caswell
2015-11-26
1
-2
/
+2
*
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
*
Fix memory over-read
Rich Salz
2015-08-27
1
-1
/
+1
*
BN_bin2bn handle leading zero's
Rich Salz
2015-08-26
1
-1
/
+4
*
RT3999: Remove sub-component version strings
Rich Salz
2015-08-10
1
-2
/
+0
*
Some cleanups for crypto/bn
Rich Salz
2015-07-22
1
-17
/
+15
*
More secure storage of key material.
Rich Salz
2015-06-23
1
-6
/
+31
*
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
/
+4
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-3
/
+3
*
free null cleanup finale
Rich Salz
2015-05-01
1
-3
/
+2
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-2
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-3
/
+3
*
Final (for me, for now) dead code cleanup
Rich Salz
2015-02-09
1
-23
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-767
/
+794
*
Move more comments that confuse indent
Matt Caswell
2015-01-22
1
-6
/
+7
*
Fix indent comment corruption issue
Matt Caswell
2015-01-22
1
-1
/
+1
*
indent has problems with comments that are on the right hand side of a line.
Matt Caswell
2015-01-22
1
-3
/
+6
*
Revert "CHANGES: mention "universal" ARM support."
Andy Polyakov
2015-01-06
1
-1
/
+1
*
CHANGES: mention "universal" ARM support.
Andy Polyakov
2015-01-06
1
-1
/
+1
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
Move bn internal functions into bn_int.h and bn_lcl.h
Matt Caswell
2014-12-08
1
-57
/
+0
*
Prepare for bn opaquify. Implement internal helper functions.
Matt Caswell
2014-12-08
1
-0
/
+126
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
Remove fips_constseg references.
Dr. Stephen Henson
2014-12-08
1
-2
/
+0
*
RT2163: Remove some unneeded #include's
Doug Goldstein
2014-08-18
1
-1
/
+0
*
Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.
Matt Caswell
2014-07-13
1
-0
/
+9
*
Add functions returning security bits.
Dr. Stephen Henson
2014-03-28
1
-0
/
+25
*
Fix for CVE-2014-0076
Dr. Stephen Henson
2014-03-12
1
-0
/
+52
*
Allow for dynamic base in Win64 FIPS module.
Andy Polyakov
2011-09-14
1
-0
/
+2
*
Move all FIPSAPI renames into fips.h header file, include early in
Dr. Stephen Henson
2011-01-27
1
-5
/
+2
*
Redirect FIPS memory allocation to FIPS_malloc() routine, remove
Dr. Stephen Henson
2011-01-27
1
-0
/
+5
*
Move BN_options function to bn_print.c to remove dependency for BIO printf
Dr. Stephen Henson
2011-01-25
1
-19
/
+0
*
bn_lib.c: [re-]fix Win64 compiler warning.
Andy Polyakov
2008-12-29
1
-1
/
+1
*
Fix "possible loss of data" Win64 compiler warnings.
Andy Polyakov
2008-12-29
1
-1
/
+1
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-6
/
+6
*
size_tification.
Ben Laurie
2008-11-01
1
-6
/
+6
*
Minor clean-up in bn_lib.c: constification and optimization.
Andy Polyakov
2008-10-28
1
-3
/
+3
*
Change to mitigate branch prediction attacks
Bodo Möller
2007-03-28
1
-1
/
+1
*
Constify version strings and some structures.
Dr. Stephen Henson
2007-01-21
1
-1
/
+1
*
Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 and
Andy Polyakov
2005-12-16
1
-1
/
+1
*
remove BN_ncopy, it was only used in bn_nist.c and wasn't particular
Nils Larsch
2005-05-03
1
-40
/
+0
*
- use BN_set_negative and BN_is_negative instead of BN_set_sign
Nils Larsch
2005-04-22
1
-0
/
+8
*
Tidy up, including;
Geoff Thorpe
2004-06-20
1
-9
/
+10
*
Deprecate unused cruft, and "make update".
Geoff Thorpe
2004-06-18
1
-0
/
+3
[next]