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 an infinite loop in BN_GF2m_mod_inv
Matt Caswell
2023-12-12
1
-1
/
+7
*
bn_nist: Fix strict-aliasing violations in little-endian optimizations
Xi Ruoyao
2023-11-30
1
-52
/
+74
*
bn: Properly error out if aliasing return value with modulus
Tomas Mraz
2023-10-26
2
-0
/
+31
*
BN_gcd(): Avoid shifts of negative values
Tomas Mraz
2023-10-05
1
-3
/
+3
*
Copyright year updates
Matt Caswell
2023-09-07
18
-18
/
+18
*
Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exe
Tom Cosgrove
2023-09-04
1
-9
/
+2
*
Don't call ossl_assert on the result of bn_wexpand
Matt Caswell
2023-08-14
1
-1
/
+1
*
Check for 0 modulus in BN_RECP_CTX_set.
fullwaywang
2023-06-26
1
-1
/
+1
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
1
-1
/
+1
*
Coverity 1528485: Remove unused assignment of wvalue
Tomas Mraz
2023-06-11
1
-3
/
+3
*
Coverity 1528494 and 1528493: Remove unused assignment of wvalue
Tomas Mraz
2023-06-11
1
-6
/
+6
*
Fix a typo found by codespell in a variable name
Dimitri Papadopoulos
2023-05-11
1
-5
/
+5
*
bn_local: remove unused `PTR_SIZE_INT` definition
Alois Klink
2023-04-16
1
-18
/
+0
*
bn_nist: remove unused type-punning union `u`
Alois Klink
2023-04-16
1
-21
/
+12
*
bn_nist: replace pointer bit-fiddling with ternary
Alois Klink
2023-04-16
1
-45
/
+19
*
Alternative fix for CVE-2022-4304
Bernd Edlinger
2023-04-04
4
-62
/
+95
*
Revert "Fix Timing Oracle in RSA decryption"
Bernd Edlinger
2023-04-04
4
-650
/
+15
*
Ensure there's only one copy of OPENSSL_armcap_P in libcrypto.a
Tom Cosgrove
2023-03-29
2
-2
/
+2
*
rsaz-*k-avx512.pl: fix wrong name of avx512 flag variable
Tomas Mraz
2023-03-17
3
-6
/
+6
*
Add missing copyright header
Pauli
2023-03-14
1
-0
/
+9
*
Fix incorrect error branch in ossl_bn_rsa_fips186_4_derive_prime()
ndossche
2023-02-20
1
-1
/
+1
*
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
[next]