summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Use OCSP-specific error code for clarityDmitry Belyavskiy2021-05-011-0/+1
* Fix typo in OSSL_DECODER_CTX_set_input_structureDaniel Bevenius2021-04-301-2/+2
* STORE: Fix the repeated prompting of passphraseRichard Levitte2021-04-301-1/+5
* CORE: Rework the pre-population of the namemapRichard Levitte2021-04-301-40/+31
* Remove dated term and fixed typo antherEric Curtin2021-04-301-2/+2
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-3019-233/+611
* asn1_lib.c: ASN1_put_object: Remove comment about "class 0".Scott McPeak2021-04-291-1/+1
* Store the list of activated providers in the libctxMatt Caswell2021-04-281-13/+37
* Properly protect access to the provider flag_activated fieldMatt Caswell2021-04-281-41/+69
* CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb2021-04-283-128/+106
* TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb2021-04-283-89/+73
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-286-48/+49
* Add X509 version constants.David Benjamin2021-04-286-8/+8
* Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz2021-04-282-22/+34
* Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz2021-04-284-39/+106
* Rename some globals, add ossl prefix.Rich Salz2021-04-281-30/+30
* ASN1: Ensure that d2i_ASN1_OBJECT() frees the strings on ASN1_OBJECT reuseRichard Levitte2021-04-271-5/+8
* Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis2021-04-271-0/+4
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-265-89/+124
* Add type_name member to provided methods and use itTomas Mraz2021-04-2620-42/+125
* crypto/store/ossl_result.c: Better filtering of errorsRichard Levitte2021-04-231-40/+23
* EVP: evp_keymgmt_util_try_import() should clean up on failed importRichard Levitte2021-04-231-9/+16
* Trivial shortcuts for EVP_PKEY_eq()Tomas Mraz2021-04-231-0/+6
* Remove obsolete commentDr. Matthias St. Pierre2021-04-221-1/+0
* Remove an unused parameterRich Salz2021-04-221-2/+2
* http/http_lib.c: Include stdio.h for sscanf()Tomas Mraz2021-04-221-1/+2
* Add RUN_ONCE support to zlib initTodd Short2021-04-222-68/+47
* Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()Tomas Mraz2021-04-221-1/+3
* Fix potential NULL dereference in ossl_ec_key_dup()Tomas Mraz2021-04-221-6/+6
* Removed dead code in linebuffer_ctrl()Tomas Mraz2021-04-221-3/+3
* Update copyright yearMatt Caswell2021-04-2241-41/+41
* Fix build failure with MSVCTomas Mraz2021-04-222-0/+2
* Avoid the need for Configure time 128-bit int detectionMatt Caswell2021-04-223-9/+22
* Fix typosMichaM2021-04-222-4/+4
* ASN.1: Add some sanity checks for input len <= 0; related coding improvementsDr. David von Oheimb2021-04-213-14/+27
* tasn_dec.c: Add checks for it == NULL arguments; improve coding styleDr. David von Oheimb2021-04-211-19/+29
* STORE: Discard the error report filter in crypto/store/store_result.cRichard Levitte2021-04-211-38/+50
* ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte2021-04-213-24/+70
* Fix memory leak in X509_REQPetr Gotthard2021-04-211-0/+1
* asn1: fix indentationPauli2021-04-212-4/+10
* dsa: remove unused macroPauli2021-04-211-7/+0
* srp: remove references to EVP_sha1()Pauli2021-04-211-3/+10
* pem: remove references to EVP_sha1()Pauli2021-04-211-2/+5
* ocsp: remove references to EVP_sha1()Pauli2021-04-212-6/+13
* cms: remove most references to EVP_sha1()Pauli2021-04-211-0/+4
* x509: remove most references to EVP_sha1()Pauli2021-04-212-7/+25
* ts: fix double free on error path.Pauli2021-04-211-0/+1
* srp: fix double free,Pauli2021-04-211-5/+6
* params_dup: fix off by one error that allows array overreach.Pauli2021-04-211-2/+2
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-207-74/+49