summaryrefslogtreecommitdiffstats
path: root/include/crypto
AgeCommit message (Expand)Author
2021-04-07Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2021-03-31Added guarding #ifndef/#define to avoid duplicate include of crypto/types.hRandall S. Becker
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-28Fix Build issue on Oracle Linux x64Shane Lontis
2021-03-25EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz
2021-03-22Fix usages of const EVP_MD.Shane Lontis
2021-03-19Make ossl_d2i_PUBKEY_legacy() completely libcrypto internalRichard Levitte
2021-03-19Make evp_privatekey_from_binary() completely libcrypto internalRichard Levitte
2021-03-19PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-03-19PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte
2021-03-18Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18Add ossl_lhash symbolsShane Lontis
2021-03-18Add ossl_bn_group symbolsShane Lontis
2021-03-18Add ossl_sa symbolsShane Lontis
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis
2021-03-18Add ossl_siv symbolsShane Lontis
2021-03-18Add ossl_aria symbolsShane Lontis
2021-03-18Add ossl_ conf symbolsShane Lontis
2021-03-18Add ossl_ ecx symbolsShane Lontis
2021-03-18Add ossl_v3 symbolsShane Lontis
2021-03-18Add ossl_rsa symbolsShane Lontis
2021-03-18Add ossl_encode symbolsShane Lontis
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-18Add ossl_rand symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb
2021-03-18TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cove...Dr. David von Oheimb
2021-03-17Fix a TODO(3.0) in the siphash codeMatt Caswell
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis
2021-03-12evp: add params argument to key manager's gen_init callPauli
2021-03-11Update copyright yearMatt Caswell
2021-03-08Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell
2021-03-08Cache legacy keys instead of downgrading themMatt Caswell
2021-03-04include/crypto: Remove TODOs that are irrelevant for 3.0Tomas Mraz
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-02-26Fix external symbols related to dsa keysShane Lontis
2021-02-26Fix external symbols related to dh keysShane Lontis
2021-02-26Fix external symbols for bnShane Lontis
2021-02-24X509: Refactor X509_PUBKEY processing to include provider side keysRichard Levitte
2021-02-23EVP: Implement data-driven translation between known ctrl and OSSL_PARAMsRichard Levitte
2021-02-23EVP: make evp_pkey_is_assigned() usable in the FIPS moduleRichard Levitte
2021-02-23EVP: Make evp_pkey_ctx_state() available to all of EVPRichard Levitte
2021-02-23EVP: Implement EVP_PKEY_CTX_is_a()Richard Levitte
2021-02-22Add EVP_PKEY_public_check_quick.Shane Lontis
2021-02-22Fix external symbols for pkcs7.Shane Lontis