>The signature for SSL_CTX_load_verify_locations is thusly:
>
>int SSL_CTX_load_verify_locations(SSL_CTX *ctx, 
>    const char *CAfile,
>    const char *CApath);
>
>CAfile == the name of the file containing your CA cert.
>CApath == the name of the directory containing your CA setup.
>
>You can pass NULL in for CApath.
>
>When you say your CA cert is "loaded in memory", presumably it
>was loaded from a file?

Does it have to be?  Can an cert be hard coded into an application?


  |  Brian Wotring  ( [EMAIL PROTECTED] )
  |  Fort Nocs, Inc.
  |  PGP Key ID: 0x9674763D
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to