On Wed, May 28, 2003, p b wrote:

> 
> 
> In the EVP_SealInit() fonction, the secret key is generated by the random
> number generator.
> 
> How can I use my own key ?
> 

There's no way to use your own key with that function.

You could however use EVP_CipherInit() and call RSA_public_encrypt() manually
to get the same effect.

Steve.
--
Dr Stephen N. Henson.
Core developer of the   OpenSSL project: http://www.openssl.org/
Freelance consultant see: http://www.drh-consultancy.demon.co.uk/
Email: [EMAIL PROTECTED], PGP key: via homepage.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to