aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-09-13Fix safestack issues in ui.hMatt Caswell1-2/+0
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell3-6/+0
2020-09-13Fix safestack issues in crypto.hMatt Caswell4-8/+0
2020-09-13Fix safestack issues in conf.hMatt Caswell33-63/+0
2020-09-13Fix safestack issues in bio.hMatt Caswell2-4/+0
2020-09-13Fix safestack issues in ess.hMatt Caswell3-9/+0
2020-09-13Fix safestack issues in asn1t.hMatt Caswell4-8/+0
2020-09-13Fix safestack issues in ct.hMatt Caswell5-10/+0
2020-09-13Fix safestack issues in crmf.hMatt Caswell5-10/+0
2020-09-13Fix safestack issues in x509_vfy.hMatt Caswell4-9/+0
2020-09-13Fix safestack issues in srp.hMatt Caswell1-4/+0
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell7-11/+0
2020-09-13Fix safestack issues in ocsp.hMatt Caswell4-12/+0
2020-09-13Fix safestack issues in cms.hMatt Caswell7-17/+0
2020-09-13Fix safestack issues in cmp.hMatt Caswell6-14/+0
2020-09-13Fix safestack issues in asn1.hMatt Caswell35-52/+0
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell7-12/+0
2020-09-13Fix safestack issues in x509v3.hMatt Caswell30-50/+0
2020-09-13Fix safestack issues in x509.hMatt Caswell57-89/+0
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker6-3/+98
2020-09-12EVP: Add the internal convenience function evp_keymgmt_util_export()Richard Levitte2-13/+19
2020-09-12EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte2-0/+43
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis4-1/+8
2020-09-12FIPS: error mode is set from failed self tests and produced a limited number ...Pauli1-0/+2
2020-09-12Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_f...Shane Lontis1-0/+1
2020-09-12Fix coverity issue: CID 1466483 - Improper use of Negative value in dh_ctrl.cShane Lontis1-0/+3
2020-09-12Fix coverity issue: CID 1466484 - Remove dead code in PKCS7_dataInit()Shane Lontis1-6/+1
2020-09-12Fix coverity issue: CID 1466485 - Explicit NULL dereference in OSSL_STORE_find()Shane Lontis1-0/+4
2020-09-12Fix coverity issue: CID 1466486 - Resource leak in OSSL_STOREShane Lontis1-0/+1
2020-09-12OSSL_DECODER 'decode' function must never be NULL.Richard Levitte1-1/+1
2020-09-11check_chain_extensions(): Require X.509 v3 if extensions are presentDr. David von Oheimb2-0/+6
2020-09-11check_chain_extensions(): Change exclusion condition w.r.t. RFC 6818 section 2Dr. David von Oheimb1-2/+5
2020-09-11x509_vfy.c: Make sure that strict checks are not done for self-issued EE certsDr. David von Oheimb1-6/+9
2020-09-11check_chain_extensions(): Add check that CA cert includes key usage extensionDr. David von Oheimb2-4/+10
2020-09-11check_chain_extensions(): Add check that on empty Subject the SAN must be mar...Dr. David von Oheimb3-6/+9
2020-09-11check_chain_extensions(): Add check that AKID and SKID are not marked criticalDr. David von Oheimb3-7/+25
2020-09-11check_chain_extensions(): Add check that Basic Constraints of CA cert are mar...Dr. David von Oheimb3-2/+13
2020-09-11Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb8-86/+241
2020-09-10apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb1-10/+8
2020-09-10STORE: Fix OSSL_STORE_attach() to check |ui_method| before useRichard Levitte1-5/+7
2020-09-10X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion w...Dr. David von Oheimb1-19/+19
2020-09-10X509_NAME_oneline(): Fix output of multi-valued RDNs, escaping '/' and '+' in...Dr. David von Oheimb1-10/+16
2020-09-10Fix an EVP_MD_CTX leakMatt Caswell2-20/+35
2020-09-10Diverse build.info: Adjust pathsRichard Levitte3-4/+2
2020-09-10bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb1-7/+8
2020-09-10bugfix in ossl_cmp_msg_protect(): set senderKID and extend extraCerts also fo...Dr. David von Oheimb1-12/+12
2020-09-10bugfix in ossl_cmp_msg_add_extraCerts(): should include cert chain when using...Dr. David von Oheimb1-1/+2
2020-09-10Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb4-40/+67
2020-09-09ENCODER: Refactor provider implementations, and some cleanupRichard Levitte2-6/+2
2020-09-09In a non-shared build, don't include the md5 object files in legacy providerPauli1-1/+10