git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16974 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-03 05:18:50 +00:00
parent 49cd3f86ca
commit aeeed9cab8
2 changed files with 19 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
2006-03-07 Love H<>rnquist <20>strand <lha@it.su.se>
2006-04-03 Love H<>rnquist <20>strand <lha@it.su.se>
* rsa.c: Implement i2d_RSAPublicKey
* rsa.h: Add i2d_RSAPublicKey
2006-03-07 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: EVP interface depends on dlopen, add it to LIBFLAGS

View File

@@ -1,5 +1,16 @@
2006-04-02 Love H<>rnquist <20>strand <lha@it.su.se>
2006-04-03 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* hxtool-commands.in: Add pkcs10-create command.
* hx509.h: Add hx509_request.