]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES.md
Remove statistics tracking from LHASH
[thirdparty/openssl.git] / CHANGES.md
index a343db2d50b52ccd3267d89d2f4241b769fcc050..d82d857782bd352ba2abf80b757b4874eb6cf4ed 100644 (file)
@@ -114,6 +114,15 @@ breaking changes, and mappings for the large list of deprecated functions.
 
 [Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod
 
+### Changes between 3.0.2 and 3.0.3
+
+ * The functions `OPENSSL_LH_stats` and `OPENSSL_LH_stats_bio` now only report
+   the `num_items`, `num_nodes` and `num_alloc_nodes` statistics. All other
+   statistics are no longer supported. For compatibility, these statistics are
+   still listed in the output but are now always reported as zero.
+
+   *Hugo Landau*
+
 ### Changes between 3.0.1 and 3.0.2 [15 mar 2022]
 
  * Fixed a bug in the BN_mod_sqrt() function that can cause it to loop forever