Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.

This commit is contained in:
Dr. Stephen Henson
2008-03-24 22:14:02 +00:00
parent 6205171362
commit be86c7fc87
6 changed files with 155 additions and 78 deletions

View File

@@ -71,6 +71,8 @@ typedef struct CMS_SignerInfo_st CMS_SignerInfo;
typedef struct CMS_CertificateChoices CMS_CertificateChoices;
typedef struct CMS_RevocationInfoChoice_st CMS_RevocationInfoChoice;
typedef struct CMS_RecipientInfo_st CMS_RecipientInfo;
typedef struct CMS_ReceiptRequest_st CMS_ReceiptRequest;
typedef struct CMS_Receipt_st CMS_Receipt;
DECLARE_STACK_OF(CMS_SignerInfo)
DECLARE_ASN1_FUNCTIONS(CMS_ContentInfo)