summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-02-28evp: updates for the new additional MAC_init argumentsPauli
2021-02-28crmf: updates for the new additional MAC_init argumentsPauli
2021-02-28siphash: Add the C and D round parameters for SipHash.Pauli
2021-02-27crypto/asn1/i2d_evp.c: Fix i2d_provided() to return a proper lengthRichard Levitte
2021-02-27Modify i2d_PublicKey() so it can get an EC public key as a blobRichard Levitte
2021-02-27Code cleanup mostly in crypto/x509/v3_purp.cDr. David von Oheimb
2021-02-26Check ASN1_item_ndef_i2d() return value.Benjamin Kaduk
2021-02-26evp: upport modified gettable/settable ctx calls for ciphersPauli
2021-02-26evp: support modified gettable/settable ctx calls for MACsPauli
2021-02-26evp: support modified gettable/settable ctx calls for KDFsPauli
2021-02-26evp: support modified gettable/settable ctx calls for RNGsPauli
2021-02-26modify EVP to support digest gettable/settable callsPauli
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-25Fix an integer overflow in o_time.cjwalch
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-02-24Fix string termination and length setting in OSSL_PARAM_BLD_push_utf8_string()Richard Levitte
2021-02-24Fix OSSL_PARAM_allocate_from_text() for OSSL_PARAM_UTF8_STRINGRichard Levitte
2021-02-24Cleanup of some of the EVP_PKEY_CTX_ctrl related TODOsTomas Mraz
2021-02-24Fix missing EOL at the end of the rsa/build.infoTomas Mraz
2021-02-24Remove inclusion of unnecessary header filesTomas Mraz
2021-02-24Use strcasecmp when comparing kdf_typeTomas Mraz
2021-02-25Fix typo in comment in DH_set0_pqg functionDaniel Bevenius
2021-02-24Duplicate the file and func error stringsMatt Caswell
2021-02-24provider: add an unquery function to allow providers to clean up.Pauli
2021-02-24Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz
2021-02-24X509: Refactor X509_PUBKEY processing to include provider side keysRichard Levitte
2021-02-23provider: add option to load a provider without disabling the fallbacks.Pauli
2021-02-23rand: allow lock/unlock functions to be absentPauli
2021-02-23RAND_METHOD deprecation: code changesPauli
2021-02-23EVP: Adapt the EC_KEY specific EVP_PKEY_CTX setter / getter functionsRichard Levitte
2021-02-23EVP: Make checks in evp_pkey_ctx_store_cached_data() more restrictedRichard Levitte
2021-02-23EVP: Adapt the RSA specific EVP_PKEY_CTX setter / getter functionsRichard Levitte
2021-02-23EVP: Adapt the DH specific EVP_PKEY_CTX setter / getter functionsRichard Levitte
2021-02-23EVP: Adapt the EVP_PKEY_CTX ctrl functionsRichard Levitte
2021-02-23EVP: Adapt diverse OSSL_PARAM setters and gettersRichard Levitte
2021-02-23EVP: Make evp_pkey_ctx_{set,get}_params_strict() legacy awareRichard Levitte
2021-02-23EVP: Implement data-driven translation between known ctrl and OSSL_PARAMsRichard 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-23Add back in legacy paths for d2i_PrivateKey/d2i_AutoPrivateKey.Shane Lontis
2021-02-22Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb
2021-02-22Add EVP_PKEY_public_check_quick.Shane Lontis
2021-02-22Fix external symbols for pkcs7.Shane Lontis
2021-02-22Fix external symbols for cms.Shane Lontis
2021-02-20DECODER: Add better tracing of the chain walking processRichard Levitte
2021-02-20DECODER: Use the data structure from the last decoder to select the nextRichard Levitte
2021-02-19Correct the return value of BIO_get_ktls_*().John Baldwin