Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build, s_client: Support certificates file | Patrick McDermott | 2020-08-08 | 1 | -1/+2 |
* | s_client: Enable wolfSSL debug msgs if not quiet | Patrick McDermott | 2020-08-07 | 1 | -1/+6 |
* | Rename package and executable to wolfutil | Patrick McDermott | 2020-07-20 | 4 | -13/+13 |
* | Update copyright notices | Patrick McDermott | 2019-09-05 | 3 | -3/+3 |
* | s_client: Don't save wolfSSL_get_error() value | Patrick McDermott | 2019-08-04 | 1 | -2/+1 |
* | s_client: Merge assignment and conditional | Patrick McDermott | 2019-08-04 | 1 | -2/+1 |
* | s_client: Merge more conditionals | Patrick McDermott | 2019-08-04 | 1 | -15/+11 |
* | s_client: Make a NULL condition explicit | Patrick McDermott | 2019-08-04 | 1 | -1/+1 |
* | s_client: Don't manually enable curves | Patrick McDermott | 2019-08-03 | 1 | -96/+0 |
* | Rename executable to wolfssl | Patrick McDermott | 2019-08-03 | 1 | -1/+1 |
* | s_client: Use wolfSSL DN check code, not extra API | Patrick McDermott | 2019-08-03 | 1 | -18/+4 |
* | build: Make CA root certificates path configurable | Patrick McDermott | 2019-07-31 | 1 | -2/+6 |
* | Revert "s_client: Enable secure renegotiation" | Patrick McDermott | 2019-07-30 | 1 | -7/+1 |
* | s_client: Enable secure renegotiation | Patrick McDermott | 2019-07-30 | 1 | -1/+7 |
* | s_client: Enable OCSP stapling | Patrick McDermott | 2019-07-30 | 1 | -0/+11 |
* | s_client: Enable OCSP before CRL | Patrick McDermott | 2019-07-30 | 1 | -4/+4 |
* | s_client: Require HAVE_CRL_IO for CRL | Patrick McDermott | 2019-07-30 | 1 | -1/+1 |
* | s_client: Enable CRL | Patrick McDermott | 2019-07-30 | 1 | -0/+4 |
* | s_client: Play some golf | Patrick McDermott | 2019-07-30 | 1 | -29/+11 |
* | s_client: Simplify error handling | Patrick McDermott | 2019-07-30 | 1 | -30/+18 |
* | s_client: Verify host | Patrick McDermott | 2019-07-30 | 1 | -0/+28 |
* | s_client: Disable SSLv3, TLSv1.0, and TLSv1.1 | Patrick McDermott | 2019-07-30 | 1 | -1/+1 |
* | s_client: Use supported curves | Patrick McDermott | 2019-07-29 | 1 | -0/+103 |
* | s_client: Fix socket FD issues | Patrick McDermott | 2019-07-29 | 1 | -1/+2 |
* | s_client: Vertically align assignments | Patrick McDermott | 2019-07-29 | 1 | -5/+5 |
* | s_client: Slightly refactor socket connection func | Patrick McDermott | 2019-07-29 | 1 | -5/+5 |
* | s_client: Poll, read, and write FDs | Patrick McDermott | 2019-07-29 | 1 | -0/+88 |
* | s_client: Open and connect socket | Patrick McDermott | 2019-07-29 | 1 | -0/+54 |
* | main(): Use EXIT_FAILURE instead of 1 | Patrick McDermott | 2019-07-29 | 1 | -1/+2 |
* | s_client: Add option parsing and wolfSSL init | Patrick McDermott | 2019-07-29 | 1 | -1/+109 |
* | s_client: Stub | Patrick McDermott | 2019-07-28 | 4 | -2/+76 |
* | Initial commit | Patrick McDermott | 2019-07-28 | 2 | -0/+28 |