Most of the OpenSSL functions and structures are generated by macros.
(OpenSSL is the most lispish C I've ever seen.)  Look at apps/cms.c
for information on how to use them; in its basic configuration, it has
no dependencies on anything external.  (It can be built to have
dependencies on external things, including zlib, but those are not
built by default.)

-Kyle H

On Sat, Apr 18, 2009 at 9:20 AM, anoopg <[email protected]> wrote:
>
> Hi,
>   I want to use the OpenSSL source code for SMIME implementation.I
> downloaded the  latest complete trunk of openSSL source code
> (openssl-1.0.0-beta1.tar.gz ) and then built it and installed the
> binaries.Build is through but, I am not able to find the
> definitions/prototypes of some of the functions used for CMS encryption for
> SMIME.
>
> E.g. CMS_ContentInfo_new(),CMS_ContentInfo_free(cms),X509_*  and lots of
> other structs.
>
> I checked the downloaded source code using md5 and it is the complete source
> code.I want to know whether the OPENSSL source code has got any external
> dependency on any other library.
> I am confused because in the website of OpenSSL, then have given one command
> line interface options to test SMIME.
>
> Any help in this regard will be highly appreciated.
>
> Regards,
> Anoop
> --
> View this message in context: 
> http://www.nabble.com/Issues-with-CMS-for-SMIME-implementation-using-OPENSSL-source-code-tp23110079p23110079.html
> Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [email protected]
> Automated List Manager                           [email protected]
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to