git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19594 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-30 17:52:37 +00:00
parent 977e13f429
commit 64242b5769

View File

@@ -1,5 +1,25 @@
2006-12-30 Love H<>rnquist <20>strand <lha@it.su.se>
* test_ca.in: test issuing self-signed and CA certificates.
* hxtool.c: Add bits to allow issuing self-signed and CA
certificates.
* hxtool-commands.in: Add bits to allow issuing self-signed and CA
certificates.
* ca.c: Add bits to allow issuing CA certificates.
* revoke.c: use new OCSPSigning.
* ca.c: Add Subject Key Identifier.
* ca.c: Add Authority Key Identifier.
* cert.c: Locally export _hx509_find_extension_subject_key_id.
Handle AuthorityKeyIdentifier where only authorityCertSerialNumber
and authorityCertSerialNumber is set.
* hxtool-commands.in: Add dnsname and rfc822 SANs.
* test_ca.in: Test dnsname and rfc822 SANs.