aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* APPS: Make it possible to load_cert() from stdin againRichard Levitte2020-06-061-1/+1
* APPS: Drop interactive mode in the 'openssl' programRichard Levitte2020-06-051-89/+8
* Cleanup cert config files for testsRich Salz2020-06-032-106/+0
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-2/+1
* APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte2020-06-023-28/+20
* Remove getenv(OPENSSL_FIPS) in openssl commandBernd Edlinger2020-06-011-5/+0
* add FFDH to speed commandHubert Kario2020-06-011-5/+320
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-271-3/+10
* Drop special case of time interval calculation for VMSTomas Mraz2020-05-251-34/+0
* Revert "Guard use of struct tms with #ifdef __TMS"Tomas Mraz2020-05-251-16/+3
* s_client: Fix -proxy flag regressionMarc2020-05-251-15/+31
* Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy2020-05-192-3/+20