summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-05-04OSSL_STORE_expect(): Improve error handling and documentationDr. David von Oheimb
2021-05-04Create libcrypto support for BIO_new_from_core_bio()Matt Caswell
2021-05-01Use OCSP-specific error code for clarityDmitry Belyavskiy
2021-04-30Fix typo in OSSL_DECODER_CTX_set_input_structureDaniel Bevenius
2021-04-30STORE: Fix the repeated prompting of passphraseRichard Levitte
2021-04-30CORE: Rework the pre-population of the namemapRichard Levitte
2021-04-30Remove dated term and fixed typo antherEric Curtin
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-29asn1_lib.c: ASN1_put_object: Remove comment about "class 0".Scott McPeak
2021-04-28Store the list of activated providers in the libctxMatt Caswell
2021-04-28Properly protect access to the provider flag_activated fieldMatt Caswell
2021-04-28CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb
2021-04-28TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb
2021-04-28ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb
2021-04-28Add X509 version constants.David Benjamin
2021-04-28Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz
2021-04-28Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz
2021-04-28Rename some globals, add ossl prefix.Rich Salz
2021-04-27ASN1: Ensure that d2i_ASN1_OBJECT() frees the strings on ASN1_OBJECT reuseRichard Levitte
2021-04-27Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-04-23crypto/store/ossl_result.c: Better filtering of errorsRichard Levitte
2021-04-23EVP: evp_keymgmt_util_try_import() should clean up on failed importRichard Levitte
2021-04-23Trivial shortcuts for EVP_PKEY_eq()Tomas Mraz
2021-04-22Remove obsolete commentDr. Matthias St. Pierre
2021-04-22Remove an unused parameterRich Salz
2021-04-22http/http_lib.c: Include stdio.h for sscanf()Tomas Mraz
2021-04-22Add RUN_ONCE support to zlib initTodd Short
2021-04-22Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()Tomas Mraz
2021-04-22Fix potential NULL dereference in ossl_ec_key_dup()Tomas Mraz
2021-04-22Removed dead code in linebuffer_ctrl()Tomas Mraz
2021-04-22Update copyright yearMatt Caswell
2021-04-22Fix build failure with MSVCTomas Mraz
2021-04-22Avoid the need for Configure time 128-bit int detectionMatt Caswell
2021-04-22Fix typosMichaM
2021-04-21ASN.1: Add some sanity checks for input len <= 0; related coding improvementsDr. David von Oheimb
2021-04-21tasn_dec.c: Add checks for it == NULL arguments; improve coding styleDr. David von Oheimb
2021-04-21STORE: Discard the error report filter in crypto/store/store_result.cRichard Levitte
2021-04-21ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte
2021-04-21Fix memory leak in X509_REQPetr Gotthard
2021-04-21asn1: fix indentationPauli
2021-04-21dsa: remove unused macroPauli
2021-04-21srp: remove references to EVP_sha1()Pauli
2021-04-21pem: remove references to EVP_sha1()Pauli
2021-04-21ocsp: remove references to EVP_sha1()Pauli
2021-04-21cms: remove most references to EVP_sha1()Pauli
2021-04-21x509: remove most references to EVP_sha1()Pauli
2021-04-21ts: fix double free on error path.Pauli
2021-04-21srp: fix double free,Pauli