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: fix return value in BN_generate_prime
David Asraf
2019-01-27
1
-1
/
+1
*
Reduce inputs before the RSAZ code.
David Benjamin
2019-01-16
1
-31
/
+33
*
Update generator copyright year.
Viktor Dukhovni
2019-01-07
1
-1
/
+1
*
make update
Matt Caswell
2019-01-03
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/bn/
Richard Levitte
2018-12-06
72
-73
/
+73
*
License: change any non-boilerplate comment referring to "OpenSSL license"
Richard Levitte
2018-12-06
4
-8
/
+4
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
2
-2
/
+2
*
bn/bn_{div|shift}.c: introduce fixed-top interfaces.
Andy Polyakov
2018-12-05
2
-156
/
+225
*
bn/bn_div.c: make conditional addition unconditional
Andy Polyakov
2018-12-05
1
-17
/
+69
*
Configurations/10-main.conf: remove MIPS bn_div_3_words.
Andy Polyakov
2018-12-05
1
-0
/
+6
*
Clean up BN_consttime_swap.
Billy Brumley
2018-11-26
1
-44
/
+17
*
Update copyright year
Matt Caswell
2018-11-20
1
-1
/
+1
*
[crypto/bn] swap BN_FLG_FIXED_TOP too
Billy Brumley
2018-11-10
1
-19
/
+23
*
Fix MSVC warning C4819
Chocobo1
2018-10-30
1
-1
/
+1
*
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
[next]