]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES.md
Deprecate X509{,_CRL}_http_nbio() and simplify their definition
[thirdparty/openssl.git] / CHANGES.md
index 6e89f9814c681ec8910fefb6576dee57dc14b114..5c696ff65ad51d044ddc06a2d26f30d0e703742e 100644 (file)
@@ -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*