diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 29ac5120f..81efcf823 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,21 @@ 2006-01-19 Love Hörnquist Åstrand + * test_nist.in: Parse new format to handle CRL info. + + * test_chain.in: Add --missing-crl. + + * name.c (hx509_unparse_der_name): Rename from hx509_parse_name. + (_hx509_unparse_Name): Add. + + * hxtool-commands.in: Add --missing-crl to verify commands. + + * hx509_err.et: Add CRL errors. + + * cert.c (hx509_context_set_missing_crl): new function Add CRL + handling. + + * hx_locl.h: Add HX509_CTX_CRL_MISSING_OK. + * revoke.c: Parse and verify CRLs (simplistic). * hxtool.c: Parse CRL info.