From 041638c844528f2071a08332e397be0bc3318bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 25 Jun 2007 19:47:02 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21320 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 8dc430802..b4683cb98 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,11 @@ 2007-06-25 Love Hörnquist Åstrand + * cms.c: Use hx509_crypto_random_iv. + + * crypto.c: Split out the iv creation from hx509_crypto_encrypt + since _hx509_pbe_encrypt needs to use the iv from the s2k + function. + * test_cert.in: Test PEM and DER FILE writing functionallity. * ks_file.c: Add writing DER certificates.