Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data.

Containts elements of code by Sebastian Akerman <sak@parallelconsulting.com>
and made a bit less "naughty" by Steve.
This commit is contained in:
Dr. Stephen Henson
1999-05-10 00:47:42 +00:00
parent 9d5cceac6f
commit 884e8ec615
9 changed files with 57 additions and 22 deletions

View File

@@ -866,6 +866,10 @@ extern "C" {
#define NID_id_qt_unotice 165
#define OBJ_id_qt_unotice OBJ_id_pkix,2L,2L
#define SN_rc2_64_cbc "RC2-64-CBC"
#define LN_rc2_64_cbc "rc2-64-cbc"
#define NID_rc2_64_cbc 166
#include <openssl/bio.h>
#include <openssl/asn1.h>