Aahh!! Got it.
Thanks much doctor.
-Shravan
On Fri, Nov 26, 2010 at 6:06 PM, Dr. Stephen Henson wrote:
> On Fri, Nov 26, 2010, Shravan Mishra wrote:
>
>>
>> What's throwing me off is this:
>>
>> ASN1_ITEM_rptr(itname)
>>
>> It is defined in asn1.h
>>
>> #define ASN1_ITEM_rptr(ref) (&(ref##_it))
On Fri, Nov 26, 2010, Shravan Mishra wrote:
>
> What's throwing me off is this:
>
> ASN1_ITEM_rptr(itname)
>
> It is defined in asn1.h
>
> #define ASN1_ITEM_rptr(ref) (&(ref##_it))
>
>
>
> So based on the above implement statement it turns out to be
>
> &RSAPrivateKey_it
>
> Now where is
Hello,
I was trying to understand the asn1 side of the openssl code.
In
rsa_asn1.c
there is
IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(RSA, RSAPrivateKey, RSAPrivateKey)
It's implenetation is in
asn1t.h
#define IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(stname, itname, fname) \
st