summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_lib.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker26-5/+497
2020-09-12TEST: Add a test of EC key generation with encoding specRichard Levitte2-1/+79
2020-09-12EVP: Add the internal convenience function evp_keymgmt_util_export()Richard Levitte4-13/+27
2020-09-12Fix EVP_PKEY_CTX_ctrl() documentationShane Lontis1-114/+95
2020-09-12Update doc for EVP_PKEY_CTX_set_ec_param_enc()Shane Lontis1-3/+4
2020-09-12EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte5-6/+47
2020-09-12dev/release.sh: Rework to be smootherRichard Levitte1-68/+137
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis16-26/+103
2020-09-12CRNGT: enter FIPS error state if the test failsPauli1-1/+12
2020-09-12FIPS: error mode is set from failed self tests and produced a limited number ...Pauli6-3/+44
2020-09-12ciphers: add FIPS error state handlingPauli31-68/+328
2020-09-12keymgmt: add FIPS error state handlingPauli7-42/+155
2020-09-12signature: add FIPS error state handlingPauli5-19/+113
2020-09-12exchange: add FIPS error state handlingPauli4-9/+70
2020-09-12kdf: add FIPS error state handlingPauli10-10/+91
2020-09-12mac: add FIPS error state handlingPauli7-17/+100
2020-09-12rand: add FIPS error state handlingPauli1-1/+15
2020-09-12asymciphers: add FIPS error state handlingPauli1-2/+18
2020-09-12digests: add FIPS error state handlingPauli2-8/+25
2020-09-12FIPS: rename the status call to is_running.Pauli3-5/+6
2020-09-12provider: add an 'is_running' call to all providers.Pauli7-6/+35
2020-09-12Fix coverity issue: CID 1466479 - Resource leak in apps/pkcs12.cShane Lontis1-3/+5
2020-09-12Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_f...Shane Lontis2-0/+13
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 Lontis2-2/+11
2020-09-12Fix coverity issue: CID 1466486 - Resource leak in OSSL_STOREShane Lontis4-1/+92
2020-09-12OSSL_DECODER 'decode' function must never be NULL.Richard Levitte1-1/+1
2020-09-12TEST: skip POSIX errcode zero in tesst/recipes/02-test_errstr.tRichard Levitte1-1/+15
2020-09-11fuzz/test-corpus: check if PATH_MAX is already definedBiswapriyo Nath1-1/+1
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic7-16/+331
2020-09-11Improve robustness and performance of building Unix static librariesDr. David von Oheimb2-3/+4
2020-09-11apps/cmp.c: Improve example given for -geninfo option (also in man page)Dr. David von Oheimb2-2/+2
2020-09-11OSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_{extraCertsIn,caPubs}Dr. David von Oheimb1-2/+3
2020-09-11openssl-cmp.pod.in: Update Insta Demo CA port number in case neededDr. David von Oheimb1-1/+1
2020-09-11apps/cmp.c: Improve user guidance on missing -subject etc. optionsDr. David von Oheimb1-2/+3
2020-09-11apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpassDr. David von Oheimb2-7/+13
2020-09-11apps/cmp.c: Improve documentation of -secret, -cert, and -key optionsDr. David von Oheimb2-12/+19
2020-09-11check_chain_extensions(): Require X.509 v3 if extensions are presentDr. David von Oheimb3-0/+7
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 Oheimb3-4/+11
2020-09-11check_chain_extensions(): Add check that on empty Subject the SAN must be mar...Dr. David von Oheimb5-9/+14
2020-09-11check_chain_extensions(): Add check that AKID and SKID are not marked criticalDr. David von Oheimb5-7/+29
2020-09-11check_chain_extensions(): Add check that Basic Constraints of CA cert are mar...Dr. David von Oheimb5-7/+18
2020-09-11Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb16-178/+398
2020-09-11apps/cmp.c: Improve safeguard assertion on consistency of cmp_options[] and c...Dr. David von Oheimb1-4/+9
2020-09-10apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb4-22/+36
2020-09-10apps_ui.c: Correct handling of empty password from -passinDr. David von Oheimb1-2/+2
2020-09-10apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb3-7/+9