gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 151/156: ChangeLog: updated


From: gnunet
Subject: [libmicrohttpd] 151/156: ChangeLog: updated
Date: Sun, 28 May 2023 17:53:24 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to tag v0.9.77
in repository libmicrohttpd.

commit 7a675ebcef2044724bc253f1918a23e02eb10d12
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri May 26 11:32:40 2023 +0300

    ChangeLog: updated
---
 ChangeLog | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9706f878..a2a34193 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,7 +20,10 @@ May 2023
     HTTPS tests: changed certificate hash algorithm from SHA-1 to SHA-256
     as SHA-1 is already blocked by some libs/OSes.
     W32 VS projects: supported ARM and ARM64.
-    Fixed compiler warning on x32. -EG
+    Fixed compiler warning on x32.
+    Basic Auth switched to internal Base64 implementation for better
+    checking of input data validity.
+    Removed public domain Base64 implementation. -EG
 
 April 2023
     Fixed processing of folded headers.
@@ -81,12 +84,16 @@ June 2022
     Fixed compiler warnings in main code and examples.
     Fixed data races when closing upgraded connection.
     Removed duplication of "Connection: upgrade" header. Patch by Alexander
-    Irion. -EG
+    Irion.
+    Implemented Base64 decoding with thorough checks for the input data
+    validity.
+    Added new test for Base64 decoding. -EG
 
 May 2022
     Fixed compiler warnings.
     Fixed MHD functionality with blocking sockets. Patch by Kolja Nowak.
-    Fixed possible use of uninitialised variable. -EG
+    Fixed possible use of uninitialised variable.
+    Added new test for Basic Auth. -EG
 
 April 2022
     Fixed compiler warnings.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]