summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
AgeCommit message (Expand)Author
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
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-22MemorySanitizer: address false positiveEmilia Kasper
2016-02-20argv was set but unusedKurt Roeckx
2016-02-18GH681: More command help cleanupRich Salz
2016-02-17Remove JPAKERich Salz
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson
2016-02-03Refactoring BIO: Adapt s_client and s_serverRichard Levitte
2016-01-29Implement Async SSL_shutdownMatt Caswell
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-14RT4232: Extra space in help message.Rich Salz
2016-01-08Another portability fix.Rich Salz
2016-01-08Portability fix for apps/s_client.cRich Salz
2016-01-07DANE s_client supportViktor Dukhovni
2015-12-22Add ssl configuration support to s_server and s_clientDr. Stephen Henson
2015-12-15Fix s_server problem with no-ecMatt Caswell
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-12-12Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx
2015-11-24Fix grammar errorsQuanah Gibson-Mount