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
*
Avoid double clearing some BIGNUMs
Pauli
2019-07-23
1
-11
/
+9
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-69
/
+1
*
Make sure all BIGNUM operations work within the FIPS provider
Matt Caswell
2019-07-15
9
-35
/
+75
*
Fix an endless loop in BN_generate_prime_ex
Bernd Edlinger
2019-07-07
1
-2
/
+6
*
Make BIGNUM rand functions available within the FIPS module
Matt Caswell
2019-07-02
2
-45
/
+41
*
Fix Typos
Antoine Cœur
2019-07-02
3
-3
/
+3
*
Move bn_asm_src file information to build.info files
Richard Levitte
2019-06-17
1
-2
/
+104
*
Use variables in build.info files where it's worth the while
Richard Levitte
2019-06-15
1
-10
/
+8
*
Fix building with enable-trace
Matt Caswell
2019-06-14
1
-0
/
+2
*
Make BIGNUM code available from within the FIPS module
Matt Caswell
2019-06-12
6
-285
/
+317
*
Temporarily disable RAND call in FIPS_MODE until RAND is available
Matt Caswell
2019-06-12
1
-0
/
+29
*
Convert bn_rand.c to use EVP
Matt Caswell
2019-06-12
1
-9
/
+27
*
Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()
Matt Caswell
2019-06-12
2
-6
/
+19
*
Fix a URL to the NMBRTHRY list archive
Bernd Edlinger
2019-06-11
1
-1
/
+2
*
Call RSA generation callback at the correct time.
Kurt Roeckx
2019-04-15
1
-2
/
+2
*
Fix compiling error for mips32r6 and mips64r6
Hua Zhang
2019-03-19
1
-1
/
+1
*
Add missing '.text' in crypto/bn/asm/ppc.pl
Richard Levitte
2019-03-19
1
-0
/
+1
*
Added NULL check to BN_clear() & BN_CTX_end()
Shane Lontis
2019-03-19
3
-2
/
+5
*
FIPS 186-4 RSA Generation & Validation
Shane Lontis
2019-03-12
3
-83
/
+537
*
Adapt BN_CTX_DEBUG to the new generic trace API
Richard Levitte
2019-03-06
1
-41
/
+31
*
Add BN_native2bn and BN_bn2nativepad, for native BIGNUM import/export
Richard Levitte
2019-02-26
1
-0
/
+18
*
Ensure bn_cmp_words can handle the case where n == 0
Matt Caswell
2019-02-25
1
-0
/
+3
*
Clear BN_FLG_CONSTTIME on BN_CTX_get()
Nicola Tuveri
2019-02-20
1
-1
/
+3
*
Fix some CFI issues in x86_64 assembly
David Benjamin
2019-02-17
2
-0
/
+8
*
ARM64 assembly pack: make it Windows-friendly.
Andy Polyakov
2019-02-16
1
-8
/
+8
*
ARM assembly pack: make it Windows-friendly.
Andy Polyakov
2019-02-16
2
-8
/
+22
*
AArch64 assembly pack: authenticate return addresses.
Andy Polyakov
2019-02-12
1
-0
/
+4
*
Remove unnecessary trailing whitespace
Sam Roberts
2019-02-05
3
-6
/
+6
*
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
[next]