summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-09-16Add self tests for rsa encryptionShane Lontis
2020-09-16free memory use on error in cert verifyPauli
2020-09-16PKCS5 PBE: free allocations on unlikely / impossible failure pathPauli
2020-09-16PKCS#8: free data on error path in newpass_bagPauli
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre
2020-09-13EVP: Centralise fetching error reportingRichard Levitte
2020-09-13Ignore unused return values from some sk_*() macrosMatt Caswell
2020-09-13Fix safestack issues in ui.hMatt Caswell
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell
2020-09-13Fix safestack issues in crypto.hMatt Caswell
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix safestack issues in bio.hMatt Caswell
2020-09-13Fix safestack issues in ess.hMatt Caswell
2020-09-13Fix safestack issues in asn1t.hMatt Caswell
2020-09-13Fix safestack issues in ct.hMatt Caswell
2020-09-13Fix safestack issues in crmf.hMatt Caswell
2020-09-13Fix safestack issues in x509_vfy.hMatt Caswell
2020-09-13Fix safestack issues in srp.hMatt Caswell
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell
2020-09-13Fix safestack issues in ocsp.hMatt Caswell
2020-09-13Fix safestack issues in cms.hMatt Caswell
2020-09-13Fix safestack issues in cmp.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-12EVP: Add the internal convenience function evp_keymgmt_util_export()Richard Levitte
2020-09-12EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-12FIPS: error mode is set from failed self tests and produced a limited number ...Pauli
2020-09-12Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_f...Shane Lontis
2020-09-12Fix coverity issue: CID 1466483 - Improper use of Negative value in dh_ctrl.cShane Lontis
2020-09-12Fix coverity issue: CID 1466484 - Remove dead code in PKCS7_dataInit()Shane Lontis
2020-09-12Fix coverity issue: CID 1466485 - Explicit NULL dereference in OSSL_STORE_find()Shane Lontis
2020-09-12Fix coverity issue: CID 1466486 - Resource leak in OSSL_STOREShane Lontis
2020-09-12OSSL_DECODER 'decode' function must never be NULL.Richard Levitte
2020-09-11check_chain_extensions(): Require X.509 v3 if extensions are presentDr. David von Oheimb
2020-09-11check_chain_extensions(): Change exclusion condition w.r.t. RFC 6818 section 2Dr. David von Oheimb
2020-09-11x509_vfy.c: Make sure that strict checks are not done for self-issued EE certsDr. David von Oheimb
2020-09-11check_chain_extensions(): Add check that CA cert includes key usage extensionDr. David von Oheimb
2020-09-11check_chain_extensions(): Add check that on empty Subject the SAN must be mar...Dr. David von Oheimb
2020-09-11check_chain_extensions(): Add check that AKID and SKID are not marked criticalDr. David von Oheimb
2020-09-11check_chain_extensions(): Add check that Basic Constraints of CA cert are mar...Dr. David von Oheimb
2020-09-11Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb
2020-09-10apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb
2020-09-10STORE: Fix OSSL_STORE_attach() to check |ui_method| before useRichard Levitte
2020-09-10X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion w...Dr. David von Oheimb
2020-09-10X509_NAME_oneline(): Fix output of multi-valued RDNs, escaping '/' and '+' in...Dr. David von Oheimb
2020-09-10Fix an EVP_MD_CTX leakMatt Caswell