From aeeed9cab8765645a4235dc751c505b5d1c730f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 3 Apr 2006 05:18:50 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16974 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/ChangeLog | 8 +++++++- lib/hx509/ChangeLog | 13 ++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 0530ed15b..b26044086 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,4 +1,10 @@ -2006-03-07 Love Hörnquist Åstrand +2006-04-03 Love Hörnquist Åstrand + + * rsa.c: Implement i2d_RSAPublicKey + + * rsa.h: Add i2d_RSAPublicKey + +2006-03-07 Love Hörnquist Åstrand * Makefile.am: EVP interface depends on dlopen, add it to LIBFLAGS diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index a13a22d53..c77696ad3 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,16 @@ -2006-04-02 Love Hörnquist Åstrand +2006-04-03 Love Hörnquist Åstrand + * name.c (hx509_parse_name): new function. + + * hxtool.c (pkcs10_create): implement + + * hxtool-commands.in (pkcs10-create): Add arguments + + * crypto.c: Add _hx509_private_key2SPKI and support + functions (only support RSA for now). + +2006-04-02 Love Hörnquist Åstrand + * hxtool-commands.in: Add pkcs10-create command. * hx509.h: Add hx509_request.