-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
229873f
commit 64b12f6
Showing
8 changed files
with
33 additions
and
10 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 |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2022-09-01 Matteo Corti <[email protected]> | ||
|
||
* check_ssl_cert (main): follow redirects when checking HSTS | ||
|
||
2022-08-31 Matteo Corti <[email protected]> | ||
|
||
* check_ssl_cert (fetch_certificate): parsing 'excessive message size' errors | ||
|
||
2022-08-25 Matteo Corti <[email protected]> | ||
|
||
* check_ssl_cert (extract_cert_attribute): Parse UTF-8 attributes (e.g., Location, ...) | ||
|
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
Fixed the parsing of the signature algorithm | ||
* Fixed the parsing of UTF-8 certificate subjects | ||
* Better OpenSSL error handling | ||
* Fixed the HSTS check |
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 |
---|---|---|
@@ -1 +1 @@ | ||
2.40.0 | ||
2.41.0 |
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
%global version 2.40.0 | ||
%global version 2.41.0 | ||
%global release 0 | ||
%global sourcename check_ssl_cert | ||
%global packagename nagios-plugins-check_ssl_cert | ||
|
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT | |
%endif | ||
|
||
%changelog | ||
* Thu Sep 1 2022 Matteo Corti <[email protected]> - 2.41.0-0 | ||
- Updated to 2.41.0 | ||
|
||
* Wed Aug 24 2022 Matteo Corti <[email protected]> - 2.40.0-0 | ||
- Updated to 2.40.0 | ||
|
||
|