diff options
author | Rich Salz <rsalz@akamai.com> | 2021-01-28 21:47:53 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-02-03 11:12:16 +0100 |
commit | 1409b5f664f21a52d23d7b9d0e0f962e2bde2b9e (patch) | |
tree | 230f2b26fa84ffc18160f6e7e3037027dd6e490b /CHANGES.md | |
parent | Add diacritics to my name in CHANGES.md (diff) | |
download | openssl-1409b5f664f21a52d23d7b9d0e0f962e2bde2b9e.tar.xz openssl-1409b5f664f21a52d23d7b9d0e0f962e2bde2b9e.zip |
Deprecate EVP_MD_CTX_{set_}update_fn()
They are still used internally in legacy code.
Also fixed up some minor things in EVP_DigestInit.pod
Fixes: #14003
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14008)
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 6877e8ad94..d80016560e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -35,6 +35,11 @@ OpenSSL 3.0 *Tomáš Mráz* + * Deprecate EVP_MD_CTX_set_update_fn() and EVP_MD_CTX_update_fn() + as they are not useful with non-deprecated functions. + + *Rich Salz* + * Deprecated the type OCSP_REQ_CTX and the functions OCSP_REQ_CTX_new(), OCSP_REQ_CTX_free(), OCSP_REQ_CTX_http(), OCSP_REQ_CTX_add1_header(), OCSP_REQ_CTX_i2d(), OCSP_REQ_CTX_nbio(), OCSP_REQ_CTX_nbio_d2i(), |