diff --git a/README b/README --- a/README +++ b/README @@ -97,6 +97,18 @@ Beginning with the krb5-1.18 release, all support for single-DES encryption types has been removed. +Major changes in 1.22.1 (2025-08-20) +------------------------------------ + +This is a bug fix release. + +* Fix a vulnerability in GSS MIC verification [CVE-2025-57736]. + +krb5-1.22.1 changes by ticket ID +-------------------------------- + +9181 verify_mic_v3 broken in 1.22 + Major changes in 1.22 (2025-08-05) ---------------------------------- @@ -383,6 +395,7 @@ Roland Dowdeswell Ken Dreyer Dorian Ducournau + Francis Dupont Viktor Dukhovni Jason Edgecombe Mark Eichin diff --git a/doc/html/_sources/appdev/refs/api/krb5_set_password_using_ccache.rst.txt b/doc/html/_sources/appdev/refs/api/krb5_set_password_using_ccache.rst.txt --- a/doc/html/_sources/appdev/refs/api/krb5_set_password_using_ccache.rst.txt +++ b/doc/html/_sources/appdev/refs/api/krb5_set_password_using_ccache.rst.txt @@ -67,7 +67,7 @@ .. note:: - If *change_password_for* is set to NULL, the change is performed on the default principal in *ccache* . If *change_password_for* is non null, the change is performed on the specified principal. + If *change_password_for* is set to NULL, the change is performed on the default principal in *ccache* . If *change_password_for* is nonnull, the change is performed on the specified principal. diff --git a/doc/html/_static/documentation_options.js b/doc/html/_static/documentation_options.js --- a/doc/html/_static/documentation_options.js +++ b/doc/html/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '1.22-final', + VERSION: '1.22.1', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/doc/html/about.html b/doc/html/about.html --- a/doc/html/about.html +++ b/doc/html/about.html @@ -9,7 +9,7 @@ - + @@ -131,7 +131,7 @@