git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17170 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-22 12:08:19 +00:00
parent 614ecd6947
commit d4b5b1b420

View File

@@ -1,5 +1,36 @@
2006-04-22 Love H<>rnquist <20>strand <lha@it.su.se>
* hxtool-commands.in: Allow passing in pool and anchor to
signedData
* hxtool.c: Allow passing in pool and anchor to signedData
* test_cms.in: Test that certs in signed data is picked up.
* hx_locl.h: Expose the path building function to internal
functions.
* cert.c: Expose the path building function to internal functions.
* hxtool-commands.in: cms-envelope: Add support for choosing the
encryption type
* hxtool.c (cms_create_enveloped): Add support for choosing the
encryption type
* test_cms.in: Test generating des-ede3 aes-128 aes-256 enveloped
data
* crypto.c: Add names to cipher types.
* cert.c (hx509_query_match_friendly_name): fix return value
* data/gen-req.sh: generate tests for enveloped data using
des-ede3 and aes256
* test_cms.in: add tests for enveloped data using des-ede3 and
aes256
* cert.c (hx509_query_match_friendly_name): New function.
2006-04-21 Love H<>rnquist <20>strand <lha@it.su.se>