summaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Replace non-ASCII character in source fileTomas Mraz2021-06-191-1/+1
* rsa: special case the strengths of RSA with 7680 and 15360 bitsPauli2021-05-261-8/+32
* todo: remove TODO(3.0) from the sources.Pauli2021-05-201-8/+0
* Remove RSA bignum_data that is not used anywhereTomas Mraz2021-03-281-1/+0
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-191-0/+12
* Add ossl_rsa symbolsShane Lontis2021-03-181-12/+12
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-2/+2
* Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOsTomas Mraz2021-02-241-5/+2
* EVP: Adapt the RSA specific EVP_PKEY_CTX setter / getter functionsRichard Levitte2021-02-231-464/+207
* EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius2021-01-281-1/+66
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte2021-01-261-3/+2
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-171-0/+5
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-5/+5
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-9/+9
* en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2020-09-261-4/+31
* Fix EVP_PKEY_CTX_get_rsa_oaep_md() & EVP_PKEY_CTX_get_rsa_mgf1_md() so they u...Shane Lontis2020-08-091-2/+2
* Add ACVP fips module testsShane Lontis2020-06-171-0/+5
* EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte2020-05-141-42/+74
* PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte2020-05-141-0/+5
* RSA: Add a less loaded PSS-parameter structureRichard Levitte2020-05-141-1/+10
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-21/+21
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Param build: make structures opaque.Pauli2020-03-281-5/+9
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-281-5/+5
* Add RSA sign to the fips providerShane Lontis2020-03-151-3/+0
* PROV: Add RSA functionality for key generationRichard Levitte2020-03-121-0/+91
* Change DH_get_nid() to set the value of q if it is not already setShane Lontis2020-03-071-2/+14
* rsa_get0_all_params(): Allow zero CRT paramsRichard Levitte2020-02-221-0/+4
* PROV: add RSA signature implementationRichard Levitte2020-02-221-23/+90
* Deprecate the low level RSA functions.Pauli2020-02-201-0/+6
* Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell2020-02-131-10/+59
* Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli2020-02-061-8/+4
* CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte2020-01-151-0/+6
* PROV SERIALIZER: add support for writing RSA keysRichard Levitte2019-11-291-0/+5
* Move RSA Asym cipher code to the default providerMatt Caswell2019-11-141-2/+391
* New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte2019-10-171-0/+4
* Added internal functions for easy getting and setting all RSA parameters.Richard Levitte2019-10-171-0/+116
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* [crypto/rsa] Set the constant-time flag in multi-prime RSA tooCesar Pereida Garcia2019-09-061-3/+6
* [crypto/asn1] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia2019-09-061-0/+6
* FIPS 186-4 RSA Generation & ValidationShane Lontis2019-03-121-1/+1
* Fix comment typoPauli2019-02-111-1/+1
* Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte2018-12-061-1/+1
* RSA security bits calculationPauli2018-10-231-1/+128
* Safer memory cleanup in (crypto/rsa/rsa_lib.c)Mykola Baibuz2018-10-111-8/+8
* Harmonize the error handling codepathNicola Tuveri2018-09-051-1/+1
* Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri2018-09-051-1/+1