git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16611 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-19 18:13:21 +00:00
parent c2cb23d534
commit fc2dc65bcd

View File

@@ -1,4 +1,35 @@
2006-01-18 Love H<>rnquist <20>strand <lha@it.su.se>
2006-01-19 Love H<>rnquist <20>strand <lha@it.su.se>
* revoke.c: Parse and verify CRLs (simplistic).
* hxtool.c: Parse CRL info.
* data/nist-data: Change format so we can deal with CRLs, also
note the test-id from PKITS.
* data: regenerate test
* data/gen-req.sh: use static-file to generate tests
* data/static-file: new file to use for commited tests
* test_cms.in: Use static file, add --missing-crl.
2006-01-18 Love H<>rnquist <20>strand <lha@it.su.se>
* print.c: Its cRLReason, not cRLReasons.
* hxtool.c: Attach revoke context to verify context.
* data/nist-data: change syntax to make match better with crl
checks
* cert.c: Verify no certificates has been revoked with the new
revoke interface.
* Makefile.am: libhx509_la_SOURCES += revoke.c
* revoke.c: Add framework for handling CRLs.
* hx509.h: Add hx509_revoke_ctx.