aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-1514-33/+35
* Remove some more CMS key downgradesMatt Caswell2020-10-151-14/+0
* Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb2020-10-081-1/+0
* apps: remove internal/cryptlib.h include that isn't usedPauli2020-10-071-4/+9
* Avoid memory leak of parent on allocation failure for child structureBenny Baumann2020-10-071-2/+4
* APPS: Reduce deprecation warning suppression - ENGINERichard Levitte2020-10-046-102/+162
* Run the withlibctx.pl scriptMatt Caswell2020-10-0110-39/+32
* Fix bug in EDDSA speed testShane Lontis2020-09-261-0/+1
* en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2020-09-261-1/+1
* Remove openssl provider appShane Lontis2020-09-262-383/+1
* Update openssl list to support new provider objects.Shane Lontis2020-09-261-69/+432
* apps/ca.c: Rename confusing variable 'req' to 'template_cert' in certify_cert()Dr. David von Oheimb2020-09-241-7/+7
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-2415-56/+82
* Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte2020-09-242-2/+2
* list: add capability to print details about the current DRBGsPauli2020-09-233-2/+116
* apps/ocsp: Return non zero exit code with invalid certIDTomas Mraz2020-09-211-6/+12
* Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2020-09-181-11/+23
* Add error message to genpkey app for the '-genparam' optionShane Lontis2020-09-181-1/+5
* FIX strncpy warning in apps/cmp.c.Xiaofei Bai2020-09-171-1/+1
* Correctly display the signing/hmac algorithm in the dgst appMatt Caswell2020-09-171-7/+2
* Don't send -1 as the length of the hmac keyMatt Caswell2020-09-171-1/+2
* generate_cookie_callback: free temporary memory on an error pathPauli2020-09-161-0/+1
* Fix safestack issues in pkcs12.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in conf.hMatt Caswell2020-09-134-7/+0
* Fix safestack issues in ct.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in ocsp.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in cms.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in cmp.hMatt Caswell2020-09-132-4/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-133-5/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-1324-40/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-132-5/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-1317-35/+0
* Fix safestack issues in ssl.hMatt Caswell2020-09-132-3/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-128-1/+62
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-16/+32
* Fix coverity issue: CID 1466479 - Resource leak in apps/pkcs12.cShane Lontis2020-09-121-3/+5
* apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic2020-09-113-13/+78
* apps/cmp.c: Improve example given for -geninfo option (also in man page)Dr. David von Oheimb2020-09-111-1/+1
* apps/cmp.c: Improve user guidance on missing -subject etc. optionsDr. David von Oheimb2020-09-111-2/+3
* apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpassDr. David von Oheimb2020-09-111-1/+3
* apps/cmp.c: Improve documentation of -secret, -cert, and -key optionsDr. David von Oheimb2020-09-111-7/+9
* apps/cmp.c: Improve safeguard assertion on consistency of cmp_options[] and c...Dr. David von Oheimb2020-09-111-4/+9
* apps_ui.c: Correct password prompt for ui_methodDr. David von Oheimb2020-09-101-0/+13
* apps_ui.c: Correct handling of empty password from -passinDr. David von Oheimb2020-09-101-2/+2
* apps_ui.c: Improve error handling and return value of setup_ui_method()Dr. David von Oheimb2020-09-102-6/+8
* Fix fipsinstall module pathShane Lontis2020-09-113-10/+48
* Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb2020-09-105-9/+14
* app_load_config_bio(): fix crash on errorDr. David von Oheimb2020-09-101-1/+0
* bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb2020-09-101-18/+22