summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
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
2016-05-16Use OPENSSL_hexchar2intRich Salz
2016-05-16Use app_malloc; two missing cases.Rich Salz
2016-05-05Handle no async jobs in libsslMatt Caswell
2016-04-21Fix missing break in option parsingMatt Caswell
2016-04-11Fix the no-nextprotoneg optionMatt Caswell
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-06Fix no-ocspMatt Caswell
2016-03-21Fix no-sockMatt Caswell
2016-03-20GH886: CONNECT should use HTTP/1.1Rich Salz
2016-03-18Fix no-dgramMatt Caswell
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-11Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-09Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx
2016-03-09Minor improvement to formatting of SCT output in s_clientRob Percival