summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16apps: deprecate enginesPauli
2020-07-16apps/list: deprecate engine supportPauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-07-15Add FIPS related configuration data to the default openssl application config...Shane Lontis
2020-07-15Make -provider_name and -section_name optionalRich Salz
2020-07-15Use defaults FIPSKEY if not given on command lineRich Salz
2020-07-06[apps/genpkey] exit status should not be 0 on output errorsNicola Tuveri
2020-07-05apps: remove NULL check imn release_engine since ENGINE_free also does it.Pauli
2020-07-05cmp: remove NULL check.Pauli
2020-07-03If an empty password is supplied still try to use itMatt Caswell
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb
2020-06-30Force ssl/tls protocol flags to use stream socketsBenny Baumann
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz
2020-06-28apps/openssl: clean-up of unused fallback codeRichard Levitte
2020-06-25Update copyright yearMatt Caswell
2020-06-25apps/cmp.c: Add workaround for Coverity false positive; rename e -> engineDr. David von Oheimb
2020-06-25apps/cmp.c: Fix memory leaks in handle_opt_geninfo() found by CoverityDr. David von Oheimb
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-24apps: avoid memory overrun.Pauli
2020-06-24app/list: add RNG list optionPauli
2020-06-24CMS print should support string conversionDmitry Belyavskiy
2020-06-23APPS: Properly pass -no-CAstoreSebastian Andrzej Siewior
2020-06-23APPS: Fix invoking openssl without a commandSebastian Andrzej Siewior
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb
2020-06-19Return the cookie_len value from generate_cookie_callbackMatt Caswell
2020-06-19Remove whitespace from 'white space'haykam821
2020-06-18Fix segfault in openssl app called with no args.Shane Lontis
2020-06-17coverity 1464213: API usage errors (PRINTF_ARGS)Pauli
2020-06-17coverity 1464212, 1464214 & 1464215: Resource leaksPauli
2020-06-14Fix nits detected by make cmd-nitsNicola Tuveri
2020-06-13Remove extra newline from CMP mock server error and add TODO on using request...Dr. David von Oheimb
2020-06-13Improve description of CMP untrusted certs and msg 'sender' fieldDr. David von Oheimb
2020-06-13Extend error output of apps/opt_format() to all error casesDr. David von Oheimb
2020-06-13Remove meanwhile redundant error output of apps/opt_next(void) parsing numbersDr. David von Oheimb
2020-06-13Fix use of -no-proxy option of CMP appDr. David von Oheimb
2020-06-13Add request URL path checking and status responses to HTTP serverDr. David von Oheimb
2020-06-13Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.cDr. David von Oheimb
2020-06-13Improve description of -trusted, -srvcert, -recipient, and -expect_sender CMP...Dr. David von Oheimb
2020-06-11APPS: Use a second EVP_MD_CTX for EdDSA verifySebastian Andrzej Siewior
2020-06-11APPS: Exclude legacy algorighms from speedSebastian Andrzej Siewior
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-11kdf: make function naming consistent.Pauli
2020-06-10Make error output of dhparams and dsaparams app more consistentDr. David von Oheimb
2020-06-10Update RSA keygen to use sp800-56b by defaultShane Lontis
2020-06-08APPS: Fix 'openssl dhparam'Richard Levitte
2020-06-08APPS: Fix 'openssl dsaparam -genkey'Richard Levitte
2020-06-06APPS: Remove unnecessary NULL check of uri in load_cert_pass()Richard Levitte
2020-06-06APPS: Make it possible to load_cert() from stdin againRichard Levitte