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.