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

authorize: allow client certificate intermediates #4451

Merged
merged 1 commit into from
Aug 10, 2023

Commits on Aug 9, 2023

  1. authorize: allow client certificate intermediates

    Update the isValidClientCertificate() method to consider any
    client-supplied intermediate certificates. Previously, in order to trust
    client certificates issued by an intermediate CA, users would need to
    include that intermediate CA's certificate directly in the client_ca
    setting. After this change, only the trusted root CA needs to be set: as
    long as the client can supply a set of certificates that chain back to
    this trusted root, the client's certificate will validate successfully.
    
    Rework the previous CRL checking logic to now consider CRLs for all
    issuers in the verified chains.
    kenjenkins committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ae8b639 View commit details
    Browse the repository at this point in the history