summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-04-14Add ex_data to EVP_PKEY.Aaron Thompson
2020-04-14BIO_do_accept: correct error return valuescott
2020-04-11Add manpage entry for X509_check_purpose()Jake Maynard
2020-04-10EVP: legacy_ctrl_to_param() to handle provider side keysRichard Levitte
2020-04-10CMS KARI: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte
2020-04-09Add common internal crypto/ modules in liblegacy.aRichard Levitte
2020-04-09Enable Ed25519 signing/verifying to use the libctxMatt Caswell
2020-04-09Make the CT code library context awareMatt Caswell
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell
2020-04-09Add a null provider which implements no algorithms.Pauli
2020-04-09Move legacy ciphers into the legacy providerShane Lontis
2020-04-09Use the libctx and propq from the X509_STORE_CTXMatt Caswell
2020-04-08Add X509_STORE_CTX_new_with_libctx()Matt Caswell
2020-04-08EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte
2020-04-08EVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()Richard Levitte
2020-04-08AES CTR-DRGB: do not leak timing informationPatrick Steuer
2020-04-08Integer overflow in ASN1_STRING_set.Pauli
2020-04-08params: avoid a core dump with a null pointer and a get string callPauli
2020-04-07[crypto/ec] blind coordinates in ec_wNAF_mul for robustnessBilly Brumley
2020-04-07Fix the error handling in EC_POINTs_mulBernd Edlinger
2020-04-07Fix misleading error msg for PBM check w/o secret in OSSL_CMP_validate_msg()Dr. David von Oheimb
2020-04-07Fix error reporting glitch in X509_STORE_CTX_print_verify_cb() in t_x509.cDr. David von Oheimb
2020-04-07Fix bugs in 3GPP exception checking and improve diagnostics in crypt/cmp/cmp_...Dr. David von Oheimb
2020-04-07PROV: Add DERlib support for ECDSA and EC keysRichard Levitte
2020-04-07PROV: Add DERlib support for DSARichard Levitte
2020-04-07PROV: Add DERlib support for RSARichard Levitte
2020-04-07PROV: Add the beginning of a DER writing libraryRichard Levitte
2020-04-06Set X509_V_ERR_INVALID_EXTENSION error for invalid basic constraintsTomas Mraz
2020-04-06Allow certificates with Basic Constraints CA:false, pathlen:0Tomas Mraz
2020-04-04Add "endfirst" writing to WPACKETMatt Caswell
2020-04-03Remove an unnecessary call to BN_CTX_free.Aaron Thompson
2020-04-03Fix bugs in EC code introduced with FIPS changes.Aaron Thompson
2020-04-02HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb
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