Kaushalye Kapuruge schrieb:

>>
> All you have to do is to declare an EVP_CIPHER_CTX.
> See the example code.
> 
>               EVP_CIPHER_CTX ctx;
>               EVP_CIPHER_CTX_init(&ctx);
>               EVP_EncryptInit_ex(&ctx, EVP_bf_cbc(), NULL, key, iv);
> 
> See the manual page for more information.
> http://developer.apple.com/documentation/Darwin/Reference/Manpages/man3/EVP_EncryptInit_ex.3ssl.html
> 
> Or else try to attach Ur code. We might be able to check it.
> -Cheers,
> Kau
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]
> 
> 
> 
And I have do so near, only that I use an pointer to the struct and I
use the ssl function's of OpenSSL in the same application. The code is
to complex for an simple post. But I can upload it to an SVN server.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to