git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19565 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-29 15:55:03 +00:00
parent 5342f14d52
commit af6606bbb7

View File

@@ -1,5 +1,28 @@
2006-12-22 Love H<>rnquist <20>strand <lha@it.su.se> 2006-12-29 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: add ca.c, add sign-certificate tests.
* crypto.c: Add _hx509_create_signature_bitstring.
* hxtool-commands.in: Add the sign-certificate tool.
* hxtool.c: Add the sign-certificate tool.
* cert.c: Add HX509_QUERY_OPTION_KU_KEYCERTSIGN.
* hx509.h: Add hx509_ca_tbs and HX509_QUERY_OPTION_KU_KEYCERTSIGN.
* test_ca.in: Basic test of generating a pkcs10 request, signing
it and verifying the chain.
* ca.c: Naive certificate signer.
2006-12-28 Love H<>rnquist <20>strand <lha@it.su.se>
* hxtool.c: add hxtool_hex
2006-12-22 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: use top_builddir for libasn1.la * Makefile.am: use top_builddir for libasn1.la
2006-12-11 Love H<>rnquist <20>strand <lha@it.su.se> 2006-12-11 Love H<>rnquist <20>strand <lha@it.su.se>