16 Jun
2007
16 Jun
'07
4:05 a.m.
On Sat, 2007-02-24 at 15:58 +0100, Jasper Slits wrote:
I made a patch against branch-1.0 for SHA256 password hashing support for Dovecot.
I finally got around to committing this. http://hg.dovecot.org/dovecot/rev/2cba4c0f3b4f
Changes made by me in Olivier's sha2{.h,.c} code:
- Prototype for sha256_transf is added to sha2.h
Why? I made it static instead.
- Support for SHA224,SHA384,SHA512 was removed
Would it be useful to support these too? I guess I don't bother until someone asks.