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
...
*
Clean up references to FIPS
Emilia Kasper
2017-02-28
1
-4
/
+0
*
Remove BN_DEBUG_TRIX
Emilia Kasper
2017-02-28
1
-8
/
+0
*
Fix typo in x86_64-mont5.pl CFI directives
David Benjamin
2017-02-17
1
-1
/
+1
*
Fix copy-pasteism in CFI directives.
Adam Langley
2017-02-10
2
-10
/
+10
*
bn/asm/x86_64*: add DWARF CFI directives.
Andy Polyakov
2017-02-09
5
-2
/
+324
*
bn/asm/rsaz-avx2.pl: refine Win64 SE handler.
Andy Polyakov
2017-02-09
1
-5
/
+12
*
x86_64 assembly pack: Win64 SEH face-lift.
Andy Polyakov
2017-02-06
4
-13
/
+22
*
bn: fix occurance of negative zero in BN_rshift1()
Richard Levitte
2017-02-01
1
-0
/
+2
*
bn: fix occurances of negative zero
Geoff Thorpe
2017-02-01
4
-4
/
+8
*
bn: catch negative zero as an error
Geoff Thorpe
2017-02-01
1
-2
/
+2
*
bn: fix BN_DEBUG + BN_DEBUG_RAND support
Geoff Thorpe
2017-02-01
1
-8
/
+6
*
bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
Andy Polyakov
2017-01-26
1
-9
/
+7
*
Don't call memcpy with NULL as source
Kurt Roeckx
2016-12-15
1
-1
/
+2
*
bn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.
Andy Polyakov
2016-11-25
1
-0
/
+1
*
Check return value of some BN functions.
Rich Salz
2016-11-16
4
-7
/
+11
*
Revert "Move algorithm specific ppccap code from crypto/ppccap.c"
Richard Levitte
2016-11-10
1
-42
/
+0
*
bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).
Andy Polyakov
2016-11-10
1
-3
/
+2
*
Move algorithm specific ppccap code from crypto/ppccap.c
Richard Levitte
2016-11-09
1
-0
/
+42
*
Missing BN_RECP_CTX field init.
FdaSilvaYY
2016-11-08
1
-3
/
+3
*
Zero stack variable with DSA nonce
Rich Salz
2016-11-08
1
-0
/
+1
*
ppccap.c: engage new multipplication and squaring subroutines.
Andy Polyakov
2016-10-24
1
-3
/
+0
*
bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.
Andy Polyakov
2016-10-24
1
-1
/
+1645
*
bn/asm/ppc-mont.pl: prepare for extension.
Andy Polyakov
2016-10-24
1
-19
/
+24
*
Fix up bn_prime.pl formatting.
David Benjamin
2016-10-11
2
-260
/
+259
*
Remove trailing whitespace from some files.
David Benjamin
2016-10-11
15
-192
/
+192
*
bn/bn_lcl.h: improve interoperability with clang and Android NDK.
Andy Polyakov
2016-09-13
1
-2
/
+2
*
Misc BN fixes
Rich Salz
2016-09-06
3
-15
/
+23
*
MIPS assembly pack: adapt it for MIPS[32|64]R6.
Andy Polyakov
2016-09-02
3
-424
/
+436
*
crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...
Andy Polyakov
2016-08-31
2
-3
/
+3
*
bn/asm/ppc.pl: harmonize .size directive in bn_mul_words.
Andy Polyakov
2016-08-29
1
-1
/
+1
*
Remove useless assignment
Matt Caswell
2016-08-24
1
-2
/
+1
*
Fix math in BN_bn2dec comment.
David Benjamin
2016-08-23
1
-2
/
+2
*
Check for malloc error in bn_x931p.c
Matt Caswell
2016-08-23
1
-0
/
+3
*
bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.
Andy Polyakov
2016-08-22
3
-179
/
+274
*
Fix overflow check in BN_bn2dec()
Kazuki Yamaguchi
2016-08-22
1
-3
/
+2
*
Check for errors in BN_bn2dec()
Dr. Stephen Henson
2016-08-16
1
-1
/
+7
*
Never return -1 from BN_exp
Jakub Zelenka
2016-08-14
1
-4
/
+4
*
Change callers to use the new constants.
Rich Salz
2016-08-10
4
-12
/
+13
*
spelling fixes, just comments and readme.
klemens
2016-08-06
7
-10
/
+10
*
Fix some style issues...
FdaSilvaYY
2016-08-02
1
-2
/
+2
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-1
/
+2
*
Fix a few if(, for(, while( inside code.
FdaSilvaYY
2016-07-20
1
-15
/
+15
*
RT4593: Add space after comma (doc nits)
Rich Salz
2016-07-19
1
-5
/
+5
*
Simplify INCLUDE statements in build.info files
Richard Levitte
2016-07-01
1
-2
/
+1
*
Convert memset calls to OPENSSL_cleanse
Matt Caswell
2016-06-30
1
-1
/
+1
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
4
-5
/
+5
*
Handle BN_mod_word failures.
David Benjamin
2016-06-25
1
-11
/
+30
*
Fix BN_is_prime* calls.
David Benjamin
2016-06-25
1
-5
/
+12
*
Useless header include of openssl/rand.h
FdaSilvaYY
2016-06-18
2
-2
/
+0
*
Add some missing return value checks
Matt Caswell
2016-06-13
2
-5
/
+8
[prev]
[next]