Expose PKCS7_get_octet_string and PKCS7_type_is_other
[openssl.git] / CHANGES.md
index 03c5e7d4aec9bef63b7290995d1f2d3054c4bb99..d9fa56f4d6a27391d5c2142931f7f74db3a2a7bf 100644 (file)
@@ -23,6 +23,11 @@ OpenSSL 3.0
 
 ### Changes between 1.1.1 and 3.0 [xx XXX xxxx]
 
+ * Add PKCS7_get_octet_string() and PKCS7_type_is_other() to the public
+   interface. Their functionality remains unchanged.
+
+   *Jordan Montgomery*
+
  * Deprecated EVP_PKEY_set_alias_type().  This function was previously
    needed as a workaround to recognise SM2 keys.  With OpenSSL 3.0, this key
    type is internally recognised so the workaround is no longer needed.