Need Help for Code Changes to Upgrade from OpenSSL 1.0.2 to 3.0

2021-10-24 Thread Paramashivaiah, Sunil
Hi All, I need get APIs for accessing the members of EVP_PKEY. Please suggest APIs to get following members of EVP_PKEY evpkey->type , evpkey->pkey.rsa , pubKey->pkey.ec->group. Thanks and Regards, Sunil Notice: This e-mail together with any attachments may contain information of Ribb

Re: OpenSSL 3.0 FIPS questions

2021-10-24 Thread Dr Paul Dale
The configuration shouldn't have much impact.  You will need a fips section specifying where the integrity check data are.  You shouldn't need base or default sections. Pauli On 25/10/21 5:23 am, Jason Schultz wrote: Thank you for your response. I think all of that makes sense, and seems to

Re: OpenSSL 3.0 FIPS questions

2021-10-24 Thread Jason Schultz
Thank you for your response. I think all of that makes sense, and seems to accomplish what I want programmatically, limiting it to my application. I guess the only question I have is what about the config files? Should they remain as they were installed, or do I need to provide sections for fips