Sign in
flutter
/
third_party
/
openssl
/
bdd5f12ea6b76fb133b152a3ca38a3c045be4de3
/
apps
/
s_client.c
bdd5f12
Fix a memory leak in an error path
by Matt Caswell
· 7 years ago
693cf80
Enable SSL_MODE_AUTO_RETRY by default
by Kurt Roeckx
· 7 years ago
dad8868
Fix no-srtp build warnings
by Todd Short
· 7 years ago
6f6da2f
Fix s_client and s_server so that they correctly handle the DTLS timer
by Matt Caswell
· 7 years ago
bdb59d9
Fix documentation for the -showcerts s_client option
by Matt Caswell
· 7 years ago
f69d050
apps/{s_client.c|s_socket}.c: omit usleep calls.
by Andy Polyakov
· 7 years ago
1fb6b0b
Unify s_client/s_server srtp profiles option handling
by FdaSilvaYY
· 7 years ago
8f8be10
s_client, s_server: do generic SSL configuration first, specialization after
by Richard Levitte
· 7 years ago
e73c6ea
Tolerate TLSv1.3 PSKs that are a different size to the hash size
by Matt Caswell
· 7 years ago
ebc0168
Add BIO_bind function to bind local address for a socket.
by John Hughes
· 7 years ago
6e99ae5
Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitable
by Matt Caswell
· 7 years ago
9d75dce
Add TLSv1.3 post-handshake authentication (PHA)
by Todd Short
· 7 years ago
dab2cd6
apps: Don't include progs.h in apps.h
by Richard Levitte
· 7 years ago
48e5119
Copyright update of more files that have changed this year
by Richard Levitte
· 7 years ago
27da42d
Fix intermittent Cygwin failures in s_client
by Richard Levitte
· 7 years ago
26ec943
Explicitly shut the socket down in s_client
by Bernd Edlinger
· 7 years ago
b510b74
Ignore the session when setting SNI in s_client
by Matt Caswell
· 7 years ago
3a63c0e
Resolve warnings in VC-WIN32 build, which allows to add /WX.
by Andy Polyakov
· 7 years ago
44f19af
Fix an s_client memory leak
by Matt Caswell
· 7 years ago
f479eab
style : fix some if(...
by FdaSilvaYY
· 7 years ago
cf72c75
Implement Maximum Fragment Length TLS extension.
by FdaSilvaYY
· 7 years ago
f84a648
apps/s_client.c: add missing null check
by KaoruToda
· 7 years ago
26a7d93
Remove parentheses of return.
by KaoruToda
· 7 years ago
8176431
Make '-name' option of the 's_client' more generic
by Paul Yang
· 7 years ago
0ef2802
Various review fixes for PSK early_data support
by Matt Caswell
· 8 years ago
dd5b98c
Show the error stack if there was an error writing early data in s_client
by Matt Caswell
· 8 years ago
c5de99a
If no SNI has been explicitly set use the one from the session
by Matt Caswell
· 8 years ago
add8d0e
Enable the ability to use an external PSK for sending early_data
by Matt Caswell
· 8 years ago
07016a8
Move e_os.h to be the very first include. cryptilib.h is the second.
by Pauli
· 8 years ago
0e97f1e
(Re)move some things from e_os.h
by Rich Salz
· 8 years ago
326eaa9
Addressed build failure because of missing #ifdef AF_UNIX guard CLA: trivial
by Balaji Marisetti
· 8 years ago
12997aa
Revert "Add some casts for %j"
by Rich Salz
· 8 years ago
c4d2e48
Add some casts for %j
by Rich Salz
· 8 years ago
3ee1eac
Standardize apps use of -rand, etc.
by Rich Salz
· 8 years ago
222417e
Fix s_client crash where the hostname is provided as a positional arg
by Matt Caswell
· 8 years ago
9561e2a
Fix memory leak when using PSK session files
by Matt Caswell
· 8 years ago
8530039
Fix double array increment in s_client mysql connect
by Steven Danneman
· 8 years ago
7225720
PSK related tweaks based on review feedback
by Matt Caswell
· 8 years ago
adfc378
Use constants rather than macros for the cipher bytes in the apps
by Matt Caswell
· 8 years ago
dc87d5a
Tweak the client side PSK callback
by Matt Caswell
· 8 years ago
14e3535
Fix no-psk
by Matt Caswell
· 8 years ago
5ffff59
Add the ability to set a TLSv1.3 PSK via just the key bytes
by Matt Caswell
· 8 years ago
e261bdd
Add the ability to use a client side TLSv1.3 external PSK in s_client
by Matt Caswell
· 8 years ago
c80149d
Merge Nokia copyright notice into standard
by Rich Salz
· 8 years ago
729ef85
s_client accepts host/port as positional argument.
by Cory Benfield
· 8 years ago
837f87c
Forbid to specify -nextprotoneg if -tls1_3 is enabled
by Paul Yang
· 8 years ago
481afe2
Make SNI behavior more clear in s_client doc & help
by Paul Yang
· 8 years ago
2234212
Clean up a bundle of codingstyle stuff in apps directory
by Paul Yang
· 8 years ago
3dce109
Fix possible memory over-read in apps/s_client.c
by Rich Salz
· 8 years ago
a2d9cfb
Added mysql as starttls protocol.
by Keigo Tanaka
· 8 years ago
36b2cfb
Add checks on return code when applying some settings.
by FdaSilvaYY
· 8 years ago
6788785
Output prog name within error message
by FdaSilvaYY
· 8 years ago
28e5ea8
Add a 'max_send_frag' option to configure maximum size of send fragments
by FdaSilvaYY
· 8 years ago
9ff2ceb
Fix s_client when no-dtls
by Todd Short
· 8 years ago
f2150cd
Remove (broken) diagnostic print
by Rich Salz
· 8 years ago
11ba87f
Ensure s_client sends an SNI extension by default
by Matt Caswell
· 8 years ago
b5c4209
Switch command-line utils to new nameopt API.
by Dmitry Belyavskiy
· 8 years ago
8ccc237
Add a -sctp option to s_client
by Matt Caswell
· 8 years ago
5969a2d
Print CA names in s_server, add -requestCAfile to s_client
by Dr. Stephen Henson
· 8 years ago
d2add50
Add requestCAfile option
by Dr. Stephen Henson
· 8 years ago
7d67298
apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.
by Andy Polyakov
· 8 years ago
12557a3
Fix s_client early data indicator
by Matt Caswell
· 8 years ago
96a5d7f
Fix a -Wsign-compare warning
by Benjamin Kaduk
· 8 years ago
8b0d424
apps/s_client.c: harden ldap_ExtendedResponse_parse.
by Andy Polyakov
· 8 years ago
0665b4e
Rename SSL_write_early() to SSL_write_early_data()
by Matt Caswell
· 8 years ago
ade1e88
Updates to s_server and s_client for the latest early_data API changes
by Matt Caswell
· 8 years ago
0a5ece5
Tighten sanity checks when calling early data functions
by Matt Caswell
· 8 years ago
576eb39
Get s_client to report on whether early data was accepted or not
by Matt Caswell
· 8 years ago
923ac82
Add an option to s_client to send early_data
by Matt Caswell
· 8 years ago
398b0bb
Add LDAP support (RFC 4511) to s_client ("-starttls ldap")
by Robert Scheck
· 8 years ago
9fa36f5
Remove some commented out code in the apps
by Matt Caswell
· 8 years ago
a7c04f2
Provided support for the -nameopt flag in s_client, s_server and s_time
by Dmitry Belyavskiy
· 8 years ago
f14afca
Updates following review feedback
by Matt Caswell
· 8 years ago
b07b2a1
Add the ability for s_client to send a KeyUpdate message
by Matt Caswell
· 8 years ago
af7e05c
Handle negative reply for NNTP STARTTLS in s_client
by Robert Scheck
· 8 years ago
20967af
Add Sieve support (RFC 5804) to s_client ("-starttls sieve")
by Robert Scheck
· 8 years ago
4bf73e9
apps: Add support for writing a keylog file
by Peter Wu
· 8 years ago
8f85aa6
Add NNTP support (RFC 4642) to s_client ("-starttls nntp")
by Robert Scheck
· 8 years ago
1f5b44e
Miscellaneous style tweaks based on feedback received
by Matt Caswell
· 8 years ago
be62b22
Update the s_client -sess_out feature to work for TLSv1.3
by Matt Caswell
· 8 years ago
0fe2a0a
Fix a few double ;
by FdaSilvaYY
· 8 years ago
ec2a0e6
s_client: Better response success check for CONNECT
by Richard Levitte
· 8 years ago
7524c52
Avoid warnings like unused enum value (as suggested by Rich Salz)
by Robert Scheck
· 8 years ago
1d8a94f
Shift inside of switch back one level (code style change, as requested by Rich Salz)
by Robert Scheck
· 8 years ago
9576545
Add LMTP support (RFC 2033) to s_client ("-starttls lmtp")
by Robert Scheck
· 8 years ago
b612799
Revert "Remove heartbeats completely"
by Richard Levitte
· 8 years ago
6c62f9e
Remove heartbeats completely
by Richard Levitte
· 8 years ago
a22f9c8
Update s_client and s_server documentation about some missing arguments
by EasySec
· 8 years ago
582a17d
Add the SSL_METHOD for TLSv1.3 and all other base changes required
by Matt Caswell
· 8 years ago
dd1abd4
If an engine comes up explicitely, it must also come down explicitely
by Richard Levitte
· 8 years ago
b2e54eb
Add Postgres support to -starttls
by Valentin Vidic
· 8 years ago
44c83eb
Constify command options
by FdaSilvaYY
· 8 years ago
eb67172
fix memory leak
by Dr. Stephen Henson
· 9 years ago
a6972f3
Restore '-keyform engine' support for s_client
by David Woodhouse
· 9 years ago
057c676
Fix no-ocsp
by Richard Levitte
· 9 years ago
51e5133
Refactor to avoid unnecessary preprocessor logic
by Richard Levitte
· 9 years ago
c7bdb6a
Reformat to fit OpenSSL source code standards
by Richard Levitte
· 9 years ago
0d3b658
VSI submission: redirect terminal input through socket
by Richard Levitte
· 9 years ago
d485640
s_client: avoid warning on Windows/MS-DOS systems
by Viktor Szakats
· 9 years ago
9e31356
fix warning about trailing comma
by Dr. Stephen Henson
· 9 years ago
Next »