From: Jim Jagielski Date: Thu, 15 Apr 2004 23:32:50 +0000 (+0000) Subject: Note revised directive X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83f8051bdd049d683c60196515ed43598b2e600d;p=thirdparty%2Fapache%2Fhttpd.git Note revised directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103402 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 16c524714d3..52e0451bd62 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -2,9 +2,10 @@ Changes with Apache 1.3.31 *) SECURITY: CAN-2003-0987 (cve.mitre.org) Verification as to whether the nonce returned in the client response - is one we issued ourselves by means of a AuthNonce secret exposed as an - md5(). See mod_digest documentation for more details. The experimental - mod_auth_digest.c does not have this issue. [Dirk-Willem van Gulik] + is one we issued ourselves by means of a AuthDigestRealmSeed secret + exposed as an md5(). See mod_digest documentation for more details. + The experimental mod_auth_digest.c does not have this issue. + [Dirk-Willem van Gulik] Changes with Apache 1.3.30