git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20941 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-06 20:57:18 +00:00
parent 9e01858ba1
commit e133dc6209

View File

@@ -1,3 +1,25 @@
2007-06-06 Love H<>rnquist <20>strand <lha@it.su.se>
* test_cms.in: Test cms peer-alg.
* crypto.c (rsa_create_signature): make oid_id_pkcs1_rsaEncryption
mean rsa-with-sha1 but oid oid_id_pkcs1_rsaEncryption in algorithm
field. XXX should probably use another algorithmIdentifier for
this.
* peer.c: Make free function return void.
* cms.c (hx509_cms_create_signed_1): Use hx509_peer_info to select
the signature algorithm too.
* hxtool-commands.in: Add cms-create-sd --peer-alg.
* req.c: Use _hx509_crypto_default_sig_alg.
* test_windows.in: Create crl, because everyone needs one.
* Makefile.am: add wcrl.crl
2007-06-05 Love H<>rnquist <20>strand <lha@it.su.se>
* hx_locl.h: Disable KEYCHAIN for now, its slow.