summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2019-11-01Update RSA ASN.1 code to handle RSA-PSS.Joel Sing
2019-11-01Clean up RSA_new_method().Joel Sing
2019-10-31In rsa_pmeth.c rev. 1.30, jsing@ set the minimum RSA key lengthIngo Schwarze
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-29In rsa.h rev. 1.41, jsing@ provided RSA_pkey_ctx_ctrl(3).Ingo Schwarze
2019-10-29merge documentation for several macros EVP_PKEY_CTX_*_rsa_oaep_*(3)Ingo Schwarze
2019-10-29merge documentation for EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3),Ingo Schwarze
2019-10-29merge documentation of EVP_PKEY_CTX_set_ec_param_enc(3)Ingo Schwarze
2019-10-29correct HISTORY of some RSA control macrosIngo Schwarze
2019-10-29list supported algorithm ids and clarify how the engine argument is usedIngo Schwarze
2019-10-29Add two controls that were missed in the previous commit.Joel Sing
2019-10-29Update RSA OAEP code.Joel Sing
2019-10-29Provide EVP_PKEY_CTX_md().Joel Sing
2019-10-25Free maskHash when RSA_PSS_PARAMS is freed.Joel Sing
2019-10-24Provide ASN1_TYPE_{,un}pack_sequence().Joel Sing
2019-10-24Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding.Joel Sing
2019-10-24Bump libcrypto, libssl and libtls majors due to changes in struct sizesJoel 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-24Add EVP_PKEY_RSA_PSS.Joel Sing
2019-10-17Sync RSA_padding_check_PKCS1_OAEP_mgf1().Joel Sing
2019-10-17Provide err_clear_last_constant_time() as a way of clearing an error fromJoel Sing
2019-10-10bump internal version to 3.0.2Brent Cook
2019-10-10bump to 3.0.2Brent Cook
2019-10-09Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA*Joel Sing
2019-10-04Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey.Theo Buehler
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-30bump for LibreSSL 3.0.1Brent Cook
2019-09-29If a NULL or zero cofactor is passed to EC_GROUP_set_generator(),Theo Buehler
2019-09-10document EVP_PKEY_CTX_get_signature_md(3);Ingo Schwarze
2019-09-09Plug memory leak in error paths. Found while comparing this fileTheo Buehler
2019-09-09Provide EVP_PKEY_CTX_get_signature_md() macro and implement theJoel Sing
2019-09-09Load CMS error strings.Joel Sing
2019-09-09Move #include <openssl/cms.h> to more appropriate location (since it isJoel Sing
2019-09-09Install the openssl/cms.h header.Joel Sing
2019-09-08Add CMS ECC support.Joel Sing
2019-09-06Add various macros and controls for EC_PKEY_CTX.Joel Sing
2019-09-06Handle CMS PEM headers.Joel Sing
2019-09-05Add objects for ECDH schemes in RFC 5753.Joel Sing
2019-09-05Build ecdh_kdf.cJoel Sing
2019-09-05Replace OPENSSL_cleanse() with explicit_bzero().Joel Sing