summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
2023-08-01Copyright year updatesMatt Caswell
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-11Move e_os.h to include/internalRichard Levitte
2022-11-09Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper
2022-05-05s_client -proxy / -starttls shouldn't be mutually exclusiveVita Batrla
2022-03-15Update copyright yearMatt Caswell
2022-03-14check return value of functions that call BIO_new() internallyxkernel
2022-03-10check the return value of BIO_new_file()xkernel
2022-02-28check the return value of CRYPTO_strdup()xkernel
2021-12-29Ensure s_client sends SNI data when used with -proxyMatt Caswell
2021-11-22SSL_export_keying_material: fix return checkPeiwei Hu
2021-10-09Bindhost/bindport should be freedDmitry Belyavskiy
2021-06-15Remove "-immedate_renegotiation" optionRich Salz
2021-06-13APPS: Remove an unreachable statement in s_client.cRichard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-04-30Fix CRL app so that stdin works.Shane Lontis
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-03-15apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz
2021-02-17Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_clientPetr Gotthard
2021-02-12Deprecate the low level SRP APIsMatt Caswell
2021-02-12Load rand state after loading providersRich Salz
2021-01-28Update copyright yearRichard Levitte
2021-01-11APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb
2020-12-15Check non-option argumentsRich Salz
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard Levitte
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-13Fix safestack issues in ct.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-07-16apps: deprecate enginesPauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-06-30Force ssl/tls protocol flags to use stream socketsBenny Baumann
2020-05-25s_client: Fix -proxy flag regressionMarc
2020-05-19Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy
2020-05-19Use _get0_ functions instead of _get_.Marc
2020-05-19s_client: Show cert algorithms & validity periodMarc
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-05-06s_server normal shutdownDmitry Belyavskiy
2020-04-24Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David 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-23Update copyright yearMatt Caswell