summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rsa
AgeCommit message (Expand)Author
2023-08-09Merge remainder of rsa_crpt.c into rsa_eay.cTheo Buehler
2023-08-09Move RSA blinding API from rsa_crpt.c to rsa_blinding.cTheo Buehler
2023-08-09Move RSA_blinding_{on,off}() to the bottom of the fileTheo Buehler
2023-08-09Move bn_blind.c to rsa_blinding.cTheo Buehler
2023-08-09Merge BN_BLINDING_create_param() into BN_BLINDING_new()Theo Buehler
2023-08-08Drop the unused BN_BLINDING argument of BN_BLINDING_create_param()Theo Buehler
2023-08-08Simplify RSA_setup_blinding()Theo Buehler
2023-08-02Drop the _ex from BN_BLINDING_{convert,invert}_ex()Theo Buehler
2023-07-28Make BN_BLINDING internalTheo Buehler
2023-07-21Add missing license for rsa_local.hTheo Buehler
2023-07-08Hide symbols in rsaBob Beck
2023-07-07Rename RSA_eay_* to rsa_*.Joel Sing
2023-07-07Mop up remaining uses of ASN1_bn_print()Theo Buehler
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