Re: [EXTERNAL] Re: Need Replacement for Deprecated function

2021-12-12 Thread Shivakumar Poojari
Hi Matt, I'm able resolve for AES and DES errors, I replaced with function but few parameter are filled with NULL, please suggest its correct way of doing The below is the actual source code I'm trying to change https://github.com/digsrc/wpa_supplicant/blob/master/src/crypto/crypto_openssl.c tr

Re: [EXTERNAL] Re: Need Replacement for Deprecated function.

2021-12-01 Thread Matt Caswell
On 01/12/2021 13:11, Shivakumar Poojari wrote: HiĀ Matt, your suggestion was very helpful, with your help I moved little forward and blocked again. Below code snippet I'm working on, PEM_read_bio_DHparams and PEM_read_bio_DSAparams reading DH params and DSA params separately, how do I read

Re: [EXTERNAL] Re: Need Replacement for Deprecated function.

2021-12-01 Thread Shivakumar Poojari
Hi Matt, your suggestion was very helpful, with your help I moved little forward and blocked again. Below code snippet I'm working on, PEM_read_bio_DHparams and PEM_read_bio_DSAparams reading DH params and DSA params separately, how do I read separately with PEM_read_bio_Parameters_ex. or Can