summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
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
2020-04-29Amend references to "OpenSSL license"Shourya Shukla
2020-04-24Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb
2020-04-24Remove a bad 'goto end' and a few superfluous ones in apps/lib/apps.cDavid von Oheimb
2020-04-24Improve feedback on wrong format with new print_format_error() in apps/lib/opt.cDavid von Oheimb
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-24Update some nits around the FIPS moduleRich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-21gendsa: remove unnecessary OPENSSL_SUPPRESS_DEPRECATED definitionPauli
2020-04-20Update comment on crls_http_cb() as it does support non-blocking I/O since #1...Dr. David von Oheimb
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb
2020-04-19dhparam: white space cleaningPauli
2020-04-19apps: undeprecate the conditioned out appsPauli
2020-04-19openssl: include the version a command was deprecated in the output text.Pauli
2020-04-19apps: reinstate deprecated commands but using PKEY APIsPauli
2020-04-19dsaparam: update command line app to use EVP callsPauli
2020-04-19gendsa: update command line app to use EVP callsPauli
2020-04-19genrsa: update command line app to use EVP callsPauli
2020-04-19openssl: include the version a command was deprecated in the output text.Pauli
2020-04-19apps: reinstate deprecated commands but using PKEY APIsPauli
2020-04-19dhparam: update command line app to use EVP callsPauli