Good morning Doctor,
this is the structure : 
typedef struct structure_st
        {
        ASN1_OBJECT *type;
        X509 *x509;
        union   {
                char *ptr;

                /* NID_structure_data */
                ASN1_OCTET_STRING *data;

                /* NID_structure_signed */
                STRUCT_SIGNED *sign;

                /* NID_structure_enveloped */
                STRUCT_ENVELOPE *enveloped;

                /* NID_structure_signedAndEnveloped */
                STRUCT_SIGN_ENVELOPE      
                           *signed_and_enveloped;

                /* NID_struct_digest */
                STRUCT_DIGEST *digest;

                /* NID_struct_encrypted */
                STRUCT_ENCRYPT *encrypted;

                /* Anything else */
                ASN1_TYPE *other;
                } d;
        } STRUCT;

this structure is like the structure of PKCS7, but
just
add other extensions like certificate X509.
Thank you Doctor .
Abdou,



        

        
                
Vous manquez d’espace pour stocker vos mails ? 
Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour 
dialoguer instantanément avec vos amis. A télécharger gratuitement sur 
http://fr.messenger.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to