You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2021/01/18 17:17:04 UTC

svn commit: r1885661 - in /httpd/httpd/trunk: CHANGES changes-entries/auth_digest_nonce.txt

Author: ylavic
Date: Mon Jan 18 17:17:04 2021
New Revision: 1885661

URL: http://svn.apache.org/viewvc?rev=1885661&view=rev
Log:
Update CHANGES entry after r1885659 [skip ci].

Removed:
    httpd/httpd/trunk/changes-entries/auth_digest_nonce.txt
Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1885661&r1=1885660&r2=1885661&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Jan 18 17:17:04 2021
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_auth_digest: Fast validation of the nonce's base64 to fail early if
+     the format can't match anyway.  [Yann Ylavic]
+
   *) mod_xml2enc: Update check to match MIME types matching
      "+xml" rather than anything containing "xml", avoiding
      corruption of Microsoft OOXML formats.  PR 64339.