summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* s_client: Use wolfSSL DN check code, not extra APIPatrick McDermott2019-08-031-18/+4
* build: Make CA root certificates path configurablePatrick McDermott2019-07-311-2/+6
* Revert "s_client: Enable secure renegotiation"Patrick McDermott2019-07-301-7/+1
* s_client: Enable secure renegotiationPatrick McDermott2019-07-301-1/+7
* s_client: Enable OCSP staplingPatrick McDermott2019-07-301-0/+11
* s_client: Enable OCSP before CRLPatrick McDermott2019-07-301-4/+4
* s_client: Require HAVE_CRL_IO for CRLPatrick McDermott2019-07-301-1/+1
* s_client: Enable CRLPatrick McDermott2019-07-301-0/+4
* s_client: Play some golfPatrick McDermott2019-07-301-29/+11
* s_client: Simplify error handlingPatrick McDermott2019-07-301-30/+18
* s_client: Verify hostPatrick McDermott2019-07-301-0/+28
* s_client: Disable SSLv3, TLSv1.0, and TLSv1.1Patrick McDermott2019-07-301-1/+1
* s_client: Use supported curvesPatrick McDermott2019-07-291-0/+103
* s_client: Fix socket FD issuesPatrick McDermott2019-07-291-1/+2
* s_client: Vertically align assignmentsPatrick McDermott2019-07-291-5/+5
* s_client: Slightly refactor socket connection funcPatrick McDermott2019-07-291-5/+5
* s_client: Poll, read, and write FDsPatrick McDermott2019-07-291-0/+88
* s_client: Open and connect socketPatrick McDermott2019-07-291-0/+54
* main(): Use EXIT_FAILURE instead of 1Patrick McDermott2019-07-291-1/+2
* s_client: Add option parsing and wolfSSL initPatrick McDermott2019-07-291-1/+109
* s_client: StubPatrick McDermott2019-07-284-2/+76
* Initial commitPatrick McDermott2019-07-282-0/+28