RSA_set0_key() equivalent for 3.0.0

William Roberts bill.c.roberts at gmail.com
Wed Jul 14 14:20:36 UTC 2021


I'd be nice to have a more detailed porting guide, I'd been poking into
this a little bit, but did you see Matt's response? (Pasted below)

Those functions are deprecated. Better would be EVP_PKEY_fromdata():

https://www.openssl.org/docs/manmaster/man3/EVP_PKEY_fromdata.html


On Wed, Jul 14, 2021, 09:15 Ken Goldman <kgoldman at us.ibm.com> wrote:

> On 7/13/2021 5:08 PM, Nicola Tuveri wrote:
> > There is the migration guide:
> https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod
> <
> https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod
> >
> >
>
> The migration guide is very general.  It says that the low level APIs are
> deprecated,
> and should be replaced with EVP functions.
>
> Is there anything more specific - replace RSA_set0_key() with ...
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mta.openssl.org/pipermail/openssl-users/attachments/20210714/7d21276c/attachment-0001.html>


More information about the openssl-users mailing list