summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-05-04 08:05:44 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-05-05 20:50:15 +0200
commita07b0bfb99169d23d2801b8aee210d98a0d12cac (patch)
tree3524678d152927fb35c84094b9e45646f6d14bc5 /CHANGES.md
parentb0f960189b8696f878b163d7123afdb99dfdb738 (diff)
downloadopenssl-new-a07b0bfb99169d23d2801b8aee210d98a0d12cac.tar.gz
Deprecate X509{,_CRL}_http_nbio() and simplify their definition
This is done by making use of OCSP_REQ_CTX_nbio_d2i(). Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15131)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 6e89f9814c..5c696ff65a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -355,6 +355,11 @@ OpenSSL 3.0
*Rich Salz and Richard Levitte*
+ * Deprecated `X509_http_nbio()` and `X509_CRL_http_nbio()`,
+ which are superseded by `X509_load_http()` and `X509_CRL_load_http()`.
+
+ *David von Oheimb*
+
* Deprecated `OCSP_parse_url()`, which is replaced with `OSSL_HTTP_parse_url`.
*David von Oheimb*