aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2020-06-28apps/openssl: clean-up of unused fallback codeRichard Levitte1-6/+0
2020-06-25Update copyright yearMatt Caswell1-1/+1
2020-06-25apps/cmp.c: Add workaround for Coverity false positive; rename e -> engineDr. David von Oheimb1-20/+21
2020-06-25apps/cmp.c: Fix memory leaks in handle_opt_geninfo() found by CoverityDr. David von Oheimb1-3/+3
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre1-1/+1
2020-06-24apps: avoid memory overrun.Pauli1-1/+1
2020-06-24app/list: add RNG list optionPauli1-1/+80
2020-06-24CMS print should support string conversionDmitry Belyavskiy1-3/+20
2020-06-23APPS: Properly pass -no-CAstoreSebastian Andrzej Siewior2-2/+2
2020-06-23APPS: Fix invoking openssl without a commandSebastian Andrzej Siewior1-1/+3
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb1-3/+6
2020-06-19Return the cookie_len value from generate_cookie_callbackMatt Caswell1-2/+5
2020-06-19Remove whitespace from 'white space'haykam8211-1/+1
2020-06-18Fix segfault in openssl app called with no args.Shane Lontis1-2/+7
2020-06-17coverity 1464213: API usage errors (PRINTF_ARGS)Pauli1-1/+1
2020-06-17coverity 1464212, 1464214 & 1464215: Resource leaksPauli1-0/+3
2020-06-14Fix nits detected by make cmd-nitsNicola Tuveri1-1/+1
2020-06-13Remove extra newline from CMP mock server error and add TODO on using request...Dr. David von Oheimb2-1/+2
2020-06-13Improve description of CMP untrusted certs and msg 'sender' fieldDr. David von Oheimb1-3/+2
2020-06-13Extend error output of apps/opt_format() to all error casesDr. David von Oheimb1-0/+2
2020-06-13Remove meanwhile redundant error output of apps/opt_next(void) parsing numbersDr. David von Oheimb1-18/+7
2020-06-13Fix use of -no-proxy option of CMP appDr. David von Oheimb1-0/+2
2020-06-13Add request URL path checking and status responses to HTTP serverDr. David von Oheimb4-40/+130
2020-06-13Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.cDr. David von Oheimb2-7/+8
2020-06-13Improve description of -trusted, -srvcert, -recipient, and -expect_sender CMP...Dr. David von Oheimb1-4/+4
2020-06-11APPS: Use a second EVP_MD_CTX for EdDSA verifySebastian Andrzej Siewior1-4/+18
2020-06-11APPS: Exclude legacy algorighms from speedSebastian Andrzej Siewior1-0/+9
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli3-10/+10
2020-06-11kdf: make function naming consistent.Pauli1-3/+3
2020-06-10Make error output of dhparams and dsaparams app more consistentDr. David von Oheimb2-37/+19
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis1-4/+11
2020-06-08APPS: Fix 'openssl dhparam'Richard Levitte1-6/+8
2020-06-08APPS: Fix 'openssl dsaparam -genkey'Richard Levitte1-43/+16
2020-06-06APPS: Remove unnecessary NULL check of uri in load_cert_pass()Richard Levitte1-4/+0
2020-06-06APPS: Make it possible to load_cert() from stdin againRichard Levitte1-1/+1
2020-06-05APPS: Drop interactive mode in the 'openssl' programRichard Levitte1-89/+8
2020-06-03Cleanup cert config files for testsRich Salz2-106/+0
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley1-2/+1
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte3-28/+20
2020-06-01Remove getenv(OPENSSL_FIPS) in openssl commandBernd Edlinger1-5/+0
2020-06-01add FFDH to speed commandHubert Kario1-5/+320
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY1-3/+10
2020-05-25Drop special case of time interval calculation for VMSTomas Mraz1-34/+0
2020-05-25Revert "Guard use of struct tms with #ifdef __TMS"Tomas Mraz1-16/+3
2020-05-25s_client: Fix -proxy flag regressionMarc1-15/+31
2020-05-19Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy2-3/+20
2020-05-19deprecate EC precomputation functionalityBilly Brumley1-1/+0
2020-05-19Use _get0_ functions instead of _get_.Marc1-2/+2
2020-05-19s_client: Show cert algorithms & validity periodMarc1-0/+14
2020-05-15Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb4-25/+20