aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
Commit message (Expand)AuthorAgeFilesLines
* Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy2017-02-211-1/+6
* Updates following review feedbackMatt Caswell2017-02-171-2/+2
* Add the ability for s_client to send a KeyUpdate messageMatt Caswell2017-02-171-1/+11
* Handle negative reply for NNTP STARTTLS in s_clientRobert Scheck2017-02-151-4/+14
* Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck2017-02-141-11/+70
* apps: Add support for writing a keylog filePeter Wu2017-02-071-0/+10
* Add NNTP support (RFC 4642) to s_client ("-starttls nntp")Robert Scheck2017-02-031-1/+30
* Miscellaneous style tweaks based on feedback receivedMatt Caswell2017-01-301-3/+3
* Update the s_client -sess_out feature to work for TLSv1.3Matt Caswell2017-01-301-10/+31
* Fix a few double ;FdaSilvaYY2017-01-251-1/+1
* s_client: Better response success check for CONNECTRichard Levitte2017-01-251-10/+30
* Avoid warnings like unused enum value (as suggested by Rich Salz)Robert Scheck2016-11-181-6/+2
* Shift inside of switch back one level (code style change, as requested by Ric...Robert Scheck2016-11-181-6/+6
* Add LMTP support (RFC 2033) to s_client ("-starttls lmtp")Robert Scheck2016-11-181-5/+19
* Revert "Remove heartbeats completely"Richard Levitte2016-11-151-0/+7
* Remove heartbeats completelyRichard Levitte2016-11-151-7/+0
* Update s_client and s_server documentation about some missing argumentsEasySec2016-11-121-1/+1
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-2/+9
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Add Postgres support to -starttlsValentin Vidic2016-10-171-1/+22
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* fix memory leakDr. Stephen Henson2016-10-011-0/+1
* Restore '-keyform engine' support for s_clientDavid Woodhouse2016-09-281-3/+3
* Fix no-ocspRichard Levitte2016-09-191-1/+6
* Refactor to avoid unnecessary preprocessor logicRichard Levitte2016-09-151-37/+9
* Reformat to fit OpenSSL source code standardsRichard Levitte2016-09-151-26/+20
* VSI submission: redirect terminal input through socketRichard Levitte2016-09-151-5/+43
* s_client: avoid warning on Windows/MS-DOS systemsViktor Szakats2016-09-131-0/+4
* fix warning about trailing commaDr. Stephen Henson2016-08-191-1/+1
* Add -dane_ee_no_namechecks s_client(1) optionViktor Dukhovni2016-08-191-1/+9
* Fix missing dane_tlsa_rrdata option error messageViktor Dukhovni2016-08-181-1/+1
* Small nits and cleanupsFdaSilvaYY2016-08-171-25/+24
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-1/+2
* Relocalise some globals variablesFdaSilvaYY2016-08-171-9/+3
* Pack globals variables used to control apps/verify_callback()FdaSilvaYY2016-08-041-15/+9
* RT4639: Typo when -DSSL_DEBUGJon Loeliger2016-07-261-1/+1
* Fix forgotten gotoRichard Levitte2016-07-191-0/+1
* Convert the last uses of sockaddr in apps/* to use BIO_ADDR insteadRichard Levitte2016-07-191-8/+18
* Disallow multiple protocol flags to s_server and s_clientMatt Caswell2016-07-081-1/+18
* Fix BN_is_prime* calls.David Benjamin2016-06-251-2/+2
* segmentation fault with 'openssl s_client -prexit -keymatexport'mmiyashita2016-06-211-1/+2
* Add a comment after some #endif at end of apps source code.FdaSilvaYY2016-06-181-1/+1
* Don't skip leading zeroes in PSK keys.Dr. Stephen Henson2016-06-121-17/+15
* RT2759: Don't read TTY when already at EOF.John Denker2016-06-121-1/+10
* Avoid memory leaks if options repeated.Rich Salz2016-06-121-5/+14
* GH1183: Fix -unix and -connect, etc., overrideRich Salz2016-06-101-45/+39
* Fix intermittent windows failures in TLSProxy testsMatt Caswell2016-05-271-0/+10
* Fix s_client/s_server waiting for stdin on WindowsMatt Caswell2016-05-271-19/+4
* Locally declare some variablesFdaSilvaYY2016-05-181-3/+3
* Few cleanups in s_client, s_server apps.FdaSilvaYY2016-05-181-23/+18