git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18087 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-15 05:59:46 +00:00
parent 41e00c0c70
commit 6168bc80da

View File

@@ -1,3 +1,12 @@
2006-09-15 Love H<>rnquist <20>strand <lha@it.su.se>
* cert.c: Add a strict rfc3280 verification flag. rfc3280 requires
certificates to have KeyUsage.keyCertSign if they are to be used
for signing of certificates, but the step in the verifiation is
optional.
* hxtool.c: Improve printing and error reporting.
2006-09-13 Love H<>rnquist <20>strand <lha@it.su.se>
* test_crypto.in,Makefile.am,data/bleichenbacher-{bad,good}.pem: