diff --git a/reference/openssl/functions/openssl-pkcs5-pbkdf2-hmac.xml b/reference/openssl/functions/openssl-pkcs5-pbkdf2-hmac.xml
new file mode 100644
index 0000000000..a07a24499d
--- /dev/null
+++ b/reference/openssl/functions/openssl-pkcs5-pbkdf2-hmac.xml
@@ -0,0 +1,103 @@
+
+
+
+
+
+ openssl_pkcs5_pbkdf2_hmac
+ Generates a PKCS5 v2 PBKDF2 string
+
+
+
+ &reftitle.description;
+
+ stringopenssl_pkcs5_pbkdf2_hmac
+ stringpassword
+ stringsalt
+ intkey_length
+ intiterations
+ stringdigest_method"sha1"
+
+
+
+
+
+ &warn.undocumented.func;
+
+
+
+
+ &reftitle.parameters;
+
+
+ password
+
+
+
+
+
+
+
+ salt
+
+
+
+
+
+
+
+ key_length
+
+
+
+
+
+
+
+ iterations
+
+
+
+
+
+
+
+ digest_method
+
+
+
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ Returns computed hash&return.falseforfailure;.
+
+
+
+
+
+
+
diff --git a/reference/openssl/versions.xml b/reference/openssl/versions.xml
index 92186a4fd5..6ea0597665 100644
--- a/reference/openssl/versions.xml
+++ b/reference/openssl/versions.xml
@@ -25,6 +25,7 @@
+