You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/10/16 22:35:15 UTC

DO NOT REPLY [Bug 23871] New: - ap_SHA1 broken on 64-bit

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23871>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23871

ap_SHA1 broken on 64-bit

           Summary: ap_SHA1 broken on 64-bit
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: william@25thandClement.com


AP_LONG in include/ap_sha1.h assumes a 32-bit long. This breaks SHA-1 on 64-bit
platforms.

Similarly, UINT4 in ap_md5.h assumes a 32-bit int, which could lead to similar
problems (not verified, however).

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org