summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-03-25EVP: Clarify the states of an EVP_PKEYRichard Levitte
2020-03-25Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb
2020-03-25Issuer Sign Tool extention supportNikolay Morozov
2020-03-24Use a fetched version of SHA256 in tls_process_new_session_ticket()Matt Caswell
2020-03-23Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-21EVP: fetch the EVP_KEYMGMT earlierRichard Levitte
2020-03-20Add support for passing the libctx to the config loaderShane Lontis
2020-03-19Use RAND_bytes_ex in crypto/rsaMatt Caswell
2020-03-19Make sure we use the libctx when fetching a MACMatt Caswell
2020-03-18Rename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP_MSG_bioDr. David von Oheimb
2020-03-18Implement serializers for ED25519 and ED448Matt Caswell
2020-03-15X509: Rename X509_set0_sm2_id() and friendsRichard Levitte
2020-03-15EVP: Don't call digest_custom() quite so earlyRichard Levitte
2020-03-15Add ECDSA to providersShane Lontis
2020-03-15Add RSA sign to the fips providerShane Lontis
2020-03-13Code to thread-safety in ChangeCipherStateBenjamin Kaduk
2020-03-12PROV: Add RSA functionality for key generationRichard Levitte
2020-03-12EVP: Add new domparams and key generation functionalityRichard Levitte
2020-03-12CORE: Add the key object generator libcrypto<->provider interfaceRichard Levitte
2020-03-12Add ECDH to fips providerShane Lontis
2020-03-12Add EC key validation to default providerShane Lontis
2020-03-10Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. David von Oheimb
2020-03-10Fix error in case CMP msg POPO is not provided in OSSL_CRMF_MSGS_verify_popo()Dr. David von Oheimb
2020-03-10Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb
2020-03-10Extract sk_ASN1_UTF8STRING2text() from ts_get_status_text() in ts_rsp_verify....Dr. David von Oheimb
2020-03-10fix coding style nits w.r.t. 'defined' in http_local.h, http.h, and ocsp.hDr. David von Oheimb
2020-03-09DH: add internal dh_get_method()Richard Levitte
2020-03-09Implement provider support for Ed25519 annd Ed448Matt Caswell
2020-03-09Add provider awareness of EVP_DigestSign() and EVP_DigestVerify()Matt Caswell
2020-03-09Add Key Management support for EdDSA keysMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2020-03-07Change DH_get_nid() to set the value of q if it is not already setShane Lontis
2020-03-03Implementation of Russian GOST CMSDmitry Belyavskiy
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis
2020-03-02PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte
2020-03-02EVP: Add support for copying provided EVP_PKEYsRichard Levitte
2020-03-02KEYMGMT: Add a keydata copy functionRichard Levitte
2020-03-02EVP: Add support for comparing provided EVP_PKEYsRichard Levitte
2020-03-02KEYMGMT: Add a keydata matching functionRichard Levitte
2020-03-02EVP: Adapt EVP_PKEY_missing_parameters() for provider keysRichard Levitte
2020-02-29Fix drop of const qualifierAndré Klitzing
2020-02-29EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgradesRichard Levitte
2020-02-29Rethink the EVP_PKEY cache of provider side keysRichard Levitte
2020-02-28x509v3 subjectSignTool extention supportNikolay Morozov
2020-02-27Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte
2020-02-27VMS: mitigate for the C++ compiler that doesn't understand certain pragmasRichard Levitte
2020-02-26Mem-sec small code adjustmentDavide Galassi
2020-02-25DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre
2020-02-22Refactor evp_pkey_make_provided() to do legacy to provider exportRichard Levitte