Files
vault/changelog/24193.txt
Steven Clark bcbd45b380 Handle expired OCSP responses from server (#24193)
* Handle expired OCSP responses from server

 - If a server replied with what we considered an expired OCSP response (nextUpdate is now or in the past), and it was our only response we would panic due to missing error handling logic.

* Add cl
2023-11-20 10:51:03 -05:00

4 lines
90 B
Plaintext

```release-note:bug
auth/cert: Handle errors related to expired OCSP server responses
```