summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
2017-02-17Updates following review feedbackMatt Caswell
2017-02-17Add the ability for s_client to send a KeyUpdate messageMatt Caswell
2017-02-15Handle negative reply for NNTP STARTTLS in s_clientRobert Scheck
2017-02-14Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck
2017-02-07apps: Add support for writing a keylog filePeter Wu
2017-02-03Add NNTP support (RFC 4642) to s_client ("-starttls nntp")Robert Scheck
2017-01-30Miscellaneous style tweaks based on feedback receivedMatt Caswell
2017-01-30Update the s_client -sess_out feature to work for TLSv1.3Matt Caswell
2017-01-25Fix a few double ;FdaSilvaYY
2017-01-25s_client: Better response success check for CONNECTRichard Levitte
2016-11-18Avoid warnings like unused enum value (as suggested by Rich Salz)Robert Scheck
2016-11-18Shift inside of switch back one level (code style change, as requested by Ric...Robert Scheck
2016-11-18Add LMTP support (RFC 2033) to s_client ("-starttls lmtp")Robert Scheck
2016-11-15Revert "Remove heartbeats completely"Richard Levitte
2016-11-15Remove heartbeats completelyRichard Levitte
2016-11-12Update s_client and s_server documentation about some missing argumentsEasySec
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-17Add Postgres support to -starttlsValentin Vidic
2016-10-14Constify command optionsFdaSilvaYY
2016-10-01fix memory leakDr. Stephen Henson
2016-09-28Restore '-keyform engine' support for s_clientDavid Woodhouse
2016-09-19Fix no-ocspRichard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-09-15Reformat to fit OpenSSL source code standardsRichard Levitte
2016-09-15VSI submission: redirect terminal input through socketRichard Levitte
2016-09-13s_client: avoid warning on Windows/MS-DOS systemsViktor Szakats
2016-08-19fix warning about trailing commaDr. Stephen Henson
2016-08-19Add -dane_ee_no_namechecks s_client(1) optionViktor Dukhovni
2016-08-18Fix missing dane_tlsa_rrdata option error messageViktor Dukhovni
2016-08-17Small nits and cleanupsFdaSilvaYY
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-17Relocalise some globals variablesFdaSilvaYY
2016-08-04Pack globals variables used to control apps/verify_callback()FdaSilvaYY
2016-07-26RT4639: Typo when -DSSL_DEBUGJon Loeliger
2016-07-19Fix forgotten gotoRichard Levitte
2016-07-19Convert the last uses of sockaddr in apps/* to use BIO_ADDR insteadRichard Levitte
2016-07-08Disallow multiple protocol flags to s_server and s_clientMatt Caswell
2016-06-25Fix BN_is_prime* calls.David Benjamin
2016-06-21segmentation fault with 'openssl s_client -prexit -keymatexport'mmiyashita
2016-06-18Add a comment after some #endif at end of apps source code.FdaSilvaYY
2016-06-12Don't skip leading zeroes in PSK keys.Dr. Stephen Henson
2016-06-12RT2759: Don't read TTY when already at EOF.John Denker
2016-06-12Avoid memory leaks if options repeated.Rich Salz
2016-06-10GH1183: Fix -unix and -connect, etc., overrideRich Salz
2016-05-27Fix intermittent windows failures in TLSProxy testsMatt Caswell
2016-05-27Fix s_client/s_server waiting for stdin on WindowsMatt Caswell
2016-05-18Locally declare some variablesFdaSilvaYY
2016-05-18Few cleanups in s_client, s_server apps.FdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz