aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
Commit message (Expand)AuthorAgeFilesLines
* s_client: Support interactive reconnect commandSteven Collison2022-10-041-0/+10
* s_client -proxy / -starttls shouldn't be mutually exclusiveVita Batrla2022-05-051-8/+7
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-101-4/+31
* check the return value of BIO_new_file()xkernel2022-03-101-0/+4
* apps: several return value checks for BIO_new()xkernel2022-03-041-4/+54
* check the return value of CRYPTO_strdup()xkernel2022-02-281-2/+3
* Implement a new flag for running s_client in a non-interactive modeRami Khaldi2022-02-141-1/+14
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Ensure s_client sends SNI data when used with -proxyMatt Caswell2021-12-291-0/+10
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-3/+2
* SSL_export_keying_material: fix return checkPeiwei Hu2021-11-221-2/+2
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-2/+2
* Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper2021-11-021-2/+3
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* Bindhost/bindport should be freedDmitry Belyavskiy2021-10-091-0/+2
* apps/s_client: Add ktls optionTianjia Zhang2021-09-191-0/+16
* Remove "-immedate_renegotiation" optionRich Salz2021-06-151-3/+0
* APPS: Remove an unreachable statement in s_client.cRichard Levitte2021-06-131-1/+0
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-3/+3
* Deprecate old style BIO callback callsTomas Mraz2021-05-261-1/+1
* Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz2021-05-171-1/+3
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-5/+6
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Fix CRL app so that stdin works.Shane Lontis2021-04-301-1/+1
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+2
* apps: Add maybe_stdin argument to load_certs and set it in pkcs12Tomas Mraz2021-03-151-1/+1
* Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_clientPetr Gotthard2021-02-171-1/+1
* Deprecate the low level SRP APIsMatt Caswell2021-02-121-132/+10
* Load rand state after loading providersRich Salz2021-02-121-3/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb2021-01-111-2/+1
* Check non-option argumentsRich Salz2020-12-151-17/+18
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-2/+2
* APPS: Reduce deprecation warning suppression - ENGINERichard Levitte2020-10-041-6/+3
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-2/+2
* Fix safestack issues in ct.hMatt Caswell2020-09-131-2/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-3/+0
* Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb2020-08-201-6/+6
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-201-2/+1
* apps: deprecate enginesPauli2020-07-161-0/+3
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-161-2/+1
* Force ssl/tls protocol flags to use stream socketsBenny Baumann2020-06-301-0/+20
* s_client: Fix -proxy flag regressionMarc2020-05-251-15/+31
* Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy2020-05-191-1/+10
* Use _get0_ functions instead of _get_.Marc2020-05-191-2/+2
* s_client: Show cert algorithms & validity periodMarc2020-05-191-0/+14
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-6/+5