summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_gen.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-09Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-01-12Make RSA_generate_multi_prime_key() not segfault if e is NULL.slontis
2022-06-13RSA Keygen update - When using the default provider fallback to default multi...slontis
2021-05-26Fix buffer overflow when generating large RSA keys in FIPS mode.Shane Lontis
2021-03-18Add ossl_rsa symbolsShane Lontis
2021-03-17Fix up issues found when running evp_extra_test with a non-default library co...Jon Spillett
2021-02-18Update copyright yearMatt Caswell
2021-02-12Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-03Fix typo in FIPS_MODULE endif macro commentDaniel Bevenius
2020-06-23Fix potential double free in rsa_keygen pairwise test.Shane Lontis
2020-06-21Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-04-30coverity 1462561 Uninitialized scalar variablePauli
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis
2020-02-20Deprecate the low level RSA functions.Pauli
2019-10-17New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-07-02Fix TyposAntoine Cœur
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2019-03-12FIPS 186-4 RSA Generation & ValidationShane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte
2018-04-16RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...Matt Caswell
2018-02-27Update copyright yearMatt Caswell
2018-02-21Replaced variable-time GCD with consttime inversion to avoid side-channel att...Samuel Weiser
2017-12-11rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior
2017-11-28rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov
2017-11-23rsa/rsa_gen.c: ensure backward compatibility with external rsa->meth.Andy Polyakov
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz
2016-11-15Check return value of some BN functions.Rich Salz
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell
2016-05-17Copyright consolidation 08/10Rich Salz
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-06-23More secure storage of key material.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-30free NULL cleanup 7Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Implement internally opaque bn access from rsaMatt Caswell