git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19749 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-06 00:45:10 +00:00
parent 3d31299f48
commit f2c39a5dd3

View File

@@ -1,10 +1,13 @@
2007-01-06 Love H<>rnquist <20>strand <lha@it.su.se>
* rsa-imath.c: With this crt works, but something is wrong in the
key generation, so keep it turned off for now.
* test_rsa.c: Allow testing effect of key-blinding
* rsa-imath.c: Add timing info to rsa keygen.
* test_rsa.c: Add timing info to rsa keygen.
* test_rsa.c: don't include <imath/rsamath.h>
* rsa-imath.c: don't include <imath/rsamath.h>
2007-01-05 Love H<>rnquist <20>strand <lha@it.su.se>