summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-03-22 11:59:36 +0100
committerTomas Mraz <tomas@openssl.org>2022-03-28 09:45:39 +0200
commit77d7b6eebb411fdb2c3d1390ac779300757aa9dc (patch)
tree38d6f14de184f9c88c3d4ba6566b470bdbaec179 /CHANGES.md
parentSize of random output is now a long, also added option to select chunk size (diff)
downloadopenssl-77d7b6eebb411fdb2c3d1390ac779300757aa9dc.tar.xz
openssl-77d7b6eebb411fdb2c3d1390ac779300757aa9dc.zip
Remove statistics tracking from LHASH
Fixes #17928. Supercedes #17931. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17935)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a343db2d50..d82d857782 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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