index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rsa
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid generating RSA keys with p < q
rkarmaka98
2023-04-28
1
-0
/
+9
*
Fix the LCM computation in the RSA multiprime key check
Tomas Mraz
2023-04-13
1
-6
/
+10
*
Alternative fix for CVE-2022-4304
Bernd Edlinger
2023-04-04
1
-7
/
+6
*
Revert "Fix Timing Oracle in RSA decryption"
Bernd Edlinger
2023-04-04
1
-14
/
+7
*
Remove ossl_rsa_pss_params_30_set_maskgenalg().
slontis
2023-03-01
1
-9
/
+0
*
S390x: Support ME and CRT offloading
Juergen Christ
2023-02-08
1
-0
/
+35
*
Fix Timing Oracle in RSA decryption
Dmitry Belyavskiy
2023-02-07
1
-76
/
+96
*
Make RSA_generate_multi_prime_key() not segfault if e is NULL.
slontis
2023-01-12
1
-6
/
+7
*
Refine the documents of several APIs
Peiwei Hu
2022-12-16
1
-1
/
+1
*
rsa: Add option to disable implicit rejection
Hubert Kario
2022-12-12
2
-6
/
+30
*
rsa: add implicit rejection in PKCS#1 v1.5
Hubert Kario
2022-12-12
2
-1
/
+346
*
signature: Clamp PSS salt len to MD len
Clemens Lang
2022-12-08
2
-6
/
+38
*
Obtain PSS salt length from provider
Clemens Lang
2022-12-08
1
-18
/
+20
*
Replace "a RSA" with "an RSA"
Daniel Fiala
2022-12-06
1
-2
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
14
-74
/
+40
*
Fix memory leak in ossl_rsa_fromdata.
slontis
2022-06-28
1
-2
/
+5
*
The rsa_validate_keypair_multiprime() function return is not boolean
Matt Caswell
2022-06-28
1
-1
/
+1
*
Add sensitive memory clean in priv encode
Kan
2022-06-16
1
-0
/
+1
*
RSA Keygen update - When using the default provider fallback to default multi...
slontis
2022-06-13
1
-7
/
+9
*
Fix the check of evp_pkey_ctx_set_params_strict
Peiwei Hu
2022-06-02
1
-2
/
+4
*
Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlen
Peiwei Hu
2022-06-02
1
-1
/
+1
*
Update copyright year
Matt Caswell
2022-05-03
4
-4
/
+4
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-4
/
+2
*
rsa: add check after calling BN_BLINDING_lock
Jiasheng Jiang
2022-02-08
1
-1
/
+3
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
slontis
2022-02-03
2
-7
/
+9
*
replace ;; with ; as statement separator
Pauli
2022-01-18
1
-1
/
+1
*
Fix malloc failure handling of X509_ALGOR_set0()
Dr. David von Oheimb
2022-01-14
1
-11
/
+17
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-1
/
+1
*
check the return value of BN_dup() in rsa_lib.c:1248
x2018
2021-12-02
1
-1
/
+4
*
fix some code with obvious wrong coding style
x2018
2021-10-28
4
-4
/
+4
*
add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),
x2018
2021-10-27
1
-0
/
+2
*
Allow small RSA exponents in the default provider
Shane Lontis
2021-08-13
1
-18
/
+9
*
Update copyright year
Matt Caswell
2021-07-29
1
-1
/
+1
*
DSA/RSA_print(): Fix potential memory leak
Tomas Mraz
2021-07-23
1
-2
/
+4
*
Update our EVP_PKEY_METHODs to get low level keys via public APIs
Matt Caswell
2021-07-22
1
-23
/
+44
*
CRYPTO: Remove the check for built-in methods in the export_to function
Richard Levitte
2021-07-07
1
-7
/
+0
*
fips module header inclusion fine-tunning
Tomas Mraz
2021-07-06
3
-18
/
+23
*
Replace non-ASCII character in source file
Tomas Mraz
2021-06-19
1
-1
/
+1
*
rsa: fix indentation
Pauli
2021-06-19
1
-6
/
+6
*
crypto: repalce tabs with spaces
Pauli
2021-06-19
1
-3
/
+3
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
Move libssl related defines used by fips provider to prov_ssl.h
Tomas Mraz
2021-06-04
1
-1
/
+1
*
rsa: make the maximum key strength check FIPS only.
Pauli
2021-06-03
1
-0
/
+6
*
rsa: remove TODOs
Pauli
2021-06-02
2
-11
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
6
-33
/
+34
*
crypto: updates to pass size_t to RAND_bytes_ex()
Pauli
2021-06-01
3
-0
/
+8
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
3
-5
/
+5
*
errors: update error message (to be squashed)
Pauli
2021-05-27
1
-1
/
+3
*
rsa: check that the RNG is capable of producing a key of the specified size
Pauli
2021-05-27
1
-0
/
+22
[next]