aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* Use OPENSSL_hexchar2intRich Salz2016-05-161-7/+4
* Use app_malloc; two missing cases.Rich Salz2016-05-161-1/+1
* Handle no async jobs in libsslMatt Caswell2016-05-051-0/+5
* Fix missing break in option parsingMatt Caswell2016-04-211-0/+1
* Fix the no-nextprotoneg optionMatt Caswell2016-04-111-0/+2
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-28/+39
* Fix no-ocspMatt Caswell2016-04-061-0/+8
* Fix no-sockMatt Caswell2016-03-211-0/+4
* GH886: CONNECT should use HTTP/1.1Rich Salz2016-03-201-1/+1
* Fix no-dgramMatt Caswell2016-03-181-3/+10
* Remove Netware and OS/2Rich Salz2016-03-171-16/+3
* Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival2016-03-111-1/+1
* check reviewer --reviewer=emiliaRob Percival2016-03-101-6/+9
* check reviewer --reviewer=emiliaRob Percival2016-03-101-6/+6
* Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx2016-03-091-19/+30
* Minor improvement to formatting of SCT output in s_clientRob Percival2016-03-091-5/+10
* Do not display a CT log error message if CT validation is disabledRob Percival2016-03-091-2/+12
* Treat boolean functions as booleansRob Percival2016-03-091-1/+1
* GH787: Fix ALPNTodd Short2016-03-081-2/+2
* Fix s_server/s_client handling of the split_send_frag argumentMatt Caswell2016-03-071-2/+5
* Add documentation for new s_server/s_client optionsMatt Caswell2016-03-071-1/+1
* Ensure s_client and s_server work when read_ahead is setMatt Caswell2016-03-071-1/+1
* Add an ability to set the SSL read buffer sizeMatt Caswell2016-03-071-1/+11
* Add pipeline support to s_server and s_clientMatt Caswell2016-03-071-1/+33
* ISSUE 43: Add BIO_sock_shutdownRich Salz2016-03-071-4/+4
* Extends s_client to allow a basic CT policy to be enabledRob Percival2016-03-041-0/+57
* RT2275: use BIO_sock_nbio()Rich Salz2016-02-271-12/+2
* Remove unused parameters from internal functionsRich Salz2016-02-221-3/+2
* MemorySanitizer: address false positiveEmilia Kasper2016-02-221-0/+16
* argv was set but unusedKurt Roeckx2016-02-201-1/+2
* GH681: More command help cleanupRich Salz2016-02-181-22/+35
* Remove JPAKERich Salz2016-02-171-26/+5
* Make sure to use unsigned char for is*() functionsRichard Levitte2016-02-141-5/+5
* Auto init/deinit libcryptoMatt Caswell2016-02-091-4/+0
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-081-15/+1
* Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson2016-02-081-1/+1
* Refactoring BIO: Adapt s_client and s_serverRichard Levitte2016-02-031-22/+95
* Implement Async SSL_shutdownMatt Caswell2016-01-291-2/+23
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-3/+2
* Support disabling any or all TLS or DTLS versionsViktor Dukhovni2016-01-191-14/+31
* RT4232: Extra space in help message.Rich Salz2016-01-141-11/+1
* Another portability fix.Rich Salz2016-01-081-1/+1
* Portability fix for apps/s_client.cRich Salz2016-01-081-13/+16
* DANE s_client supportViktor Dukhovni2016-01-071-2/+222
* Add ssl configuration support to s_server and s_clientDr. Stephen Henson2015-12-221-1/+15