index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
s_client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
s_client: use the full buffer for reads
Hubert Kario
2024-06-21
1
-2
/
+2
*
Don't error if s_client receives exactly BUFSIZZ data
Matt Caswell
2023-11-01
1
-1
/
+1
*
Don't wait in select if we have data to write
Matt Caswell
2023-10-25
1
-2
/
+6
*
QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addr
Hugo Landau
2023-08-24
1
-1
/
+1
*
Fix typos in s_client
Matt Caswell
2023-06-30
1
-16
/
+0
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
1
-2
/
+2
*
Cast the argument to unsigned char when calling isdigit()
Michael Baentsch
2023-06-06
1
-1
/
+1
*
allow to disable http
VladimĂr Kotal
2023-06-06
1
-0
/
+9
*
QUIC: Rename SSL_tick etc. in s_client
Hugo Landau
2023-05-29
1
-19
/
+9
*
Don't attempt a QUIC connection without specifying ALPN
Matt Caswell
2023-05-08
1
-0
/
+4
*
Add the ability to send FIN on a QUIC stream from s_client
Matt Caswell
2023-05-08
1
-4
/
+25
*
Add QUIC support to s_client
Matt Caswell
2023-05-08
1
-25
/
+119
*
Replace use of strstr with strchr
Matt Caswell
2023-04-24
1
-3
/
+3
*
Coverity 1524619: unexpected control flow
Matt Caswell
2023-04-24
1
-2
/
+3
*
Add a new advanced command mode to s_client
Matt Caswell
2023-03-30
1
-36
/
+329
*
RFC7250 (RPK) support
Todd Short
2023-03-28
1
-1
/
+44
*
Typos fixing
FdaSilvaYY
2023-01-24
1
-3
/
+3
*
Cleanup : directly include of `internal/nelem.h` when required.
FdaSilvaYY
2022-11-23
1
-0
/
+1
*
s_client: Support interactive reconnect command
Steven Collison
2022-10-04
1
-0
/
+10
*
s_client -proxy / -starttls shouldn't be mutually exclusive
Vita Batrla
2022-05-05
1
-8
/
+7
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Add TFO support to socket BIO and s_client/s_server
Todd Short
2022-03-10
1
-4
/
+31
*
check the return value of BIO_new_file()
xkernel
2022-03-10
1
-0
/
+4
*
apps: several return value checks for BIO_new()
xkernel
2022-03-04
1
-4
/
+54
*
check the return value of CRYPTO_strdup()
xkernel
2022-02-28
1
-2
/
+3
*
Implement a new flag for running s_client in a non-interactive mode
Rami Khaldi
2022-02-14
1
-1
/
+14
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
Ensure s_client sends SNI data when used with -proxy
Matt Caswell
2021-12-29
1
-0
/
+10
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-1
/
+1
*
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
Dr. David von Oheimb
2021-12-07
1
-3
/
+2
*
SSL_export_keying_material: fix return check
Peiwei Hu
2021-11-22
1
-2
/
+2
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
1
-2
/
+2
*
Revise s_client and s_server verbiage re secure renegotiation.
Felipe Gasper
2021-11-02
1
-2
/
+3
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-2
/
+2
*
Bindhost/bindport should be freed
Dmitry Belyavskiy
2021-10-09
1
-0
/
+2
*
apps/s_client: Add ktls option
Tianjia Zhang
2021-09-18
1
-0
/
+16
*
Remove "-immedate_renegotiation" option
Rich Salz
2021-06-15
1
-3
/
+0
*
APPS: Remove an unreachable statement in s_client.c
Richard Levitte
2021-06-13
1
-1
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-3
/
+3
*
Deprecate old style BIO callback calls
Tomas Mraz
2021-05-26
1
-1
/
+1
*
Add SSL_OP_ALLOW_CLIENT_RENEGOTIATION
Rich Salz
2021-05-17
1
-1
/
+3
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-5
/
+6
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
1
-1
/
+1
*
Fix CRL app so that stdin works.
Shane Lontis
2021-04-30
1
-1
/
+1
*
APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
Dr. David von Oheimb
2021-04-14
1
-1
/
+2
*
apps: Add maybe_stdin argument to load_certs and set it in pkcs12
Tomas Mraz
2021-03-15
1
-1
/
+1
*
Replace SSL_CTX_new by SSL_CTX_new_ex in apps/s_server + s_client
Petr Gotthard
2021-02-17
1
-1
/
+1
*
Deprecate the low level SRP APIs
Matt Caswell
2021-02-12
1
-132
/
+10
*
Load rand state after loading providers
Rich Salz
2021-02-11
1
-3
/
+2
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
[next]