index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix probable_prime over large shift
Matt Caswell
2015-03-17
1
-1
/
+11
*
Fix error handling in bn_exp
Matt Caswell
2015-03-12
1
-2
/
+2
*
Remove some functions that are no longer used and break the build with:
Matt Caswell
2015-02-10
1
-50
/
+0
*
bn/bn_add.c: fix dead code elimination that went bad.
Andy Polyakov
2015-02-09
1
-1
/
+1
*
Final (for me, for now) dead code cleanup
Rich Salz
2015-02-09
5
-58
/
+0
*
Use memset in bn_mont
Rich Salz
2015-02-05
1
-5
/
+0
*
Dead code cleanup: #if 0 dropped from tests
Rich Salz
2015-02-02
1
-140
/
+0
*
clang on Linux x86_64 complains about unreachable code.
Richard Levitte
2015-01-29
2
-2
/
+0
*
"#if 0" removal: header files
Rich Salz
2015-01-27
1
-11
/
+0
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-2
/
+0
*
OPENSSL_NO_xxx cleanup: many removals
Rich Salz
2015-01-27
1
-2
/
+0
*
Remove unused eng_rsax and related asm file
Rich Salz
2015-01-24
2
-1499
/
+0
*
ifdef cleanup, part 4a: '#ifdef undef'
Rich Salz
2015-01-24
1
-5
/
+0
*
More comment realignment
master-post-reformat
Matt Caswell
2015-01-22
3
-39
/
+39
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
7
-250
/
+250
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
40
-15919
/
+16484
*
Move more comments that confuse indent
Matt Caswell
2015-01-22
2
-7
/
+9
*
Fix indent comment corruption issue
Matt Caswell
2015-01-22
1
-1
/
+1
*
bn/bn_const.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-280
/
+418
*
bn/asm/x86_64-gcc.cL make it indent-friendly.
Andy Polyakov
2015-01-22
1
-10
/
+10
*
bn/bn_asm.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-15
/
+15
*
bn/bn_exp.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-7
/
+7
*
indent has problems with comments that are on the right hand side of a line.
Matt Caswell
2015-01-22
2
-11
/
+20
*
bn/bntest.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-25
/
+27
*
bn/bn_recp.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-8
/
+8
*
bn/rsaz_exp.c: make it indent-friendly.
Andy Polyakov
2015-01-22
1
-9
/
+13
*
Fix source where indent will not be able to cope
Matt Caswell
2015-01-22
1
-17
/
+33
*
Further comment changes for reformat (master)
Matt Caswell
2015-01-22
6
-13
/
+25
*
Cleanup OPENSSL_NO_xxx, part 1
master-pre-reformat
Rich Salz
2015-01-14
2
-3
/
+3
*
Add Broadwell performance results.
Andy Polyakov
2015-01-13
1
-0
/
+4
*
Remove use of BN_init, BN_RECP_CTX_init from bntest
Dr. Stephen Henson
2015-01-13
1
-212
/
+212
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-1
/
+1
*
RT3548: Remove some unsupported platforms.
Rich Salz
2015-01-12
1
-15
/
+0
*
Fix for CVE-2014-3570 (with minor bn_asm.c revamp).
Andy Polyakov
2015-01-08
4
-676
/
+379
*
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2015-01-06
1
-1
/
+2
*
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
*
Remove inconsistency in ARM support.
Andy Polyakov
2015-01-04
2
-64
/
+73
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
12
-42
/
+76
*
Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATED
Matt Caswell
2014-12-18
1
-17
/
+17
*
Remove redundant OPENSSL_NO_DEPRECATED suppression
Matt Caswell
2014-12-18
1
-6
/
+0
*
Clear warnings/errors within BN_CTX_DEBUG code sections
Richard Levitte
2014-12-17
1
-1
/
+1
*
Check for invalid divisors in BN_div.
Emilia Kasper
2014-12-17
1
-3
/
+5
*
Fix unused variable warning
Emilia Kasper
2014-12-15
1
-1
/
+3
*
make update
Matt Caswell
2014-12-12
1
-3
/
+3
*
Move bn internal functions into bn_int.h and bn_lcl.h
Matt Caswell
2014-12-08
3
-165
/
+97
*
Make bn opaque
Matt Caswell
2014-12-08
2
-55
/
+54
*
Implement internally opaque bn access from srp
Matt Caswell
2014-12-08
2
-2
/
+530
*
Implement internally opaque bn access from dh
Matt Caswell
2014-12-08
2
-2
/
+260
*
Prepare exptest for bn opaquify
Matt Caswell
2014-12-08
1
-16
/
+21
[next]