Files
vault/changelog/27696.txt
Steven Clark 054f5b182a Return the proper serial number in OCSP verification errors (#27696)
* Return the proper serial number in OCSP verification errors

 - We returned the issuer's certificate number instead of the serial
   number of the actual certificate we validated from an OCSP request.

 - The problematic serial number within the error are never shown
   currently in Vault. The only user of this library is cert-auth
   which swallows errors around revoked certificates and returns
   a boolean false instead of the actual error message.

* Add cl

* Use previously formatted serial in error msg
2024-07-09 09:03:34 -04:00

4 lines
126 B
Plaintext

```release-note:bug
auth/cert: Use subject's serial number, not issuer's within error message text in OCSP request errors
```