Re: Encryption using EVP_PKEY

2004-09-01 Thread Dr. Stephen Henson
On Wed, Sep 01, 2004, Fabrício Abrão Costa wrote: > Hi There, > I have a doubt about the encryption using the EVP_PKEY estructure. > What happens is that I need get a private key from a Engine. This part is > ok, I got the private key using the ENGINE_load_private_key. > The next step is encrypt a

Encryption using EVP_PKEY

2004-09-01 Thread Fabrício Abrão Costa
Hi There, I have a doubt about the encryption using the EVP_PKEY estructure. What happens is that I need get a private key from a Engine. This part is ok, I got the private key using the ENGINE_load_private_key. The next step is encrypt a plain text using the EVP_PKEY that I got, but the unique pla