diff --git a/COPYRIGHT.md b/COPYRIGHT.md index e3f4c36..c0627c6 100644 --- a/COPYRIGHT.md +++ b/COPYRIGHT.md @@ -2,7 +2,7 @@ # Copyright * Copyright © 2007-2013 ETH Zurich -* Copyright © 2007-2023 Matteo Corti +* Copyright © 2007-2024 Matteo Corti with the following individuals added to the list of contributing authors diff --git a/ChangeLog b/ChangeLog index eeee15e..ceb251f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-01-14 Matteo Corti + + * check_ssl_cert: Added support for SIPS + 2023-12-11 Matteo Corti * check_ssl_cert: Corrected a function name causing a crash with OCSP checks and -verbose diff --git a/README.md b/README.md index d7a411c..902609d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # check\_ssl\_cert © Matteo Corti, ETH Zurich, 2007-2012. - © Matteo Corti, 2007-2023. + © Matteo Corti, 2007-2024. see [AUTHORS.md](AUTHORS.md) for the complete list of contributors diff --git a/check_ssl_cert b/check_ssl_cert index 9ebb5a1..8848c29 100755 --- a/check_ssl_cert +++ b/check_ssl_cert @@ -8,7 +8,7 @@ # See the INSTALL.md file for installation instructions # # Copyright (c) 2007-2012 ETH Zurich -# Copyright (c) 2007-2023 Matteo Corti +# Copyright (c) 2007-2024 Matteo Corti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by