summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Remove some redundant error messages in the appsMatt Caswell2020-11-101-8/+1
* Fix the reading of DSA parameters files using the dsaparam appMatt Caswell2020-11-103-12/+15
* apps/cmp.c: Improve order of -path option: just after -serverDr. David von Oheimb2020-11-101-5/+6
* Check the configuration file by defaultDmitry Belyavskiy2020-11-052-0/+8
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-2614-45/+36
* Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis2020-10-221-1/+1
* APPS: Implement load_keyparams() to load key parametersRichard Levitte2020-10-224-16/+40
* resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia2020-10-201-2/+2
* Prefix crlNumber output with 0x.Jacob Hoffman-Andrews2020-10-201-0/+1
* Fix missing include of string.h in apps/lib/engine.c for strcmp.Randall S. Becker2020-10-161-0/+2
* list: add a -provider-info option.Pauli2020-10-161-0/+75
* Update copyright yearMatt Caswell2020-10-152-2/+2
* 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