search for: malochia

Displaying 2 results from an estimated 2 matches for "malochia".

2007 Feb 25
0
Updated SHA256 patch
...sha256_h0[8] and sha256_k[64] (AP) - replaced memset with safe_memset - used standard types from stdint.h: (AP) - uint32 -> uint32_t - uint8 -> uint8_t - removed strings.h include - removed PACK64 and UNPACK64 (defined but not used) The updated patch can also be found at http://www.malochia.nl/dovecot/sha256.patch Kind regards, Jasper -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: sha256.patch URL: <http://dovecot.org/pipermail/dovecot/attachments/20070225/637ac28f/attachment.pl>
2007 Feb 24
2
SHA256 password patch
...sha2{.h,.c} - Code for UNROLL_LOOPS is removed - Support for SHA224,SHA384,SHA512 was removed - Functions are renamed to match those in sha1{.h,.c} - SHA256_DIGEST_SIZE is renamed to SHA256_RESULTLEN I can add safe_memset calls if requested. Patch is attached and can also be found at http://www.malochia.nl/dovecot/sha256.patch Kind regards, Jasper -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: sha256.patch URL: <http://dovecot.org/pipermail/dovecot/attachments/20070224/83e1ca4e/attachment.pl>