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
*
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
*
Harmonize the make variables across all known platforms families
Richard Levitte
2018-02-14
1
-10
/
+5
*
Generate copyright year properly
Rich Salz
2018-02-13
2
-2
/
+4
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Remove unused file
Rich Salz
2018-02-06
1
-38
/
+0
*
Fix timing leak in BN_from_montgomery_word.
David Benjamin
2018-02-01
1
-37
/
+20
*
Don't leak the exponent bit width in BN_mod_exp_mont_consttime.
David Benjamin
2018-02-01
1
-1
/
+5
*
Make BN_num_bits_word constant-time.
David Benjamin
2018-02-01
1
-67
/
+40
*
Processing GNU-style "make variables" - separate CPP flags from C flags
Richard Levitte
2018-01-28
1
-5
/
+10
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
2
-2
/
+2
*
Revert BN_copy() flag copy semantics change
Matt Caswell
2018-01-16
2
-3
/
+2
*
bn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1024_mul_avx2.
Andy Polyakov
2017-12-06
1
-8
/
+7
*
bn/bn_exp.c: harmonize BN_mod_exp_mont_consttime with negative input.
Andy Polyakov
2017-11-17
1
-25
/
+27
*
bn/bn_add.c: address performance regression.
Andy Polyakov
2017-11-16
2
-7
/
+13
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-12
16
-31
/
+31
*
bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_internal.
Andy Polyakov
2017-11-02
1
-2
/
+10
*
Correct value for BN_security_bits()
Matt Caswell
2017-10-23
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
19
-114
/
+114
*
Remove email addresses from source code.
Rich Salz
2017-10-13
18
-47
/
+34
*
DH named parameter support
Dr. Stephen Henson
2017-10-12
1
-0
/
+4
*
Add primes from RFC7919
Dr. Stephen Henson
2017-10-12
1
-0
/
+288
*
Support constant BN for DH parameters
Dr. Stephen Henson
2017-10-12
1
-16
/
+5
*
Ensure we test all parameters for BN_FLG_CONSTTIME
Matt Caswell
2017-10-11
1
-6
/
+16
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
8
-26
/
+26
*
BN_copy now propagates BN_FLG_CONSTTIME
Samuel Weiser
2017-09-27
2
-2
/
+3
*
Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...
Samuel Weiser
2017-09-27
1
-0
/
+5
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
2
-4
/
+4
*
Fix BN_print()
Kazuki Yamaguchi
2017-08-23
1
-1
/
+1
*
Improvement the formatting in bn_print.c
Pauli
2017-08-22
1
-22
/
+22
*
Use "" not <> for internal/ includes
Rich Salz
2017-08-22
1
-1
/
+1
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-3
/
+3
*
Remove OPENSSL_assert() usage from crypto/bn
Matt Caswell
2017-08-21
2
-6
/
+6
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
5
-21
/
+45
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-4
/
+0
*
bn/bn_lcl.h: restore formatting.
Andy Polyakov
2017-07-31
1
-10
/
+10
*
bn/bn_lcl.h: use __int128 whenever possible, not only on MIPS.
Andy Polyakov
2017-07-31
1
-11
/
+9
*
bn/bn_lcl.h: improve inline assembly coverage on PPC64.
Andy Polyakov
2017-07-31
1
-7
/
+7
*
Address potential buffer overflows.
Pauli
2017-07-07
1
-12
/
+15
*
change return (x) to return x
Pauli
2017-07-07
1
-16
/
+16
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-7
/
+6
*
BN_pseudo_rand is really BN_rand
Rich Salz
2017-07-04
3
-18
/
+11
*
Merge Intel copyright notice into standard
Rich Salz
2017-06-30
5
-203
/
+51
*
Change to check last return value of BN_CTX_get
Paul Yang
2017-06-26
9
-47
/
+32
*
Fix inaccurate comments in bn_prime.c
Paul Yang
2017-06-26
1
-4
/
+2
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-11
/
+1
*
Remove a pointless "#if 0" block from BN_mul.
Bernd Edlinger
2017-06-17
1
-40
/
+0
[next]