rale77 wrote:
>
> Hello,
>
> How can I remove RSA structure form EVP_PKEY previosly added to EPP_PKEY
> with EVP_PKEY_assign_RSA function? I have one RSA object named rsa and
> EVP_PKEY object named evp and their relation is :
> rsa = evp->pkey.rsa
> How to remove their bound and then dele
On Mon, Jan 11, 2010, rale77 wrote:
>
> Hello,
>
> How can I remove RSA structure form EVP_PKEY previosly added to EPP_PKEY
> with EVP_PKEY_assign_RSA function? I have one RSA object named rsa and
> EVP_PKEY object named evp and their relation is :
> rsa = evp->pkey.rsa
> How to remove their