Hello,

I am writing an implementation of SCVP using openssl. I have a few question 
regarding this : 

1. Does openssl have a structure defined for ASN1 ANY type?
     I am trying to use ASN1_TYPE for ANY type, and here is the definition for 
the sequence :
    ASN1_SEQUENCE(SCVP_VALPOLREF) = {
            ASN1_SIMPLE(SCVP_VALPOLREF, valPolId, ASN1_OBJECT),
            ASN1_OPT(SCVP_VALPOLREF, valPolParams, ASN1_TYPE)
    } ASN1_SEQUENCE_END(SCVP_VALPOLREF)
    IMPLEMENT_ASN1_FUNCTIONS(SCVP_VALPOLREF)

    When I try to compile I get the following error : error C2065 : 
'ASN1_TYPE_t' : undeclared identifier. I am using VS 2005 to compile my code.

2. Does openssl have a structure defined for AttributeCertificate from 
PKIXAttributeCertificate RFC 3281, or any similar structure?

3. What is the interest of adding SCVP support for openssl?

Regards,
 
==================================

Eugen Sendroiu
Address: str. Horia nr 3,
bl a8, sc 2, ap 7, Craiova
Dolj - 200490, Romania
Home : +40(0)351 401134
Mobile : +40(0)743 055244
         +40(0)730 006760
E-mail : [EMAIL PROTECTED]
         [EMAIL PROTECTED]


===================================





      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

Reply via email to