vault/changelog/31232.txt
Steven Clark d9aa82470e
Add digest OID to PKCS7/SCEP digest failure logs (#31232)
* Add digest OID to PKCS7/SCEP digest failure logs

 - To help debugging in the future without requiring a full packet capture
   lets add the digest oid that we used to select the hashing algorithm that
   led to the digmest mismatch

* Add cl

* Fix type in CL header
2025-07-09 10:54:12 -04:00

4 lines
106 B
Plaintext

```release-note:improvement
secrets/pki: Add the digest OID when logging SCEP digest mismatch errors.
```