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

Enable TLS-only client authentication by default #117

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2022

  1. Enable TLS-only client authentication by default

    Done to make default builds of this EST server better conform to RFC 7030 that recommend TLS-based client authentication, whereas HTTP-based authentication is optional.
    
    Extract from RFC 7030 section 3.3.2. TLS-Based Client Authentication:
    TLS client authentication is the RECOMMENDED method for identifying EST clients.  HTTP-based client authentication (Section 3.2.3) MAY be used.
    Fredrik Orderud committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    df9cfd3 View commit details
    Browse the repository at this point in the history
  2. Update tests scripts to no longer call estserver with "-o", since TLS…

    …-only client authentication is now enabled by default.
    Fredrik Orderud committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    c50ae7f View commit details
    Browse the repository at this point in the history