summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2020-06-05APPS: Drop interactive mode in the 'openssl' programRichard Levitte
2020-06-03Cleanup cert config files for testsRich Salz
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte
2020-06-01Remove getenv(OPENSSL_FIPS) in openssl commandBernd Edlinger
2020-06-01add FFDH to speed commandHubert Kario
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY
2020-05-25Drop special case of time interval calculation for VMSTomas Mraz
2020-05-25Revert "Guard use of struct tms with #ifdef __TMS"Tomas Mraz
2020-05-25s_client: Fix -proxy flag regressionMarc
2020-05-19Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy
2020-05-19deprecate EC precomputation functionalityBilly Brumley
2020-05-19Use _get0_ functions instead of _get_.Marc
2020-05-19s_client: Show cert algorithms & validity periodMarc
2020-05-15Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb
2020-05-15Clean up macro definitions of openssl_fdset() in apps.h and sockets.hDr. David von Oheimb
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-05-15Guard use of struct tms with #ifdef __TMS like done earlier in apps/lib/apps.cDr. David von Oheimb
2020-05-15Build: make apps/progs.c depend on configdata.pmRichard Levitte
2020-05-15Update copyright yearMatt Caswell
2020-05-13Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb
2020-05-13Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb
2020-05-13Improve CMP documentation regarding use of untrusted certsDr. David von Oheimb
2020-05-13Chunk 11 of CMP contribution to OpenSSL: CMP command-line interfaceDr. David von Oheimb
2020-05-13Fix FreeBSD build with --strict-warningsBenjamin Kaduk
2020-05-13Fix rsa8192.pemBernd Edlinger
2020-05-09Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb
2020-05-07SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov
2020-05-06s_server normal shutdownDmitry Belyavskiy
2020-04-30coverity 1462572 Dereference after null checkPauli
2020-04-30coverity 1462571 Dereference after null checkPauli