Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to CavemanTcpClient for server side validation only (non mutual TLS) #17

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 22, 2023

  1. Add CavemanTcpClient constructor to allow setting SSL without providi…

    …ng client certificate. If SSL gets enabled, then an empty X509Certificate2Collection is passed during authenticate as client.
    wtarr committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    f77c029 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. if only valid ssl certifcates are acceptable, add a callback to captu…

    …re and log any ssl policy errors
    wtarr committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7c3eeb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Add some enhanced logging for certificate errors occurring during con…

    …nection initialisation.
    wtarr committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a9f1c9f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Add separate option to allow disabling online revocation checking dur…

    …ing the authentication phase
    wtarr committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a983ba6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    e42faeb View commit details
    Browse the repository at this point in the history