Add -CAstore and similar to all openssl commands that have -CApath
[openssl.git] / apps / s_client.c
2019-11-03 Richard LevitteAdd -CAstore and similar to all openssl commands that...
2019-10-14 Kurt RoeckxAdd BN_check_prime()
2019-07-16 Pauliremove end of line spaces
2019-07-16 PauliRemove tab characters from C source files.
2019-07-01 Antoine CœurFix Typos
2019-04-08 Dan Campbells_client starttls: fix handling of multiline reply
2019-04-01 Boris Pismennyapps: print Kernel receive side TLS in s_client and...
2019-03-29 Richard LevitteRemove heartbeats completely
2019-03-06 Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2019-02-19 Ionut MihalceaDon't set SNI by default if hostname is not dNS name
2019-02-14 Matt CaswellFix -verify_return_error in s_client
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-01 Michael TuexenFix end-point shared secret for DTLS/SCTP
2019-01-27 Shigeki Ohtsus_client: fix not to send a command letter of R
2019-01-24 Matt CaswellFix s_client so that it builds on Windows
2019-01-18 Marcs_client: Add basic proxy authentication support
2018-12-17 QuantomicusFix s_client hang on non-compliant NNTP server test
2018-12-07 Boris Pismennyapps: print Kernel TLS in s_client and s_server
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-20 Matt CaswellChange Post Handshake auth so that it is opt-in
2018-06-26 Matt CaswellOnly dump session data after we have received it
2018-05-31 Matt CaswellFix a memory leak in an error path
2018-05-22 Kurt RoeckxEnable SSL_MODE_AUTO_RETRY by default
2018-05-20 Todd ShortFix no-srtp build warnings
2018-05-08 Matt CaswellFix s_client and s_server so that they correctly handle...
2018-04-25 Matt CaswellFix documentation for the -showcerts s_client option
2018-04-08 Andy Polyakovapps/{s_client.c|s_socket}.c: omit usleep calls.
2018-03-21 FdaSilvaYYUnify s_client/s_server srtp profiles option handling
2018-03-19 Richard Levittes_client, s_server: do generic SSL configuration first...
2018-03-09 Matt CaswellTolerate TLSv1.3 PSKs that are a different size to...
2018-02-19 John HughesAdd BIO_bind function to bind local address for a socket.
2018-02-14 Matt CaswellIgnore an s_client psk in TLSv1.3 if not TLSv1.3 suitable
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-14 Richard LevitteFix intermittent Cygwin failures in s_client
2018-01-14 Bernd EdlingerExplicitly shut the socket down in s_client
2017-11-21 Matt CaswellIgnore the session when setting SNI in s_client
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-09 Matt CaswellFix an s_client memory leak
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-22 KaoruTodaapps/s_client.c: add missing null check
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-16 Paul YangMake '-name' option of the 's_client' more generic
2017-08-31 Matt CaswellVarious review fixes for PSK early_data support
2017-08-31 Matt CaswellShow the error stack if there was an error writing...
2017-08-31 Matt CaswellIf no SNI has been explicitly set use the one from...
2017-08-31 Matt CaswellEnable the ability to use an external PSK for sending...
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-08-18 Balaji MarisettiAddressed build failure because of missing #ifdef AF_UN...
2017-08-15 Rich SalzRevert "Add some casts for %j"
2017-08-14 Rich SalzAdd some casts for %j
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-07-07 Matt CaswellFix s_client crash where the hostname is provided as...
2017-07-07 Matt CaswellFix memory leak when using PSK session files
2017-06-29 Steven DannemanFix double array increment in s_client mysql connect
2017-06-21 Matt CaswellPSK related tweaks based on review feedback
2017-06-21 Matt CaswellUse constants rather than macros for the cipher bytes...
2017-06-21 Matt CaswellTweak the client side PSK callback
2017-06-21 Matt CaswellFix no-psk
2017-06-21 Matt CaswellAdd the ability to set a TLSv1.3 PSK via just the key...
2017-06-21 Matt CaswellAdd the ability to use a client side TLSv1.3 external...
2017-06-21 Rich SalzMerge Nokia copyright notice into standard
2017-06-19 Cory Benfields_client accepts host/port as positional argument.
2017-06-16 Paul YangForbid to specify -nextprotoneg if -tls1_3 is enabled
2017-06-13 Paul YangMake SNI behavior more clear in s_client doc & help
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-06-08 Rich SalzFix possible memory over-read in apps/s_client.c
2017-06-01 Keigo TanakaAdded mysql as starttls protocol.
2017-04-28 FdaSilvaYYAdd checks on return code when applying some settings.
2017-04-28 FdaSilvaYYOutput prog name within error message
2017-04-28 FdaSilvaYYAdd a 'max_send_frag' option to configure maximum size...
2017-04-28 Todd ShortFix s_client when no-dtls
2017-04-27 Rich SalzRemove (broken) diagnostic print
2017-04-27 Matt CaswellEnsure s_client sends an SNI extension by default
2017-04-25 Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-04-25 Matt CaswellAdd a -sctp option to s_client
2017-04-03 Dr. Stephen HensonPrint CA names in s_server, add -requestCAfile to s_client
2017-04-03 Dr. Stephen HensonAdd requestCAfile option
2017-03-30 Andy Polyakovapps/*.c: switch to platform-neutral format modifiers...
2017-03-30 Matt CaswellFix s_client early data indicator
2017-03-14 Benjamin KadukFix a -Wsign-compare warning
2017-03-04 Andy Polyakovapps/s_client.c: harden ldap_ExtendedResponse_parse.
2017-03-02 Matt CaswellRename SSL_write_early() to SSL_write_early_data()
2017-03-02 Matt CaswellUpdates to s_server and s_client for the latest early_d...
2017-03-02 Matt CaswellTighten sanity checks when calling early data functions
2017-03-02 Matt CaswellGet s_client to report on whether early data was accept...
2017-03-02 Matt CaswellAdd an option to s_client to send early_data
2017-03-02 Robert ScheckAdd LDAP support (RFC 4511) to s_client ("-starttls...
2017-02-28 Matt CaswellRemove some commented out code in the apps
2017-02-21 Dmitry BelyavskiyProvided support for the -nameopt flag in s_client...
2017-02-17 Matt CaswellUpdates following review feedback
2017-02-17 Matt CaswellAdd the ability for s_client to send a KeyUpdate message
2017-02-16 Robert ScheckHandle negative reply for NNTP STARTTLS in s_client
2017-02-14 Robert ScheckAdd Sieve support (RFC 5804) to s_client ("-starttls...
2017-02-07 Peter Wuapps: Add support for writing a keylog file
2017-02-03 Robert ScheckAdd NNTP support (RFC 4642) to s_client ("-starttls...
2017-01-30 Matt CaswellMiscellaneous style tweaks based on feedback received
next