summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2022-12-16Refine the documents of several APIsPeiwei Hu
2022-12-09Obtain PSS salt length from providerClemens Lang
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala
2022-07-05Update copyright yearRichard Levitte
2022-06-28Fix memory leak in ossl_rsa_fromdata.slontis
2022-06-28The rsa_validate_keypair_multiprime() function return is not booleanMatt Caswell
2022-06-21Update copyright yearMatt Caswell
2022-06-16Add sensitive memory clean in priv encodeKan
2022-06-13RSA Keygen update - When using the default provider fallback to default multi...slontis
2022-06-02Fix the check of evp_pkey_ctx_set_params_strictPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlenPeiwei Hu
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-15Update copyright yearMatt Caswell
2022-02-08rsa: add check after calling BN_BLINDING_lockJiasheng Jiang
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis
2021-12-02check the return value of BN_dup() in rsa_lib.c:1248x2018
2021-10-27add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),x2018
2021-08-13Allow small RSA exponents in the default providerShane Lontis
2021-07-29Update copyright yearMatt Caswell
2021-07-23DSA/RSA_print(): Fix potential memory leakTomas Mraz
2021-07-22Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell
2021-07-07CRYPTO: Remove the check for built-in methods in the export_to functionRichard Levitte
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-06-19Replace non-ASCII character in source fileTomas Mraz
2021-06-19rsa: fix indentationPauli
2021-06-19crypto: repalce tabs with spacesPauli
2021-06-17Update copyright yearMatt Caswell
2021-06-04Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz
2021-06-03rsa: make the maximum key strength check FIPS only.Pauli
2021-06-02rsa: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01crypto: updates to pass size_t to RAND_bytes_ex()Pauli
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-27errors: update error message (to be squashed)Pauli
2021-05-27rsa: check that the RNG is capable of producing a key of the specified sizePauli
2021-05-27rsa: remove the limit on the maximum key strengthPauli
2021-05-26rsa: special case the strengths of RSA with 7680 and 15360 bitsPauli
2021-05-26Fix buffer overflow when generating large RSA keys in FIPS mode.Shane Lontis
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-20Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte
2021-05-20todo: remove TODO(3.0) from the sources.Pauli
2021-04-19Detect low-level engine and app method based keysTomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-08Update copyright yearMatt Caswell
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-28Remove RSA bignum_data that is not used anywhereTomas Mraz
2021-03-26RSA-PSS: When printing parameters, always print the trailerfield ASN.1 valueRichard Levitte