aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-162-3/+3
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-3/+3
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-163-10/+10
* apps: deprecate enginesPauli2020-07-166-0/+18
* apps/list: deprecate engine supportPauli2020-07-161-5/+18
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-163-8/+4
* Add FIPS related configuration data to the default openssl application config...Shane Lontis2020-07-152-8/+60
* Make -provider_name and -section_name optionalRich Salz2020-07-151-8/+6
* Use defaults FIPSKEY if not given on command lineRich Salz2020-07-151-0/+1
* [apps/genpkey] exit status should not be 0 on output errorsNicola Tuveri2020-07-061-2/+4
* apps: remove NULL check imn release_engine since ENGINE_free also does it.Pauli2020-07-051-3/+2
* cmp: remove NULL check.Pauli2020-07-051-2/+1
* If an empty password is supplied still try to use itMatt Caswell2020-07-031-6/+9
* Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb2020-07-012-6/+6
* Force ssl/tls protocol flags to use stream socketsBenny Baumann2020-06-301-0/+20
* Add --fips-key configuration parameter to fipsinstall application.Rich Salz2020-06-291-5/+15
* apps/openssl: clean-up of unused fallback codeRichard Levitte2020-06-281-6/+0
* Update copyright yearMatt Caswell2020-06-251-1/+1
* apps/cmp.c: Add workaround for Coverity false positive; rename e -> engineDr. David von Oheimb2020-06-251-20/+21
* apps/cmp.c: Fix memory leaks in handle_opt_geninfo() found by CoverityDr. David von Oheimb2020-06-251-3/+3
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* apps: avoid memory overrun.Pauli2020-06-241-1/+1
* app/list: add RNG list optionPauli2020-06-241-1/+80
* CMS print should support string conversionDmitry Belyavskiy2020-06-241-3/+20
* APPS: Properly pass -no-CAstoreSebastian Andrzej Siewior2020-06-232-2/+2
* APPS: Fix invoking openssl without a commandSebastian Andrzej Siewior2020-06-231-1/+3
* Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb2020-06-221-3/+6
* Return the cookie_len value from generate_cookie_callbackMatt Caswell2020-06-191-2/+5
* Remove whitespace from 'white space'haykam8212020-06-191-1/+1
* Fix segfault in openssl app called with no args.Shane Lontis2020-06-181-2/+7
* coverity 1464213: API usage errors (PRINTF_ARGS)Pauli2020-06-171-1/+1
* coverity 1464212, 1464214 & 1464215: Resource leaksPauli2020-06-171-0/+3
* Fix nits detected by make cmd-nitsNicola Tuveri2020-06-141-1/+1
* Remove extra newline from CMP mock server error and add TODO on using request...Dr. David von Oheimb2020-06-132-1/+2
* Improve description of CMP untrusted certs and msg 'sender' fieldDr. David von Oheimb2020-06-131-3/+2
* Extend error output of apps/opt_format() to all error casesDr. David von Oheimb2020-06-131-0/+2
* Remove meanwhile redundant error output of apps/opt_next(void) parsing numbersDr. David von Oheimb2020-06-131-18/+7
* Fix use of -no-proxy option of CMP appDr. David von Oheimb2020-06-131-0/+2
* Add request URL path checking and status responses to HTTP serverDr. David von Oheimb2020-06-134-40/+130
* Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.cDr. David von Oheimb2020-06-132-7/+8
* Improve description of -trusted, -srvcert, -recipient, and -expect_sender CMP...Dr. David von Oheimb2020-06-131-4/+4
* APPS: Use a second EVP_MD_CTX for EdDSA verifySebastian Andrzej Siewior2020-06-111-4/+18
* APPS: Exclude legacy algorighms from speedSebastian Andrzej Siewior2020-06-111-0/+9
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-113-10/+10
* kdf: make function naming consistent.Pauli2020-06-111-3/+3
* Make error output of dhparams and dsaparams app more consistentDr. David von Oheimb2020-06-102-37/+19
* Update RSA keygen to use sp800-56b by defaultShane Lontis2020-06-101-4/+11
* APPS: Fix 'openssl dhparam'Richard Levitte2020-06-081-6/+8
* APPS: Fix 'openssl dsaparam -genkey'Richard Levitte2020-06-081-43/+16
* APPS: Remove unnecessary NULL check of uri in load_cert_pass()Richard Levitte2020-06-061-4/+0