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
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