summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-05-06Update copyright yearMatt Caswell
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-06coverity: fix 1478169: dereference after NULL checkPauli
2021-05-06Remove all trace of FIPS_mode functionsRich Salz
2021-05-05Fix missing symbols in no-cms and no-ts buildTomas Mraz
2021-05-05mac: add EVP_MAC_finalXOF() functionPauli
2021-05-05Add .includedir pragmaRich Salz
2021-05-05Allow absolute paths to be setRich Salz
2021-05-05Fix KMAC bounds checks.Shane Lontis
2021-05-04HTTP client: Correct the use of optional proxy URL and its documentationDr. David von Oheimb
2021-05-04BIO_eof() and OSSL_STORE_eof(): Make sure to return 1 on error; improve relat...Dr. David von Oheimb
2021-05-04OSSL_DECODER_from_bio() Prevent spurious decoding error at EOFDr. David von Oheimb
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