summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-13Fix safestack issues in ssl.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-12TEST: Add a test of EC key generation with encoding specRichard Levitte
2020-09-12EVP: Add the internal convenience function evp_keymgmt_util_export()Richard Levitte
2020-09-12Fix EVP_PKEY_CTX_ctrl() documentationShane Lontis
2020-09-12Update doc for EVP_PKEY_CTX_set_ec_param_enc()Shane Lontis
2020-09-12EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte
2020-09-12dev/release.sh: Rework to be smootherRichard Levitte
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-12CRNGT: enter FIPS error state if the test failsPauli
2020-09-12FIPS: error mode is set from failed self tests and produced a limited number ...Pauli
2020-09-12ciphers: add FIPS error state handlingPauli
2020-09-12keymgmt: add FIPS error state handlingPauli
2020-09-12signature: add FIPS error state handlingPauli
2020-09-12exchange: add FIPS error state handlingPauli
2020-09-12kdf: add FIPS error state handlingPauli
2020-09-12mac: add FIPS error state handlingPauli
2020-09-12rand: add FIPS error state handlingPauli
2020-09-12asymciphers: add FIPS error state handlingPauli
2020-09-12digests: add FIPS error state handlingPauli
2020-09-12FIPS: rename the status call to is_running.Pauli
2020-09-12provider: add an 'is_running' call to all providers.Pauli
2020-09-12Fix coverity issue: CID 1466479 - Resource leak in apps/pkcs12.cShane Lontis
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-12TEST: skip POSIX errcode zero in tesst/recipes/02-test_errstr.tRichard Levitte
2020-09-11fuzz/test-corpus: check if PATH_MAX is already definedBiswapriyo Nath
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic
2020-09-11Improve robustness and performance of building Unix static librariesDr. David von Oheimb
2020-09-11apps/cmp.c: Improve example given for -geninfo option (also in man page)Dr. David von Oheimb
2020-09-11OSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_{extraCertsIn,caPubs}Dr. David von Oheimb
2020-09-11openssl-cmp.pod.in: Update Insta Demo CA port number in case neededDr. David von Oheimb
2020-09-11apps/cmp.c: Improve user guidance on missing -subject etc. optionsDr. David von Oheimb
2020-09-11apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpassDr. David von Oheimb
2020-09-11apps/cmp.c: Improve documentation of -secret, -cert, and -key optionsDr. David von Oheimb
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