On Wed, Jun 01, 2011, Chenchu, Rakesh R wrote:

> Hi Steve,
> 
> Also, EVP_DecryptInit_ex() expects a ENGINE *impl
> 
>     271 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER
> *cipher, ENGINE *impl,
>     272            const unsigned char *key, const unsigned char *iv)
>     273       {
> 
> 
> Should this be set to NULL, irrespective of the engine ID created during
> snmpuser creation?
> 

Unless you want to target a specific ENGINE then NULL should be used which
will use the default ENGINE.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to