pkgsrc-Bugs archive

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

PR/47908 CVS commit: src/common/lib/libc/hash/sha2



The following reply was made to PR pkg/47908; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47908 CVS commit: src/common/lib/libc/hash/sha2
Date: Fri, 7 Jun 2013 18:40:34 -0400

 Module Name:   src
 Committed By:  christos
 Date:          Fri Jun  7 22:40:34 UTC 2013
 
 Modified Files:
        src/common/lib/libc/hash/sha2: sha2.c
 
 Log Message:
 PR/47908: Gary Grebus: SHA256_Transform and SHA512_Transform are called
 by openssl with unaligned buffers. All other Transforms can handle unaligned
 buffers so make these handle them too.
 XXX[1]: any better fixes are welcome
 XXX[2]: pullup-5, pullup-6
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.21 -r1.22 src/common/lib/libc/hash/sha2/sha2.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index