summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
2017-04-03Print CA names in s_server, add -requestCAfile to s_clientDr. Stephen Henson
2017-04-03Add requestCAfile optionDr. Stephen Henson
2017-03-30apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.Andy Polyakov
2017-03-30Fix s_client early data indicatorMatt Caswell
2017-03-14Fix a -Wsign-compare warningBenjamin Kaduk
2017-03-04apps/s_client.c: harden ldap_ExtendedResponse_parse.Andy Polyakov
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell
2017-03-02Updates to s_server and s_client for the latest early_data API changesMatt Caswell
2017-03-02Tighten sanity checks when calling early data functionsMatt Caswell
2017-03-02Get s_client to report on whether early data was accepted or notMatt Caswell
2017-03-02Add an option to s_client to send early_dataMatt Caswell
2017-03-02Add LDAP support (RFC 4511) to s_client ("-starttls ldap")Robert Scheck
2017-02-28Remove some commented out code in the appsMatt Caswell
2017-02-21Provided support for the -nameopt flag in s_client, s_server and s_timeDmitry Belyavskiy
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