summaryrefslogtreecommitdiff
path: root/lib/libcrypto/rsa
AgeCommit message (Expand)Author
2019-11-02Provide RSA_PKCS1_OpenSSL().Joel Sing
2019-11-02Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public.Joel Sing
2019-11-02Make RSA_OAEP_PARAMs public.Joel Sing
2019-11-01Add RSA CMS support.Joel Sing
2019-11-01Update RSA ASN.1 code to handle RSA-PSS.Joel Sing
2019-11-01Clean up RSA_new_method().Joel Sing
2019-10-31Add CMS controls for RSA.Joel Sing
2019-10-31Add support for RSA-PSS.Joel Sing
2019-10-31Move RSA min modulus to a define and increase from 256 to 512 bits.Joel Sing
2019-10-31Fix indent and indent before labels.Joel Sing
2019-10-31Use braces where a statement has both multi-line and single-line blocks.Joel Sing
2019-10-31Add additional validation of key size, message digest size and publicJoel Sing
2019-10-31Clean up some code.Joel Sing
2019-10-31Avoid potentially leaking pub_exp in pkey_rsa_copy().Joel Sing
2019-10-29Add two controls that were missed in the previous commit.Joel Sing
2019-10-29Update RSA OAEP code.Joel Sing
2019-10-25Free maskHash when RSA_PSS_PARAMS is freed.Joel Sing
2019-10-24Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding.Joel Sing
2019-10-24Add RSA_PSS_PARAMS pointer to RSA struct.Joel Sing
2019-10-24Add maskHash field to RSA_PSS_PARAMS.Joel Sing
2019-10-24Provide RSA_pkey_ctx_ctrl().Joel Sing
2019-10-17Sync RSA_padding_check_PKCS1_OAEP_mgf1().Joel Sing
2019-10-09Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA*Joel Sing
2019-10-04Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions.Joel Sing
2019-10-03Move towards making RSA OAEP functions handle arbitrary message digests.Joel Sing
2019-09-09Provide EVP_PKEY_CTX_get_signature_md() macro and implement theJoel Sing
2019-06-05provide getters and setters for the RSA_METHOD interfaceGilles Chehade
2018-09-12Add some accessor functions:Damien Miller
2018-09-05use timing-safe compares for checking results in signature verificationDamien Miller
2018-08-24Add consts to EVP_PKEY_asn1_set_private()Theo Buehler
2018-08-19whitespace fixTheo Buehler
2018-08-19Don't leak db on error in RSA_padding_check_PKCS1_OAEP().Theo Buehler
2018-08-05In RSA_padding_add_PKCS1_OAEP, dbmask needs to be freed on failure.Brent Cook
2018-07-23Implement RSASSA-PKCS1-v1_5 as specified in RFC 8017.Theo Buehler
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as inTheo Buehler
2018-03-17Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}()Theo Buehler
2018-02-20Provide RSA_{clear,set,test}_flasg()Theo Buehler
2018-02-18Provide RSA_{g,s}et0_crt_params()Theo Buehler
2018-02-18Use usual order of RSA_{g,s}et0_key().Theo Buehler
2018-02-18Provide RSA_{g,s}et0_factors()Theo Buehler
2018-02-18Provide RSA_bits()Theo Buehler
2018-02-17Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(),Theo Buehler
2017-08-30Bring back the RSA_SSLV23_PADDING define.Joel Sing
2017-08-28Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and relatedJoel Sing
2017-05-02use freezero() instead of memset/explicit_bzero + free. SubstantiallyTheo de Raadt
2017-04-28revert previous accidental commitBob Beck
2017-04-28*** empty log message ***Bob Beck
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2017-01-25Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggestedBob Beck
2017-01-21Add ct and nonct versions of BN_mod_inverse for internal useBob Beck