Fix some obvious bugs in the PKCS#7 library handling. It didn't try to
authorDr. Stephen Henson <steve@openssl.org>
Sun, 16 May 1999 00:25:36 +0000 (00:25 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 16 May 1999 00:25:36 +0000 (00:25 +0000)
commit84fa704c6f96eb22e827caadf337a590dce30adb
tree3dab829e81ff772261d98bfd4adea6c3fc290462
parenta74c55cd8f73b4ff4480a1ab425ac2d6d8df5039
Fix some obvious bugs in the PKCS#7 library handling. It didn't try to
find the right RecipientInfo based on the recipient certificate (so would
fail a lot of the time) and fixup cipher structures to correctly (maybe)
modify the AlgorithmIdentifiers.  Largely untested at present... this will be
fixed in due course. Well the stuff was broken to begin with so if its broken
now then you haven't lost anything :-)
CHANGES
crypto/evp/evp.h
crypto/evp/evp_err.c
crypto/evp/evp_lib.c
crypto/pkcs7/dec.c
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_lib.c
crypto/pkcs7/pkcs7.h
crypto/pkcs7/pkcs7err.c