Re: EVP_MAX_BLOCK_LENGTH Macro for upgrading application from openssl 1.0.2 to openssl 3.0

2021-08-11 Thread Matt Caswell
On 11/08/2021 08:16, Paramashivaiah, Sunil wrote: Hi All, In our application we are using  MD5_CBLOCK, SHA_CBLOCK, SHA256_CBLOCK, SHA512_CBLOCK macros which are deprecated in openssl 3.0.   We are trying upgrade our application from using openssl 1.0.2 to openssl 3.0.

EVP_MAX_BLOCK_LENGTH Macro for upgrading application from openssl 1.0.2 to openssl 3.0

2021-08-11 Thread Paramashivaiah, Sunil
Hi All, In our application we are using MD5_CBLOCK, SHA_CBLOCK, SHA256_CBLOCK, SHA512_CBLOCK macros which are deprecated in openssl 3.0. We are trying upgrade our application from using openssl 1.0.2 to openssl 3.0. Can we use EVP_MAX_BLOCK_LENGTH to replace all these