Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename package and executable to wolfutil | Patrick McDermott | 2020-07-20 | 10 | -52/+52 |
* | Makefile.am: Generate ChangeLog | Patrick McDermott | 2019-10-01 | 1 | -0/+10 |
* | Makefile.am: Fix copyright years | Patrick McDermott | 2019-09-30 | 1 | -1/+1 |
* | Update copyright notices | Patrick McDermott | 2019-09-05 | 8 | -7/+8 |
* | 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 |
* | README: Wrap at 72 columns, not 80 | Patrick McDermott | 2019-08-03 | 1 | -13/+13 |
* | Rename executable to wolfssl | Patrick McDermott | 2019-08-03 | 6 | -14/+14 |
* | README: Stronger by default than openssl s_client | Patrick McDermott | 2019-08-03 | 1 | -0/+13 |
* | s_client: Use wolfSSL DN check code, not extra API | Patrick McDermott | 2019-08-03 | 2 | -19/+4 |
* | README: Recommend a strong wolfSSL configuration | Patrick McDermott | 2019-08-03 | 1 | -0/+20 |
* | build: Add Organization header to announcements | Patrick McDermott | 2019-08-02 | 1 | -0/+1 |
* | build: Set GIT_DIR earlier in announce script | Patrick McDermott | 2019-08-01 | 1 | -2/+2 |
* | MD5SUMS, SHA256SUMS: Exclude from Git | Patrick McDermott | 2019-08-01 | 1 | -0/+2 |
* | build: Support announcing first version | Patrick McDermott | 2019-08-01 | 1 | -4/+6 |
* | build: Add release target | Patrick McDermott | 2019-08-01 | 2 | -1/+180 |
* | build: Save user CFLAGS | Patrick McDermott | 2019-08-01 | 1 | -1/+2 |
* | tests/aux/json.sh: Fix continue not in a loop | Patrick McDermott | 2019-08-01 | 1 | -1/+1 |
* | tests/howsmyssl.sh: New test script | Patrick McDermott | 2019-08-01 | 2 | -1/+69 |
* | tests/aux/json.sh: New file | Patrick McDermott | 2019-08-01 | 2 | -1/+404 |
* | build: Include debugging symbols in Git builds | Patrick McDermott | 2019-07-31 | 1 | -2/+5 |
* | build: Fix stray printf format specifier | Patrick McDermott | 2019-07-31 | 1 | -1/+1 |
* | Revert "build: Disable address sanitization by default" | Patrick McDermott | 2019-07-31 | 2 | -1/+43 |
* | build: Search several possible CA certificate paths | Patrick McDermott | 2019-07-31 | 1 | -12/+26 |
* | build: Make CA root certificates path configurable | Patrick McDermott | 2019-07-31 | 2 | -2/+41 |
* | build: Drop GCC version check for warnings | Patrick McDermott | 2019-07-30 | 1 | -2/+1 |
* | build: Disable address sanitization by default | Patrick McDermott | 2019-07-30 | 2 | -43/+1 |
* | README: Use name "wolfssl-util" in first sentence | Patrick McDermott | 2019-07-30 | 1 | -4/+4 |
* | README: SSL is disabled by default by wolfSSL | Patrick McDermott | 2019-07-30 | 1 | -3/+3 |
* | NEWS: I forgot article | Patrick McDermott | 2019-07-30 | 1 | -2/+2 |
* | build: Drop vestige of Gettext | Patrick McDermott | 2019-07-30 | 1 | -1/+1 |
* | 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 |
* | Revert "tests/ocsp-stapling.sh: New test script" | Patrick McDermott | 2019-07-30 | 2 | -39/+1 |
* | tests/ocsp-stapling.sh: New test script | Patrick McDermott | 2019-07-30 | 2 | -1/+39 |
* | 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 |
* | build: Use -flto | Patrick McDermott | 2019-07-30 | 1 | -1/+1 |
* | build: Use -fstack-protector-strong | Patrick McDermott | 2019-07-30 | 1 | -0/+1 |
* | build: Add more size optimization flags | Patrick McDermott | 2019-07-30 | 1 | -1/+5 |
* | 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 |
* | build: Unconditionally harden timing | Patrick McDermott | 2019-07-30 | 1 | -4/+2 |
* | build: Drop -g and -O2 from CFLAGS | Patrick McDermott | 2019-07-30 | 1 | -0/+1 |
* | s_client: Verify host | Patrick McDermott | 2019-07-30 | 2 | -1/+29 |