Re: Remove RSA from EVP_PKEY structure

2010-01-11 Thread rale77
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

Re: Remove RSA from EVP_PKEY structure

2010-01-11 Thread Dr. Stephen Henson
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