Re: Tutorial for OpenSSL3 deprecated API replacement

2021-05-02 Thread Nicola Tuveri
A migration guide is being worked on in https://github.com/openssl/openssl/pull/14710 You might want to provide feedback with comments there to help making sure useful information is not left out. Nicola P. S. It's a pity that a lot of external resources, including blog post, articles and stac

Tutorial for OpenSSL3 deprecated API replacement

2021-05-01 Thread Juan Isoza
Hello, I've code based on sample from https://www.programmersought.com/article/37955188510/ It uses RSA function (like RSA_generate_key_ex , RSA_public_decrypt ...) Where can I find a "porting guideline" which help me finding alternative, for each API RSAxx API ? A lot of programmer will need do