git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16512 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-10 05:50:37 +00:00
parent 04972f2f5b
commit 4aa87b6a5e

View File

@@ -1,4 +1,16 @@
2006-01-09 Love H<>rnquist <20>strand <lha@it.su.se>
2006-01-10 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am (check_PROGRAMS): add test_hmac
* test_hmac.c: Simple regression test for HMAC.
* hmac.c: Make hmac work.
* evp.c: return the right blocksize for digests.
2006-01-09 Love H<>rnquist <20>strand <lha@it.su.se>
* test_engine_dso.c: Add test for DH.
* dh.c: Add DH_new_method, add ENGINE refcounting.