summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s_client: use the full buffer for readsHubert Kario2024-06-211-2/+2
* Don't error if s_client receives exactly BUFSIZZ dataMatt Caswell2023-11-011-1/+1
* Don't wait in select if we have data to writeMatt Caswell2023-10-251-2/+6
* QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau2023-08-241-1/+1
* Fix typos in s_clientMatt Caswell2023-06-301-16/+0
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-2/+2
* Cast the argument to unsigned char when calling isdigit()Michael Baentsch2023-06-061-1/+1
* allow to disable httpVladimĂ­r Kotal2023-06-061-0/+9
* QUIC: Rename SSL_tick etc. in s_clientHugo Landau2023-05-291-19/+9
* Don't attempt a QUIC connection without specifying ALPNMatt Caswell2023-05-081-0/+4
* Add the ability to send FIN on a QUIC stream from s_clientMatt Caswell2023-05-081-4/+25
* Add QUIC support to s_clientMatt Caswell2023-05-081-25/+119
* Replace use of strstr with strchrMatt Caswell2023-04-241-3/+3
* Coverity 1524619: unexpected control flowMatt Caswell2023-04-241-2/+3
* Add a new advanced command mode to s_clientMatt Caswell2023-03-301-36/+329
* RFC7250 (RPK) supportTodd Short2023-03-281-1/+44
* Typos fixingFdaSilvaYY2023-01-241-3/+3
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-0/+1
* 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-181-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-111-3/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1