summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-04-02Fix a printf format error in cmp_client.cBernd Edlinger
2020-04-01[crypto/ec] Ladder tweaksBilly Brumley
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis
2020-03-30Fix off-by-1 bug on provider_activate with custom error stringsNicola Tuveri
2020-03-30Add the X509v3_cache_extensions() functionMatt Caswell
2020-03-28Param builder: Remove the static size limit.Pauli
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-27PROV: Fix EC_KEY exporters to allow domain parameter keysRichard Levitte
2020-03-27Make SRP library context awareMatt Caswell
2020-03-27Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()Matt Caswell
2020-03-27Ignore some fetch failuresMatt Caswell
2020-03-27Put an error on the stack in the event of a fetch failureMatt Caswell
2020-03-25EVP: Limit the diverse key parameter functions to domain params onlyRichard Levitte
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-25EVP: Downgrade keys rather than upgradeRichard Levitte
2020-03-25EVP: Add EVP_PKEY_set_type_by_keymgmt() and use itRichard Levitte
2020-03-25EVP: Clarify the states of an EVP_PKEYRichard Levitte
2020-03-25EC: Refactor ec_curve_name2nid() to accept NIST curve namesRichard Levitte
2020-03-25Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb
2020-03-25Fix bug in strncpy() use of sk_ASN1_UTF8STRING2text() in asn1_lib.cDr. David von Oheimb
2020-03-25Issuer Sign Tool extention supportNikolay Morozov
2020-03-25Fix EVP_PKEY_new_mac_key()Matt Caswell
2020-03-24Use a fetched version of SHA256 in tls_process_new_session_ticket()Matt Caswell
2020-03-23Handle mdname in legacy EVP_DigestSignInit_ex codepathsMatt Caswell
2020-03-23Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell
2020-03-23DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-21Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
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-19Handle the case where there is no digest in an EVP_MD_CTXMatt 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-16Support KTLS on connections using BIO_TYPE_CONNECT.John Baldwin
2020-03-15SM2: Make the EVP_PKEY_METHOD ctrl_str function listen to distidRichard Levitte
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-15Fix legacy_ctrl_to_param() to pay better attention to keytypeRichard Levitte
2020-03-15Add RSA sign to the fips providerShane Lontis
2020-03-14DH: remove DH parameter files that aren't used or installed.Pauli
2020-03-14Fix RSA structureRichard Levitte
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