git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17084 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-15 12:55:24 +00:00
parent ff19333faa
commit ae845fd57e

View File

@@ -1,3 +1,25 @@
2006-04-15 Love H<>rnquist <20>strand <lha@it.su.se>
* crypto.c: Add SHA256 support, and symbols for the other new
SHA-2 types.
2006-04-14 Love H<>rnquist <20>strand <lha@it.su.se>
* test_cms.in: test rc2-40 rc2-64 rc2-128 enveloped data
* data/test-enveloped-rc2-{40,64,128}: add tests cases for rc2
* cms.c: Update prototypes changes for hx509_crypto_[gs]et_params.
* crypto.c: Break out the parameter handling code for encrypting
data to handle RC2. Needed for Windows 2k pk-init support.
2006-04-04 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: Split libhx509_la_SOURCES into build file and
distributed files so we can avoid building prototypes for
build-files.
2006-04-03 Love H<>rnquist <20>strand <lha@it.su.se>
* TODO: split certificate request into pkcs10 and CRMF