]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - CHANGES.md
OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components
[thirdparty/openssl.git] / CHANGES.md
index 335b492e4fb005b8fea745d357bf59b9ef3e002e..0bc5f81100416f2c1f7a51cdb49d11b2bcea9bfd 100644 (file)
@@ -119,6 +119,10 @@ OpenSSL 3.0
 
    *Rich Salz and Richard Levitte*
 
+ * Deprecated `OCSP_parse_url()`, which is replaced with `OSSL_HTTP_parse_url`.
+
+   *David von Oheimb*
+
  * Validation of SM2 keys has been separated from the validation of regular EC
    keys, allowing to improve the SM2 validation process to reject loaded private
    keys that are not conforming to the SM2 ISO standard.