git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17076 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-15 07:55:50 +00:00
parent 2d55449313
commit 8c5526e110

View File

@@ -1,4 +1,16 @@
2006-04-14 Love H<>rnquist <20>strand <lha@it.su.se>
2006-04-15 Love H<>rnquist <20>strand <lha@it.su.se>
* evp.h: Add SHA-256 symbols.
* evp.c: Add SHA-256.
* sha.h: Add SHA-256 symbols.
* mdtest.c: Test SHA-256.
* sha256.c: Inital (naive) SHA-256 implementation.
2006-04-14 Love H<>rnquist <20>strand <lha@it.su.se>
* des.c (DES_cfb64_encrypt): add asserts that the *num pointers is
>= 0, because if it is, its a programmer error.