summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-03-03ossl_rsa_sp800_56b_check_public: Be more lenient with small keysTomas Mraz
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-03-02CMP: On NULL-DN subject or issuer input omit field in cert templateDr. David von Oheimb
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-03-01Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb
2021-02-28rand: use params argument on instantiate callPauli
2021-02-28evp: add params argument to EVP_RAND_instantiate()Pauli
2021-02-28crypto: add additional argument to KDF derive callsPauli
2021-02-28evp: add param argument to KDF derive callPauli
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