Files
vault/changelog/25649.txt
Scott Miller 773911494e Compare public keys on trusted leaf certs, to prevent use of alternate certs with the same/forged serial numbers (#25649)
* Compare public keys on trusted leaf certs, to prevent use of alternate certs with the same/forged serial numbers

* changelog
2024-02-26 22:22:50 +00:00

5 lines
215 B
Plaintext

```release-note:security
auth/cert: compare public keys of trusted non-CA certificates with incoming
client certificates to prevent trusting certs with the same serial number
but not the same public/private key.
```