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

Fix OCSP verification of requests hashes #4537

Merged

Commits on Aug 10, 2023

  1. Fix OCSP verification of requests hashes

    OCSP requests have the certificate serial number, the hash of CA DN and
    the hash of the CA public key. According to the specification, in order
    to recognise a request both hashes have to match but the current implementation
    was verifying only the public key hash.
    
    This commit add a check on the other hash of the request.
    fmarco76 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    de39759 View commit details
    Browse the repository at this point in the history