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
*
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
*
Fix possible memory over-read in apps/s_client.c
Rich Salz
2017-06-08
1
-0
/
+9
*
Added mysql as starttls protocol.
Keigo Tanaka
2017-06-01
1
-0
/
+83
*
Add checks on return code when applying some settings.
FdaSilvaYY
2017-04-28
1
-38
/
+21
*
Output prog name within error message
FdaSilvaYY
2017-04-28
1
-3
/
+3
*
Add a 'max_send_frag' option to configure maximum size of send fragments
FdaSilvaYY
2017-04-28
1
-6
/
+24
*
Fix s_client when no-dtls
Todd Short
2017-04-28
1
-0
/
+2
*
Remove (broken) diagnostic print
Rich Salz
2017-04-27
1
-6
/
+0
*
Ensure s_client sends an SNI extension by default
Matt Caswell
2017-04-27
1
-4
/
+26
*
Switch command-line utils to new nameopt API.
Dmitry Belyavskiy
2017-04-25
1
-11
/
+7
*
Add a -sctp option to s_client
Matt Caswell
2017-04-25
1
-5
/
+35
*
Print CA names in s_server, add -requestCAfile to s_client
Dr. Stephen Henson
2017-04-04
1
-16
/
+4
*
Add requestCAfile option
Dr. Stephen Henson
2017-04-04
1
-1
/
+17
*
apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.
Andy Polyakov
2017-03-30
1
-2
/
+2
*
Fix s_client early data indicator
Matt Caswell
2017-03-30
1
-1
/
+1
*
Fix a -Wsign-compare warning
Benjamin Kaduk
2017-03-14
1
-1
/
+1
*
apps/s_client.c: harden ldap_ExtendedResponse_parse.
Andy Polyakov
2017-03-04
1
-0
/
+2
*
Rename SSL_write_early() to SSL_write_early_data()
Matt Caswell
2017-03-02
1
-1
/
+1
*
Updates to s_server and s_client for the latest early_data API changes
Matt Caswell
2017-03-02
1
-3
/
+1
*
Tighten sanity checks when calling early data functions
Matt Caswell
2017-03-02
1
-1
/
+3
*
Get s_client to report on whether early data was accepted or not
Matt Caswell
2017-03-02
1
-0
/
+17
*
Add an option to s_client to send early_data
Matt Caswell
2017-03-02
1
-2
/
+40
*
Add LDAP support (RFC 4511) to s_client ("-starttls ldap")
Robert Scheck
2017-03-02
1
-1
/
+155
*
Remove some commented out code in the apps
Matt Caswell
2017-02-28
1
-6
/
+0
[next]