]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - NEWS
Use new support for SPDX check exclusions
[kerberos/krb5-strength.git] / NEWS
diff --git a/NEWS b/NEWS
index ecd9377558bc6ade7af3163ff2425ffce5d4afde..c127ce141485ce2272a53bace3f2dc9b7a58b0f6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,21 @@
                     User-Visible krb5-strength Changes
 
-krb5-strength 3.3 (unreleased)
+krb5-strength 3.3 (2023-12-25)
 
     heimdal-history now requires the Perl modules Const::Fast and
     JSON::MaybeXS instead of Readonly and JSON.
 
+    Increase hash iterations for heimdal-history by about 10% to maintain
+    the time required for a password hash at about 0.1 seconds on not
+    horribly modern hardware.  This will affect newly-stored history
+    entries but will not invalidate existing password history entries.
+
+    Explicitly erase the copy of the password made in the Heimdal plugin
+    before freeing memory.
+
+    Add a spec file for building RPMs, contributed by Daria Phoebe
+    Brashear.
+
     Update to rra-c-util 10.5:
 
     * Assume a working snprintf rather than supplying a replacement.