aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-15Clean up macro definitions of openssl_fdset() in apps.h and sockets.hDr. David von Oheimb1-7/+1
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb24-456/+265
2020-05-15Guard use of struct tms with #ifdef __TMS like done earlier in apps/lib/apps.cDr. David von Oheimb1-3/+16
2020-05-15Build: make apps/progs.c depend on configdata.pmRichard Levitte1-0/+3
2020-05-15Update copyright yearMatt Caswell10-10/+10
2020-05-13Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb1-6/+7
2020-05-13Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb1-22/+24
2020-05-13Improve CMP documentation regarding use of untrusted certsDr. David von Oheimb1-1/+1
2020-05-13Chunk 11 of CMP contribution to OpenSSL: CMP command-line interfaceDr. David von Oheimb4-1/+3442
2020-05-13Fix FreeBSD build with --strict-warningsBenjamin Kaduk1-0/+1
2020-05-13Fix rsa8192.pemBernd Edlinger1-3/+1
2020-05-09Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb4-409/+536
2020-05-07SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov1-1/+11
2020-05-06s_server normal shutdownDmitry Belyavskiy4-26/+25
2020-04-30coverity 1462572 Dereference after null checkPauli1-2/+6
2020-04-30coverity 1462571 Dereference after null checkPauli1-6/+9
2020-04-29Amend references to "OpenSSL license"Shourya Shukla7-7/+7
2020-04-24Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb5-73/+60
2020-04-24Remove a bad 'goto end' and a few superfluous ones in apps/lib/apps.cDavid von Oheimb1-9/+3
2020-04-24Improve feedback on wrong format with new print_format_error() in apps/lib/opt.cDavid von Oheimb3-5/+62