<div dir="ltr">In OpenSSL 1.0, we could stack allocate EVP_MD_CTX. <div><br></div><div>Now this is replaced with 'EVP_MD_CTX_new' which needs to be dynamically allocated. </div><div><br></div><div>Are there any alternatives to 'EVP_MD_CTX_new' which enables us to continue to do a stack allocation for the digest routines. </div><div><br></div><div>NOTE: we have some constraints wrt dynamic allocation in our work. </div><div><br></div><div>Thanks.</div></div>