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

2013-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 9 19:46:57 UTC 2013 Modified Files: src/common/lib/libc/hash/sha2: sha2.c Log Message: no need for the local defs of he enc functions; compat_defs.h provides them. To generate a diff of this commit: cvs rdiff -u -r1.2

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

2013-06-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 9 02:58:58 UTC 2013 Modified Files: src/common/lib/libc/hash/sha2: sha2.c Log Message: Use be{32,64}enc, suggested by joerg. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/common/lib/libc/hash/sha2/

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

2013-06-07 Thread Christos Zoulas
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