aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-22 16:11:10 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-22 16:11:10 +0200
commit092b370587ff9dd258f52206e2ec58624f1cce5d (patch)
treeb55476e19c631607e821d6ea0fcc833b70100002 /ChangeLog
parent9c7dc624ac5b251101e5f5b351ec660f67b312af (diff)
downloadlibmicrohttpd-092b370587ff9dd258f52206e2ec58624f1cce5d.tar.gz
libmicrohttpd-092b370587ff9dd258f52206e2ec58624f1cce5d.zip
undo, duplicated functionality
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 1 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e9e19071..6a057b73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,3 @@
1Mon 22 Jul 2019 11:49:03 AM CEST
2 Introduce MHD_RO_FREE_FUNCTION. -NM/CG
3
4Tue Jul 16 19:56:14 CEST 2019 1Tue Jul 16 19:56:14 CEST 2019
5 Add MHD_OPTION_HTTPS_CERT_CALLBACK2 to allow OCSP stapling 2 Add MHD_OPTION_HTTPS_CERT_CALLBACK2 to allow OCSP stapling
6 and MHD_FEATURE_HTTPS_CERT_CALLBACK2 to check for. -TR 3 and MHD_FEATURE_HTTPS_CERT_CALLBACK2 to check for. -TR
@@ -105,7 +102,7 @@ Sun Apr 21 16:40:00 MSK 2019
105 102
106Fri Apr 19 23:00:00 MSK 2019 103Fri Apr 19 23:00:00 MSK 2019
107 Rewritten SHA-256 calculations from scratch to avoid changing LGPL version; 104 Rewritten SHA-256 calculations from scratch to avoid changing LGPL version;
108 Added usage of GCC/Clang built-ins for bytes swap to significantly improve 105 Added usage of GCC/Clang built-ins for bytes swap to significantly improve
109 speed of MD5 and SHA-256 calculation on platforms with known endianness. 106 speed of MD5 and SHA-256 calculation on platforms with known endianness.
110 Added test for SHA-256 calculations. -EG 107 Added test for SHA-256 calculations. -EG
111 108