aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre2020-09-141-7/+0
* EVP: Centralise fetching error reportingRichard Levitte2020-09-133-67/+80
* Ignore unused return values from some sk_*() macrosMatt Caswell2020-09-135-5/+9
* Fix safestack issues in ui.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in pkcs12.hMatt Caswell2020-09-133-6/+0
* Fix safestack issues in crypto.hMatt Caswell2020-09-134-8/+0
* Fix safestack issues in conf.hMatt Caswell2020-09-1333-63/+0
* Fix safestack issues in bio.hMatt Caswell2020-09-132-4/+0
* Fix safestack issues in ess.hMatt Caswell2020-09-133-9/+0
* Fix safestack issues in asn1t.hMatt Caswell2020-09-134-8/+0
* Fix safestack issues in ct.hMatt Caswell2020-09-135-10/+0
* Fix safestack issues in crmf.hMatt Caswell2020-09-135-10/+0
* Fix safestack issues in x509_vfy.hMatt Caswell2020-09-134-9/+0
* Fix safestack issues in srp.hMatt Caswell2020-09-131-4/+0
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-137-11/+0
* Fix safestack issues in ocsp.hMatt Caswell2020-09-134-12/+0
* Fix safestack issues in cms.hMatt Caswell2020-09-137-17/+0
* Fix safestack issues in cmp.hMatt Caswell2020-09-136-14/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-1335-52/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-137-12/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-1330-50/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-1357-89/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-126-3/+98
* EVP: Add the internal convenience function evp_keymgmt_util_export()Richard Levitte2020-09-122-13/+19
* EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte2020-09-122-0/+43
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-124-1/+8
* FIPS: error mode is set from failed self tests and produced a limited number ...Pauli2020-09-121-0/+2
* Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_f...Shane Lontis2020-09-121-0/+1
* Fix coverity issue: CID 1466483 - Improper use of Negative value in dh_ctrl.cShane Lontis2020-09-121-0/+3
* Fix coverity issue: CID 1466484 - Remove dead code in PKCS7_dataInit()Shane Lontis2020-09-121-6/+1
* Fix coverity issue: CID 1466485 - Explicit NULL dereference in OSSL_STORE_find()Shane Lontis2020-09-121-0/+4
* Fix coverity issue: CID 1466486 - Resource leak in OSSL_STOREShane Lontis2020-09-121-0/+1
* OSSL_DECODER 'decode' function must never be NULL.Richard Levitte2020-09-121-1/+1
* check_chain_extensions(): Require X.509 v3 if extensions are presentDr. David von Oheimb2020-09-112-0/+6
* check_chain_extensions(): Change exclusion condition w.r.t. RFC 6818 section 2Dr. David von Oheimb2020-09-111-2/+5
* x509_vfy.c: Make sure that strict checks are not done for self-issued EE certsDr. David von Oheimb2020-09-111-6/+9
* check_chain_extensions(): Add check that CA cert includes key usage extensionDr. David von Oheimb2020-09-112-4/+10
* check_chain_extensions(): Add check that on empty Subject the SAN must be mar...Dr. David von Oheimb2020-09-113-6/+9
* check_chain_extensions(): Add check that AKID and SKID are not marked criticalDr. David von Oheimb2020-09-113-7/+25
* check_chain_extensions(): Add check that Basic Constraints of CA cert are mar...Dr. David von Oheimb2020-09-113-2/+13
* Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb2020-09-118-86/+241
* apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb2020-09-101-10/+8
* STORE: Fix OSSL_STORE_attach() to check |ui_method| before useRichard Levitte2020-09-101-5/+7
* X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion w...Dr. David von Oheimb2020-09-101-19/+19
* X509_NAME_oneline(): Fix output of multi-valued RDNs, escaping '/' and '+' in...Dr. David von Oheimb2020-09-101-10/+16
* Fix an EVP_MD_CTX leakMatt Caswell2020-09-102-20/+35
* Diverse build.info: Adjust pathsRichard Levitte2020-09-103-4/+2
* bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb2020-09-101-7/+8
* bugfix in ossl_cmp_msg_protect(): set senderKID and extend extraCerts also fo...Dr. David von Oheimb2020-09-101-12/+12
* bugfix in ossl_cmp_msg_add_extraCerts(): should include cert chain when using...Dr. David von Oheimb2020-09-101-1/+2