summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build, s_client: Support certificates filePatrick McDermott2020-08-081-1/+2
* s_client: Enable wolfSSL debug msgs if not quietPatrick McDermott2020-08-071-1/+6
* Rename package and executable to wolfutilPatrick McDermott2020-07-204-13/+13
* Update copyright noticesPatrick McDermott2019-09-053-3/+3
* s_client: Don't save wolfSSL_get_error() valuePatrick McDermott2019-08-041-2/+1
* s_client: Merge assignment and conditionalPatrick McDermott2019-08-041-2/+1
* s_client: Merge more conditionalsPatrick McDermott2019-08-041-15/+11
* s_client: Make a NULL condition explicitPatrick McDermott2019-08-041-1/+1
* s_client: Don't manually enable curvesPatrick McDermott2019-08-031-96/+0
* Rename executable to wolfsslPatrick McDermott2019-08-031-1/+1
* 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