On Sun, Mar 6, 2011 at 5:23 AM, pattabi raman <rprt...@gmail.com> wrote:
>
> Hi ,
>
>  I need to implement the entire RSA logic in C program to encrypt the
> customer key for one of our application functionality.
>
> I am bit confused on RSA API, which gives me struggle like Which method to
> call / order of the methods to be executed etc...
EVP_PKEY_keygen, EVP_PKEY_encrypt, EVP_PKEY_decrypt, EVP_PKEY_sign,
and EVP_PKEY_verify.

Since you are doing the product key stuff, you will probably want the
sign/verify gear.

Jeff
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to