<div dir="ltr"><div><div><div>Thanks Matt.<br><br><br></div>That helped.<br><br><br></div>However, I am now searching for symbols like ASN_TIME_it, but I get nothing useful ::<br><br><b>grep -r ASN1_TIME_it ~/openssl/openssl/</b><br>/home/ajay/openssl/openssl/util/libeay.num:ASN1_TIME_it    2715    EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:<br>/home/ajay/openssl/openssl/util/libeay.num:ASN1_TIME_it    2715    EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:<br><br><b>grep -r ASN1_TIME\( ~/openssl/openssl/</b><br>/home/ajay/openssl/openssl/crypto/asn1/a_time.c:int i2d_ASN1_TIME(ASN1_TIME *a, unsigned char **pp)<br><br><br></div>How to search for such symbols in the cloned source-code?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 15, 2016 at 6:20 PM, Matt Caswell <span dir="ltr"><<a href="mailto:matt@openssl.org" target="_blank">matt@openssl.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 15/10/16 13:43, Ajay Garg wrote:<br>
> Hi All.<br>
><br>
> I plan to integrate openssl in our client-side-framework, so that we can<br>
> remove all the unneeded stuff (as the TLS-versions, and<br>
> certificate-management is controlled by the server only, which is only a<br>
> limited subset amongst the vast feature-set of openssl).<br>
><br>
> As part of this, I am first bringing in *all* code into our framework,<br>
> to the extent that the code compiles as the first stage.<br>
> My progress is going mostly fine, however I am stuck as I am unable to<br>
> retrieve the definitions of certain symbols (macros I guess), such as ::<br>
><br>
>                                           ASN1_OCTET_STRING_free<br>
>                                           ASN1_OCTET_STRING_new<br>
><br>
><br>
> There are others too, but I guess that if I can be known how to retrieve<br>
> the above definitions, then others will follow similarly.<br>
> So, will be grateful to hear from you experts :)<br>
<br>
</span>See:<br>
<br>
<a href="https://github.com/openssl/openssl/blob/master/crypto/asn1/tasn_typ.c" rel="noreferrer" target="_blank">https://github.com/openssl/<wbr>openssl/blob/master/crypto/<wbr>asn1/tasn_typ.c</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Matt<br>
<br>
<br>
--<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" rel="noreferrer" target="_blank">https://mta.openssl.org/<wbr>mailman/listinfo/openssl-users</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Regards,<br>Ajay<br></div>
</div>