summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
2023-11-01Don't error if s_client receives exactly BUFSIZZ dataMatt Caswell
2023-10-25Don't wait in select if we have data to writeMatt Caswell
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-06-30Fix typos in s_clientMatt Caswell
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2023-06-06allow to disable httpVladimĂ­r Kotal
2023-05-29QUIC: Rename SSL_tick etc. in s_clientHugo Landau
2023-05-08Don't attempt a QUIC connection without specifying ALPNMatt Caswell
2023-05-08Add the ability to send FIN on a QUIC stream from s_clientMatt Caswell
2023-05-08Add QUIC support to s_clientMatt Caswell
2023-04-24Replace use of strstr with strchrMatt Caswell
2023-04-24Coverity 1524619: unexpected control flowMatt Caswell
2023-03-30Add a new advanced command mode to s_clientMatt Caswell
2023-03-28RFC7250 (RPK) supportTodd Short
2023-01-24Typos fixingFdaSilvaYY
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-10-04s_client: Support interactive reconnect commandSteven Collison
2022-05-05s_client -proxy / -starttls shouldn't be mutually exclusiveVita Batrla
2022-05-03Update copyright yearMatt Caswell
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-03-10check the return value of BIO_new_file()xkernel
2022-03-04apps: several return value checks for BIO_new()xkernel
2022-02-28check the return value of CRYPTO_strdup()xkernel
2022-02-14Implement a new flag for running s_client in a non-interactive modeRami Khaldi
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-12-29Ensure s_client sends SNI data when used with -proxyMatt Caswell
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-11-22SSL_export_keying_material: fix return checkPeiwei Hu
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-11-02Revise s_client and s_server verbiage re secure renegotiation.Felipe Gasper
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-09Bindhost/bindport should be freedDmitry Belyavskiy
2021-09-19apps/s_client: Add ktls optionTianjia Zhang
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