RE: Replacing DES_ede3_cbc_encrypt with EVP API's for upgrading to openssl 3.0

2021-08-17 Thread Paramashivaiah, Sunil
Corrected the typo From: Paramashivaiah, Sunil Sent: Tuesday, August 17, 2021 3:48 PM To: openssl-users@openssl.org Cc: Bhattacharjee, Debapriyo (c) Subject: Replacing DES_ede3_cbc_encrypt with EVP API's for upgrading to openssl 3.0 Hi All, I am trying to upgrad

Replacing DES_ede3_cbc_encrypt with EVP API's for upgrading to openssl 3.0

2021-08-17 Thread Paramashivaiah, Sunil
Hi All, I am trying to upgrade over application to use openssl 3.0 from openssl 1.0.2. I am trying to replace DES_ede3_cbc_encrypt with EVP API's as below. DES_ede3_cbc_encrypt accepts 3 keys got from des_key_sched. But for same thing t