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
*
Change Post Handshake auth so that it is opt-in
Matt Caswell
2018-08-20
1
-7
/
+7
*
Only dump session data after we have received it
Matt Caswell
2018-06-26
1
-15
/
+39
*
Fix a memory leak in an error path
Matt Caswell
2018-05-31
1
-0
/
+1
*
Enable SSL_MODE_AUTO_RETRY by default
Kurt Roeckx
2018-05-22
1
-0
/
+2
*
Fix no-srtp build warnings
Todd Short
2018-05-20
1
-0
/
+4
*
Fix s_client and s_server so that they correctly handle the DTLS timer
Matt Caswell
2018-05-08
1
-5
/
+2
*
Fix documentation for the -showcerts s_client option
Matt Caswell
2018-04-25
1
-1
/
+2
*
apps/{s_client.c|s_socket}.c: omit usleep calls.
Andy Polyakov
2018-04-08
1
-13
/
+13
*
Unify s_client/s_server srtp profiles option handling
FdaSilvaYY
2018-03-21
1
-2
/
+3
*
s_client, s_server: do generic SSL configuration first, specialization after
Richard Levitte
2018-03-19
1
-5
/
+7
*
Tolerate TLSv1.3 PSKs that are a different size to the hash size
Matt Caswell
2018-03-09
1
-11
/
+5
*
Add BIO_bind function to bind local address for a socket.
John Hughes
2018-02-19
1
-4
/
+22
*
Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitable
Matt Caswell
2018-02-14
1
-1
/
+1
*
Add TLSv1.3 post-handshake authentication (PHA)
Todd Short
2018-02-01
1
-0
/
+9
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Fix intermittent Cygwin failures in s_client
Richard Levitte
2018-01-14
1
-1
/
+5
*
Explicitly shut the socket down in s_client
Bernd Edlinger
2018-01-14
1
-0
/
+11
*
Ignore the session when setting SNI in s_client
Matt Caswell
2017-11-21
1
-11
/
+0
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-4
/
+5
*
Fix an s_client memory leak
Matt Caswell
2017-11-09
1
-10
/
+3
*
style : fix some if(...
FdaSilvaYY
2017-11-07
1
-1
/
+1
*
Implement Maximum Fragment Length TLS extension.
FdaSilvaYY
2017-11-05
1
-2
/
+35
*
apps/s_client.c: add missing null check
KaoruToda
2017-10-22
1
-0
/
+3
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Make '-name' option of the 's_client' more generic
Paul Yang
2017-10-16
1
-13
/
+13
*
Various review fixes for PSK early_data support
Matt Caswell
2017-08-31
1
-2
/
+1
*
Show the error stack if there was an error writing early data in s_client
Matt Caswell
2017-08-31
1
-0
/
+1
*
If no SNI has been explicitly set use the one from the session
Matt Caswell
2017-08-31
1
-0
/
+20
*
Enable the ability to use an external PSK for sending early_data
Matt Caswell
2017-08-31
1
-2
/
+4
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-1
/
+1
*
(Re)move some things from e_os.h
Rich Salz
2017-08-22
1
-1
/
+2
*
Addressed build failure because of missing #ifdef AF_UNIX guard
Balaji Marisetti
2017-08-18
1
-0
/
+2
*
Revert "Add some casts for %j"
Rich Salz
2017-08-15
1
-2
/
+2
*
Add some casts for %j
Rich Salz
2017-08-15
1
-2
/
+2
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-18
/
+7
*
Fix s_client crash where the hostname is provided as a positional arg
Matt Caswell
2017-07-07
1
-1
/
+1
*
Fix memory leak when using PSK session files
Matt Caswell
2017-07-07
1
-0
/
+1
*
Fix double array increment in s_client mysql connect
Steven Danneman
2017-06-29
1
-2
/
+1
*
PSK related tweaks based on review feedback
Matt Caswell
2017-06-21
1
-3
/
+1
*
Use constants rather than macros for the cipher bytes in the apps
Matt Caswell
2017-06-21
1
-4
/
+4
*
Tweak the client side PSK callback
Matt Caswell
2017-06-21
1
-7
/
+14
*
Fix no-psk
Matt Caswell
2017-06-21
1
-7
/
+1
*
Add the ability to set a TLSv1.3 PSK via just the key bytes
Matt Caswell
2017-06-21
1
-6
/
+51
*
Add the ability to use a client side TLSv1.3 external PSK in s_client
Matt Caswell
2017-06-21
1
-0
/
+45
*
Merge Nokia copyright notice into standard
Rich Salz
2017-06-21
1
-27
/
+1
*
s_client accepts host/port as positional argument.
Cory Benfield
2017-06-19
1
-3
/
+17
*
Forbid to specify -nextprotoneg if -tls1_3 is enabled
Paul Yang
2017-06-16
1
-0
/
+6
*
Make SNI behavior more clear in s_client doc & help
Paul Yang
2017-06-13
1
-1
/
+1
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-18
/
+20
[next]