Change the PKCS7 structure to use SEQUENCE OF for the
authorDr. Stephen Henson <steve@openssl.org>
Wed, 13 Dec 2000 23:54:30 +0000 (23:54 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 13 Dec 2000 23:54:30 +0000 (23:54 +0000)
commit06db4253e2eb1208b60b5107c6a02d385a0e2129
tree4a20b56f7d04b4e577cb5a41c1767fd8012fbeb1
parent4ce7894c4ab87d7c635e45bf5ff8d1d729b79527
Change the PKCS7 structure to use SEQUENCE OF for the
authenticated attributes: this is used to retain the
original encoding and not break signatures.

Support for a SET OF which reorders the STACK when
encoding a structure. This will be used with the
PKCS7 code.
CHANGES
crypto/asn1/asn1t.h
crypto/asn1/tasn_enc.c
crypto/pkcs7/pk7_asn1.c