-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17277 FIX check-cert: Fix checking of public key size
When configuring to check the public key size of the certificate. check-cert would just ignore this configuration option. Now the checking works as expected. CMK-17764 Change-Id: Ibf64acc5ba1e90da7b7b548e85b76b481c40bd61
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[//]: # (werk v2) | ||
# check-cert: Fix checking of public key size | ||
|
||
key | value | ||
---------- | --- | ||
date | 2024-12-12T12:46:13+00:00 | ||
version | 2.4.0b1 | ||
class | fix | ||
edition | cre | ||
component | checks | ||
level | 1 | ||
compatible | yes | ||
|
||
When configuring to check the public key size of the certificate. | ||
check-cert would just ignore this configuration option. | ||
|
||
Now the checking works as expected. |
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