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
*
rsa: add msvc intrinsic for non x64 platforms
Hubert Kario
2023-02-11
1
-1
/
+23
*
S390x: Support ME and CRT offloading
Juergen Christ
2023-02-08
2
-1
/
+144
*
Fix Timing Oracle in RSA decryption
Dmitry Belyavskiy
2023-02-07
4
-15
/
+619
*
Avoid duplicating symbols in legacy.a with some build options
Tomas Mraz
2023-01-31
1
-5
/
+0
*
bn2bin(): Don't accept len < 0
Richard Levitte
2023-01-20
1
-0
/
+4
*
bin2bn(): When len==0, just return a zero BIGNUM
Richard Levitte
2023-01-20
1
-0
/
+9
*
Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttime
Bernd Edlinger
2023-01-14
3
-8
/
+48
*
Revert "Limit size of modulus for BN_mod_exp_mont_consttime()"
Bernd Edlinger
2023-01-14
1
-9
/
+0
*
rsaz_exp_x2.c: Remove unused ALIGN64 macro
Tomas Mraz
2023-01-09
1
-8
/
+0
*
rsaz_exp_x2.c: Avoid potential undefined behavior with strict aliasing
Tomas Mraz
2023-01-09
1
-4
/
+12
*
Revert "Fix an occasional CI failure due to unaligned access"
Tomas Mraz
2023-01-09
1
-9
/
+7
*
Cleanse internal BN_generate_dsa_nonce() buffers used to generate k.
slontis
2023-01-04
1
-1
/
+3
*
Improve FIPS RSA keygen performance.
slontis
2022-11-23
2
-8
/
+52
*
Improve FIPS RSA keygen performance.
slontis
2022-11-21
2
-9
/
+46
*
Limit size of modulus for BN_mod_exp_mont_consttime()
Tomas Mraz
2022-11-10
1
-0
/
+9
*
Fix LLVM vs Apple LLVM version numbering confusion, for $avx512ifma
Richard Levitte
2022-10-13
3
-6
/
+33
*
Fix an occasional CI failure due to unaligned access
Bernd Edlinger
2022-10-13
1
-7
/
+9
*
crypto/*: Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
1
-1
/
+1
*
crypto: Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
1
-2
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
12
-66
/
+24
*
Fix error propagatation in BN_check_prime()
Kazuki Yamaguchi
2022-10-04
1
-2
/
+3
*
Fix memory leak in BN_rand_range()
valdaarhun
2022-08-17
1
-0
/
+5
*
Fix unrolled montgomery multiplication for POWER9
Rohan McLure
2022-08-17
1
-2
/
+4
*
Revert "Revert "bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplic...
Rohan McLure
2022-08-17
3
-1
/
+598
*
Fix bn_gcd code to check return value when calling BN_one()
slontis
2022-07-05
1
-2
/
+4
*
rsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_avx512_x2
Xi Ruoyao
2022-06-23
1
-0
/
+3
*
Add an extra reduction step to RSAZ mod_exp implementations
Tomas Mraz
2022-06-16
3
-0
/
+34
*
Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.
Tomas Mraz
2022-06-16
2
-214
/
+26
*
Revert "bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplication"
Tomas Mraz
2022-06-15
3
-598
/
+1
*
RSA keygen update: Raise an error if no prime candidate q is found.
slontis
2022-06-13
2
-2
/
+7
*
RSA keygen fixes
slontis
2022-06-13
1
-1
/
+8
*
[crypto/bn] BN_consttime_swap: remove superfluous early exit
Billy Brumley
2022-06-13
1
-3
/
+0
*
Rename x86-32 assembly files from .s to .S.
Sebastian Andrzej Siewior
2022-05-24
1
-9
/
+9
*
bn_nist: fix strict aliasing problem
Pauli
2022-05-10
1
-11
/
+22
*
Update copyright year
Matt Caswell
2022-05-03
10
-10
/
+10
*
Fix failure to check result of bn_rshift_fixed_top
Hugo Landau
2022-04-07
1
-2
/
+4
*
Fix Coverity 1201763 uninitialised pointer read
Pauli
2022-03-23
1
-1
/
+2
*
Fix possible infinite loop in BN_mod_sqrt()
Tomas Mraz
2022-03-15
1
-12
/
+18
*
Fix NULL pointer dereference for BN_mod_exp2_mont
Hugo Landau
2022-03-03
1
-1
/
+1
*
bn_lib.c: Change Endianess check to as a binary condition.
Kelvin Lee
2022-02-10
1
-10
/
+4
*
Fix typos
Dimitris Apostolou
2022-02-07
1
-2
/
+2
*
Add signed bn2bin and bin2bn functions
Richard Levitte
2022-01-20
1
-21
/
+107
*
[refactor] BIGNUM: Modify bin2bn() to work from least to most significant chunk
Richard Levitte
2022-01-20
1
-22
/
+30
*
BIGNUM: Add a comment on chunk order in struct bignum_st
Richard Levitte
2022-01-20
1
-2
/
+5
*
[refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'s
Richard Levitte
2022-01-20
1
-9
/
+20
*
[refactor] BIGNUM: collapse BN_bin2bn() and BN_lebin2bn() into one
Richard Levitte
2022-01-20
1
-52
/
+34
*
bn_ppc.c: Fix build failure on AIX with XLC/XLCLANG
Tomas Mraz
2022-01-17
1
-1
/
+1
*
Fix copyright year issues
Bernd Edlinger
2022-01-06
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2022-01-05
3
-3
/
+3
*
Update troublesome copyright years of auto-generated files to 2022
Dr. David von Oheimb
2022-01-03
1
-1
/
+1
[next]