diff --git a/functions/openssl.xml b/functions/openssl.xml index ab9d9aec77..a724ed672e 100644 --- a/functions/openssl.xml +++ b/functions/openssl.xml @@ -1,5 +1,5 @@ - OpenSSL Functions + OpenSSL functions OpenSSL @@ -79,7 +79,7 @@ openssl_get_publickey extracts the - public key from a X.509 certificate specified by + public key from an X.509 certificate specified by certificate and prepares it for use by other functions. @@ -147,7 +147,7 @@ openssl_free_key($pkeyid); openssl_seal - Seal data + Seal (encrypt) data Description @@ -214,7 +214,7 @@ openssl_free_key($pk2); openssl_sign - Sign data + Generate signature Description