summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
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
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival
2016-03-09Treat boolean functions as booleansRob Percival
2016-03-08GH787: Fix ALPNTodd Short
2016-03-07Fix s_server/s_client handling of the split_send_frag argumentMatt Caswell
2016-03-07Add documentation for new s_server/s_client optionsMatt Caswell
2016-03-07Ensure s_client and s_server work when read_ahead is setMatt Caswell
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Add pipeline support to s_server and s_clientMatt Caswell
2016-03-07ISSUE 43: Add BIO_sock_shutdownRich Salz
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival
2016-02-27RT2275: use BIO_sock_nbio()Rich Salz