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
*
Diverse build.info: Adjust paths
Richard Levitte
2020-09-10
1
-2
/
+0
*
Ignore vendor name in Clang version number.
Jung-uk Kim
2020-08-28
4
-4
/
+4
*
Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072
Shane Lontis
2020-08-12
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-08-06
1
-1
/
+1
*
unify spelling of serialize
Pauli
2020-07-30
1
-1
/
+1
*
Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due to
aSoujyuTanaka
2020-07-15
1
-0
/
+12
*
BN: Check endianness in run-time, in BN_native2bn() and BN_bn2nativepad()
Richard Levitte
2020-07-11
1
-8
/
+9
*
Update copyright year
Matt Caswell
2020-06-25
1
-1
/
+1
*
Flag RSA secret BNs as consttime on keygen and checks
Nicola Tuveri
2020-06-21
1
-0
/
+1
*
Refactor BN_R_NO_INVERSE logic in internal functions
Nicola Tuveri
2020-06-16
1
-184
/
+200
*
fix doc typo in bn_dh.c
Hubert Kario
2020-06-08
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-06-04
1
-1
/
+1
*
Avoid potential overflow to the sign bit when shifting left 24 places
Tomas Mraz
2020-05-20
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-05-15
4
-4
/
+4
*
Add solaris assembler fixes for legacy provider
Shane Lontis
2020-05-02
1
-3
/
+5
*
Amend references to "OpenSSL license"
Shourya Shukla
2020-04-29
1
-1
/
+1
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
5
-18
/
+18
*
Update copyright year
Matt Caswell
2020-04-23
35
-35
/
+35
*
Fix DH_get_nid() so that it does not cache values.
Shane Lontis
2020-04-20
1
-26
/
+442
*
Use build.info, not ifdef for crypto modules
Rich Salz
2020-04-16
2
-10
/
+8
*
[BN] harden `BN_copy()` against leaks from memory accesses
Nicola Tuveri
2020-02-18
1
-2
/
+6
*
Also check for errors in x86_64-xlate.pl.
David Benjamin
2020-02-17
29
-29
/
+29
*
crypto/bn: fix debug build
Wataru Ashihara
2020-02-17
1
-0
/
+1
*
Fix misspelling errors and typos reported by codespell
Dr. Matthias St. Pierre
2020-02-06
1
-4
/
+4
*
Fix builds with no-dh
Matt Caswell
2020-02-06
1
-2
/
+8
*
Add support for DH 'modp' group parameters (RFC 3526)
Shane Lontis
2020-01-30
2
-819
/
+546
*
Do not silently truncate files on perlasm errors
David Benjamin
2020-01-22
29
-29
/
+29
*
Convert rand_bytes_ex and rand_priv_bytes_ex to public functions
Matt Caswell
2020-01-20
1
-4
/
+4
*
For all assembler scripts where it matters, recognise clang > 9.x
Richard Levitte
2020-01-17
4
-4
/
+4
*
Make generated copyright year be "now"
Rich Salz
2020-01-07
1
-2
/
+2
*
Run make update
Matt Caswell
2020-01-02
1
-1
/
+1
*
Add some missing cfi frame info in rsaz-x86_64
Bernd Edlinger
2019-12-20
1
-0
/
+14
*
Add some missing cfi frame info in x86_64-mont5.pl
Bernd Edlinger
2019-12-20
1
-0
/
+18
*
Improve the overflow handling in rsaz_512_sqr
Bernd Edlinger
2019-12-06
1
-21
/
+21
*
Fix an overflow bug in rsaz_512_sqr
Andy Polyakov
2019-12-06
1
-184
/
+197
*
s390x assembly pack: fix bn_mul_comba4
Patrick Steuer
2019-11-17
1
-1
/
+1
*
RSA generation: Use more bits of 1/sqrt(2)
Kurt Roeckx
2019-11-09
1
-9
/
+44
*
Update source files for pre-3.0 deprecation
Richard Levitte
2019-11-07
2
-2
/
+2
*
Update source files for deprecation at 3.0
Richard Levitte
2019-11-07
1
-1
/
+1
*
s390x assembly pack: enable clang build
Patrick Steuer
2019-11-03
1
-4
/
+4
*
[crypto/bn] fix a few small timing leaks in BN_lshift1 and BN_rshift1
Billy Brumley
2019-10-31
1
-13
/
+10
*
Update control logic for BN_gcd
Cesar Pereida Garcia
2019-10-23
1
-2
/
+7
*
Constant-time GCD function.
Cesar Pereida Garcia
2019-10-17
1
-106
/
+107
*
Unify BN_rshift design
Cesar Pereida Garcia
2019-10-17
1
-43
/
+5
*
Fix missing Assembler defines
Shane Lontis
2019-10-16
1
-1
/
+4
*
Add BN_check_prime()
Kurt Roeckx
2019-10-14
5
-59
/
+65
*
Use fewer primes for the trial division
Kurt Roeckx
2019-10-14
1
-7
/
+45
*
Rework how our providers are built
Richard Levitte
2019-10-10
1
-2
/
+2
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-3
/
+3
*
Fix header file include guard names
Dr. Matthias St. Pierre
2019-09-28
2
-4
/
+4
[next]