index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
rsa
/
rsa_gen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2022-06-21
1
-1
/
+1
*
RSA Keygen update - When using the default provider fallback to default multi...
slontis
2022-06-13
1
-7
/
+9
*
Fix buffer overflow when generating large RSA keys in FIPS mode.
Shane Lontis
2021-05-26
1
-2
/
+7
*
Add ossl_rsa symbols
Shane Lontis
2021-03-18
1
-3
/
+4
*
Fix up issues found when running evp_extra_test with a non-default library co...
Jon Spillett
2021-03-17
1
-2
/
+3
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-libraries
Richard Levitte
2021-02-12
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-4
/
+4
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
rsa: add ossl_ prefix to internal rsa_ calls.
Pauli
2020-10-07
1
-2
/
+2
*
keygen: add FIPS error state management to conditional self tests
Shane Lontis
2020-09-12
1
-0
/
+2
*
Fix typo in FIPS_MODULE endif macro comment
Daniel Bevenius
2020-09-03
1
-1
/
+1
*
Fix potential double free in rsa_keygen pairwise test.
Shane Lontis
2020-06-23
1
-0
/
+6
*
Flag RSA secret BNs as consttime on keygen and checks
Nicola Tuveri
2020-06-21
1
-0
/
+6
*
Add ACVP fips module tests
Shane Lontis
2020-06-17
1
-2
/
+2
*
Update RSA keygen to use sp800-56b by default
Shane Lontis
2020-06-10
1
-9
/
+31
*
coverity 1462561 Uninitialized scalar variable
Pauli
2020-04-30
1
-1
/
+1
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-4
/
+4
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Add pairwise consistency self tests to asym keygenerators
Shane Lontis
2020-03-03
1
-11
/
+87
*
Deprecate the low level RSA functions.
Pauli
2020-02-20
1
-0
/
+6
*
New RSA keymgmt implementation to handle import / export of RSA keys
Richard Levitte
2019-10-17
1
-0
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
Added NULL check to BN_clear() & BN_CTX_end()
Shane Lontis
2019-03-19
1
-2
/
+1
*
FIPS 186-4 RSA Generation & Validation
Shane Lontis
2019-03-12
1
-1
/
+8
*
Following the license change, modify the boilerplates in crypto/rsa/
Richard Levitte
2018-12-06
1
-1
/
+1
*
RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...
Matt Caswell
2018-04-16
1
-0
/
+1
*
Update copyright year
Matt Caswell
2018-02-27
1
-1
/
+1
*
Replaced variable-time GCD with consttime inversion to avoid side-channel att...
Samuel Weiser
2018-02-21
1
-3
/
+14
*
rsa: Do not allow less than 512 bit RSA keys
Sebastian Andrzej Siewior
2017-12-11
1
-5
/
+1
*
rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.
Andy Polyakov
2017-11-28
1
-26
/
+2
*
rsa/rsa_gen.c: ensure backward compatibility with external rsa->meth.
Andy Polyakov
2017-11-23
1
-1
/
+14
*
Support multi-prime RSA (RFC 8017)
Paul Yang
2017-11-21
1
-47
/
+246
*
Fix an endless loop in rsa_builtin_keygen.
Rich Salz
2017-03-06
1
-12
/
+11
*
Check return value of some BN functions.
Rich Salz
2016-11-15
1
-1
/
+2
*
Deprecate the flags that switch off constant time
Matt Caswell
2016-06-06
1
-37
/
+24
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Make the RSA structure opaque
Richard Levitte
2016-04-06
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Tighten up BN_with_flags usage and avoid a reachable assert
Matt Caswell
2015-11-26
1
-40
/
+58
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+1
*
More secure storage of key material.
Rich Salz
2015-06-23
1
-6
/
+6
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free NULL cleanup 7
Rich Salz
2015-04-30
1
-9
/
+5
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-168
/
+184
*
Implement internally opaque bn access from rsa
Matt Caswell
2014-12-08
1
-4
/
+13
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
remove FIPS module code from crypto/rsa
Dr. Stephen Henson
2014-12-08
1
-128
/
+0
*
Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in
Dr. Stephen Henson
2011-05-11
1
-2
/
+2
[next]