-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PKI: Do not read revoked certificates if CRL is disabled (#17384)
* PKI: Do not read revoked certificates if CRL is disabled - Restore the prior behavior of not reading in all revoked certificates if the CRL has been disabled. * Remove incorrect comment text copied from 1.12 * Add cl
- Loading branch information
1 parent
4624c4d
commit 0c2f920
Showing
2 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:bug | ||
secrets/pki: Do not read revoked certificates from backend when CRL is disabled | ||
``` |