aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70cf457c..185b77e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2022-10-08 Jay Berkenbilt <ejb@ql.org>
+ * Fix major performance bug with the openssl crypto provider when
+ using OpenSSL 3. The legacy loader and rc4 algorithm was being
+ loaded with every call to the crypto provider instead of once in
+ the life of the program. Fixes #798.
+
* performance_check: add --test option to limit which tests are
run.