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
*
Mark OPENSSL_armcap_P .hidden in arm asm
Kai Pastor
8 days
2
-0
/
+2
*
s390x: Don't probe crypto cards for ME/CRT offloading during initialization
Ingo Franzki
2024-10-23
1
-6
/
+24
*
Harden BN_GF2m_poly2arr against misuse.
Viktor Dukhovni
2024-10-16
1
-8
/
+20
*
Copyright year updates
Tomas Mraz
2024-09-05
16
-16
/
+16
*
Missing .rodata for AVX2/AVX512 codepaths
Theo Buehler
2024-09-02
4
-6
/
+8
*
crypto: factorize to hex chars conversion code.
FdaSilvaYY
2024-08-07
1
-4
/
+1
*
Fix typos found by codespell
Dimitri Papadopoulos
2024-08-07
1
-1
/
+1
*
Prefer ARRAY_SIZE(...)
Dimitri Papadopoulos
2024-07-22
1
-1
/
+2
*
that open brace { should be on the previous line
Dimitri Papadopoulos
2024-07-22
2
-4
/
+5
*
Allow group methods to customize initialization for speed
Watson Ladd
2024-06-05
1
-0
/
+42
*
Optimizated calculation of shared power of 2 in bn_gcd
Andrew Golovashevich
2024-05-15
1
-11
/
+23
*
Correct top for EC/DSA nonces if BN_DEBUG is on
Tomas Mraz
2024-05-02
1
-0
/
+8
*
Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()
Tomas Mraz
2024-05-02
1
-10
/
+31
*
Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSA
Tomas Mraz
2024-05-02
1
-2
/
+43
*
Make ossl_gen_deterministic_nonce_rfc6979() constant time
Tomas Mraz
2024-05-02
4
-5
/
+21
*
Make BN_generate_dsa_nonce() constant time and non-biased
Tomas Mraz
2024-05-02
3
-36
/
+77
*
Unable to run asm code on OpenBSD (amd64)
Theo Buehler
2024-04-17
2
-0
/
+4
*
Fix GCC compilation -Waggressive-loop-optimizations
Adrien Zinger
2024-04-02
1
-5
/
+1
*
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
[next]