aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2020-10-20resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia1-2/+2
2020-10-20Prefix crlNumber output with 0x.Jacob Hoffman-Andrews1-0/+1
2020-10-16Fix missing include of string.h in apps/lib/engine.c for strcmp.Randall S. Becker1-0/+2
2020-10-16list: add a -provider-info option.Pauli1-0/+75
2020-10-15Update copyright yearMatt Caswell2-2/+2
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre14-33/+35
2020-10-15Remove some more CMS key downgradesMatt Caswell1-14/+0
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb1-1/+0
2020-10-07apps: remove internal/cryptlib.h include that isn't usedPauli1-4/+9
2020-10-07Avoid memory leak of parent on allocation failure for child structureBenny Baumann1-2/+4
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard Levitte6-102/+162
2020-10-01Run the withlibctx.pl scriptMatt Caswell10-39/+32
2020-09-26Fix bug in EDDSA speed testShane Lontis1-0/+1
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch1-1/+1
2020-09-26Remove openssl provider appShane Lontis2-383/+1
2020-09-26Update openssl list to support new provider objects.Shane Lontis1-69/+432
2020-09-24apps/ca.c: Rename confusing variable 'req' to 'template_cert' in certify_cert()Dr. David von Oheimb1-7/+7
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb15-56/+82
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte2-2/+2
2020-09-23list: add capability to print details about the current DRBGsPauli3-2/+116
2020-09-21apps/ocsp: Return non zero exit code with invalid certIDTomas Mraz1-6/+12
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis1-11/+23
2020-09-18Add error message to genpkey app for the '-genparam' optionShane Lontis1-1/+5
2020-09-17FIX strncpy warning in apps/cmp.c.Xiaofei Bai1-1/+1
2020-09-17Correctly display the signing/hmac algorithm in the dgst appMatt Caswell1-7/+2
2020-09-17Don't send -1 as the length of the hmac keyMatt Caswell1-1/+2
2020-09-16generate_cookie_callback: free temporary memory on an error pathPauli1-0/+1
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell1-2/+0
2020-09-13Fix safestack issues in conf.hMatt Caswell4-7/+0
2020-09-13Fix safestack issues in ct.hMatt Caswell1-2/+0
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell1-1/+0
2020-09-13Fix safestack issues in ocsp.hMatt Caswell1-1/+0
2020-09-13Fix safestack issues in cms.hMatt Caswell1-2/+0
2020-09-13Fix safestack issues in cmp.hMatt Caswell2-4/+0
2020-09-13Fix safestack issues in asn1.hMatt Caswell3-5/+0
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell24-40/+0
2020-09-13Fix safestack issues in x509v3.hMatt Caswell2-5/+0
2020-09-13Fix safestack issues in x509.hMatt Caswell17-35/+0
2020-09-13Fix safestack issues in ssl.hMatt Caswell2-3/+0
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker8-1/+62
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis1-16/+32
2020-09-12Fix coverity issue: CID 1466479 - Resource leak in apps/pkcs12.cShane Lontis1-3/+5
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic3-13/+78
2020-09-11apps/cmp.c: Improve example given for -geninfo option (also in man page)Dr. 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 Oheimb1-1/+3
2020-09-11apps/cmp.c: Improve documentation of -secret, -cert, and -key optionsDr. David von Oheimb1-7/+9
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 Oheimb1-0/+13
2020-09-10apps_ui.c: Correct handling of empty password from -passinDr. David von Oheimb1-2/+2