summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
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-28core: add params argument to DRBG instantiate callPauli
2021-02-28evp: add params argument to EVP_RAND_instantiate()Pauli
2021-02-28evp: add param argument to KDF derive callPauli
2021-02-28core: add param argument to KDF derive callPauli
2021-02-28core: update to use the extra MAC init argumentsPauli
2021-02-28evp: updates for the new additional MAC_init argumentsPauli
2021-02-28siphash: Add the C and D round parameters for SipHash.Pauli
2021-02-27Code cleanup mostly in crypto/x509/v3_purp.cDr. David von Oheimb
2021-02-26core: support modified gettable/settable ctx calls for ciphersPauli
2021-02-26evp: upport modified gettable/settable ctx calls for ciphersPauli
2021-02-26evp: support modified gettable/settable ctx calls for MACsPauli
2021-02-26core: core: support modified gettable/settable ctx calls for MACsPauli
2021-02-26core: support modified gettable/settable ctx calls for KDFsPauli
2021-02-26evp: support modified gettable/settable ctx calls for KDFsPauli
2021-02-26evp: support modified gettable/settable ctx calls for RNGsPauli
2021-02-26core: update RNG gettable/settable ctx param callsPauli
2021-02-26core: update digest gettable/settable ctx params 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-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-02-24Allow the sshkdf type to be passed as a single characterRichard Levitte
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: add DRBG/seed setting functionsPauli
2021-02-23RAND_METHOD deprecation: code changesPauli
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-22Note that the OSSL_CORE_MAKE_FUNC macro is reservedMatt Caswell
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-21-Wunused-function cleanupjwalch
2021-02-19Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb
2021-02-18Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-17Fix backward incompatibility revolving around OSSL_HTTP_REQ_CTX_sendreq_d2i()Richard Levitte