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

2009-06-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 25 14:05:18 UTC 2009 Modified Files: src/common/lib/libc/hash/sha2: sha2.c Log Message: Fix initialisation of SHA224. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/common/lib/libc/hash/sha2/sha2.c Ple

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

2009-06-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 11 18:46:37 UTC 2009 Modified Files: src/common/lib/libc/hash/sha2: sha2.c Log Message: Simplify by using sys/endian.h functions. Fixes Big Endian case for SHA2. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2009-06-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 11 19:02:04 UTC 2009 Modified Files: src/common/lib/libc/hash/sha2: sha2.c Log Message: De-uglify: - drop useless asserts - use uintXX_t directly - use NULL To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src

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

2009-06-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 11 19:05:17 UTC 2009 Modified Files: src/common/lib/libc/hash/sha2: sha2.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/common/lib/libc/hash/sha2/sha2.c Please note that diffs are no

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

2009-06-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 11 20:35:29 UTC 2009 Modified Files: src/common/lib/libc/hash/sha2: sha2.c Log Message: - fix sha224 functions that used sha256 ctx, and add casts. - fix sha224 function lengths. - wrap long lines - use NULL - fix whites

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

2009-06-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 11 20:43:00 UTC 2009 Modified Files: src/common/lib/libc/hash/sha2: sha2.c Log Message: use memcpy for bitcount writes to the buffer to avoid type punning issues. To generate a diff of this commit: cvs rdiff -u -r1.12

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

2009-06-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 11 22:40:42 UTC 2009 Modified Files: src/common/lib/libc/hash/sha2: sha2.c Log Message: Provide fallback definitions of be[32|64]toh and htobe[32|64] for systems without sys/endian.h. To generate a diff of this commit: cv

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

2009-06-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 14 14:04:07 UTC 2009 Modified Files: src/common/lib/libc/hash/sha2: sha2.c Log Message: Fix copy&paste errors To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/common/lib/libc/hash/sha2/sha2.c Please not

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

2009-06-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jun 19 05:09:09 UTC 2009 Modified Files: src/common/lib/libc/hash/sha2: sha2.c Log Message: - move #include inside #if defined(_KERNEL) section where it's actually required - add XXX comments that notes is required for va

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

2010-01-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Jan 24 21:11:18 UTC 2010 Modified Files: src/common/lib/libc/hash/sha2: sha2.c Log Message: Fix unaligned access in *_Final for SHA224/SHA256/SHA384. Remaining part of PR 42273. Tested by snj. To generate a diff of this commi

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

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-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