summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rsa
AgeCommit message (Expand)Author
2023-05-19Add missing rsa_security_bit() handler to the RSA-PSS ASN1_METHODTheo Buehler
2023-05-05Salt shares the blame of the continued existence of the X9.31 padding modeTheo Buehler
2023-05-05Add back support for RSA_X931_PADDINGTheo Buehler
2023-05-05Bring back the X9.31 padding helpersTheo Buehler
2023-04-25Remove X9.31 supportTheo Buehler
2023-04-25Wire up truncated SHA-2, SHA-3 and related thingsTheo Buehler
2023-04-18Bring includes into canonical orderTheo Buehler
2023-04-18Move some includes out of OPENSSL_NO_DEPRECATEDTheo Buehler
2023-04-15Stop supporting the long-retired X9.31 standardTheo Buehler
2023-04-15Prepare rsa.h for X9.31 support removalTheo Buehler
2023-04-13The NBs have been duly noted and ignored. Drop them.Theo Buehler
2023-04-13Remove files that definitely contain no code anymoreTheo Buehler
2023-04-13Move RSA_generate_key() from rsa_depr.c to rsa_gen.cTheo Buehler
2023-04-09Move a few functions out of OPENSSL_NO_DEPRECATEDTheo Buehler
2023-04-05Add a few missing bracesTheo Buehler
2023-04-05Set up the RSA's _method_mod_n before the initial blindingTheo Buehler
2023-03-27Convert BN_copy() with missing error checks to bn_copy()Theo Buehler
2023-03-25Pull in <openssl/rsa.h> directlyTheo Buehler
2023-03-11Remove a few extra spacesTheo Buehler
2023-03-07Call BN_free() instead of BN_clear_free().Joel Sing
2023-03-06Fix incorrect RSA_public_decrypt() return checkTheo Buehler
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-08Rename out to err to conform with standard naming scheme.Tobias Heider
2022-11-08Fix leak of pk if EVP_PKEY_set1_RSA() fails.Tobias Heider
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-07-07Expose new API in headers.Theo Buehler
2022-07-04Sync with changes in dsa_meth.cTheo Buehler
2022-06-27Prepare to provide EVP_PKEY_security_bits()Theo Buehler
2022-06-27Prepare to provide RSA_security_bits()Theo Buehler
2022-02-20Fix a buffer overread in OAEP padding removalTheo Buehler
2022-01-20Fix check for BN_mod_inverse_ct return valueKinichiro Inoguchi
2022-01-20Add check for BN_sub return valueKinichiro Inoguchi
2022-01-20Fix check for BN_mod_inverse_ct return valueKinichiro Inoguchi
2022-01-14Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaqueTheo Buehler
2022-01-14Remove obsolete key formatsTheo Buehler
2022-01-14Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_APITheo Buehler
2022-01-10Prepare to provide EVP_PKEY_check()Theo Buehler
2022-01-10Check that the RSA exponent is neither even nor 1 in RSA_check_key()Theo Buehler
2022-01-07include asn1_locl.h where it will be needed for the bump.Theo Buehler
2022-01-07Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.hTheo Buehler
2022-01-05Prepare to provide a number of RSA accessorsTheo Buehler
2021-12-26Consistently call BN_init() before BN_with_flags()Theo Buehler
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2021-12-04Add #include "bn_lcl.h" to the files that will soon need it.Theo Buehler
2021-11-01Move the now internal X.509-related structs into x509_lcl.h.Theo Buehler
2021-05-14whitespace/KNFTheo Buehler
2020-01-17Free pss in RSA_freeKinichiro Inoguchi
2019-11-20Fix rsa key output formatKinichiro Inoguchi
2019-11-04Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef.Joel Sing