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
*
crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONG
Richard Levitte
2018-09-21
1
-6
/
+0
*
Update copyright year
Matt Caswell
2018-09-11
8
-8
/
+8
*
Check the return from BN_sub() in BN_X931_generate_Xpq().
Pauli
2018-09-03
1
-1
/
+3
*
bn/bn_lib.c: conceal even memmory access pattern in bn2binpad.
Andy Polyakov
2018-08-23
1
-10
/
+24
*
bn/bn_blind.c: use Montgomery multiplication when possible.
Andy Polyakov
2018-08-23
1
-32
/
+56
*
crypto/bn: add more fixed-top routines.
Andy Polyakov
2018-08-23
4
-10
/
+107
*
bn/bn_mod.c: harmonize BN_mod_add_quick with original implementation.
Andy Polyakov
2018-07-26
1
-0
/
+1
*
Remove zero special-case in BN_mod_exp_mont.
David Benjamin
2018-07-24
1
-5
/
+0
*
bn/bn_intern.c: const-ify bn_set_{static}_words.
Andy Polyakov
2018-07-22
1
-3
/
+7
*
ec/ecdsa_ossl.c: revert blinding in ECDSA signature.
Andy Polyakov
2018-07-18
1
-6
/
+60
*
bn/bn_lib.c address Coverity nit in bn2binpad.
Andy Polyakov
2018-07-18
1
-12
/
+11
*
bn/bn_lcl.h,bn_nist.c: addres strict warnings with -DBN_DEBUG.
Andy Polyakov
2018-07-14
2
-6
/
+5
*
bn/bn_lib.c: make BN_bn2binpad computationally constant-time.
Andy Polyakov
2018-07-14
1
-8
/
+15
*
bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.
Andy Polyakov
2018-07-12
3
-33
/
+62
*
bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
Andy Polyakov
2018-07-12
4
-14
/
+29
*
bn/bn_mont.c: improve readability of post-condition code.
Andy Polyakov
2018-07-12
1
-6
/
+5
*
bn/bn_mont.c: move boundary condition check closer to caller.
Andy Polyakov
2018-07-12
1
-3
/
+4
*
bn/bn_lib.c: remove bn_check_top from bn_expand2.
Andy Polyakov
2018-07-12
1
-5
/
+0
*
PA-RISC assembly pack: make it work with GNU assembler for HP-UX.
Andy Polyakov
2018-06-25
1
-1
/
+9
*
Remove __cplusplus preamble from internal headers
Nicola Tuveri
2018-06-22
1
-8
/
+0
*
Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...
Shane Lontis
2018-06-21
1
-15
/
+13
*
Update copyright year
Matt Caswell
2018-06-20
1
-1
/
+1
*
bn/asm/rsaz-avx2.pl: harmonize clang version detection.
Andy Polyakov
2018-06-18
1
-1
/
+1
*
bn/bn_exp.c: harmonize all code paths with last commit.
Andy Polyakov
2018-06-14
1
-22
/
+33
*
bn/asm/sparcv9-mont.pl: iron another glitch in squaring code path.
Andy Polyakov
2018-06-09
1
-0
/
+3
*
bn/bn_exp.c: mitigation of the One-and-Done side-channel attack.
User
2018-05-30
1
-12
/
+27
*
The result of a ^ 0 mod -1 is 0 not 1
Matt Caswell
2018-05-29
1
-10
/
+10
*
Update copyright year
Matt Caswell
2018-05-29
18
-18
/
+18
*
Make BN_GF2m_mod_arr more constant time
Matt Caswell
2018-05-17
1
-15
/
+17
*
rsaz_avx2_eligible doesn't take parameters
Kurt Roeckx
2018-05-11
1
-1
/
+1
*
Add blinding in BN_GF2m_mod_inv for binary field inversions
Billy Brumley
2018-05-09
1
-90
/
+42
*
Return an error from BN_mod_inverse if n is 1 (or -1)
Matt Caswell
2018-05-03
2
-3
/
+14
*
bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.
Andy Polyakov
2018-05-02
15
-162
/
+165
*
fix: BN_swap mishandles flags
Billy Brumley
2018-04-27
1
-4
/
+7
*
Add missing error code when alloc-return-null
FdaSilvaYY
2018-04-26
3
-2
/
+8
*
Remove superfluous NULL checks. Add Andy's BN_FLG comment.
Billy Brumley
2018-04-23
1
-5
/
+20
*
Elliptic curve scalar multiplication with timing attack defenses
Billy Brumley
2018-04-23
1
-0
/
+13
*
BIGNUM signed add/sub routines refactory
Davide Galassi
2018-04-17
1
-85
/
+47
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
2
-5
/
+13
*
Update copyright year
Matt Caswell
2018-04-03
4
-4
/
+4
*
Use the private RNG for data that is not public
Kurt Roeckx
2018-04-02
4
-5
/
+6
*
Fix a possible crash in BN_from_montgomery_word
Bernd Edlinger
2018-03-31
1
-0
/
+2
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
4
-8
/
+16
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
4
-11
/
+0
*
Update copyright year
Matt Caswell
2018-03-20
2
-2
/
+2
*
Fix miscellaneous typos in docs and source
Dr. Matthias St. Pierre
2018-03-17
1
-1
/
+1
*
bnrand_range: Always call bnrand() with the correct flag
Kurt Roeckx
2018-03-06
1
-6
/
+4
*
Update copyright year
Matt Caswell
2018-02-27
2
-2
/
+2
*
VMS: modify crypto/bn/asm/ia64.S to build properly
Richard Levitte
2018-02-14
1
-0
/
+4
[next]