From 8d6532dbb13f6f2dac4ab7e96d89cf092eff77cd Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 30 Mar 2003 14:30:09 +0000 Subject: [PATCH] introduction of &reference.openssl.parameter-notext; git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121653 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../openssl/functions/openssl-csr-export-to-file.xml | 7 ++----- reference/openssl/functions/openssl-csr-export.xml | 7 ++----- .../openssl/functions/openssl-x509-export-to-file.xml | 6 ++---- reference/openssl/functions/openssl-x509-export.xml | 10 ++++------ 4 files changed, 10 insertions(+), 20 deletions(-) diff --git a/reference/openssl/functions/openssl-csr-export-to-file.xml b/reference/openssl/functions/openssl-csr-export-to-file.xml index 54294c141a..e4017ed7be 100644 --- a/reference/openssl/functions/openssl-csr-export-to-file.xml +++ b/reference/openssl/functions/openssl-csr-export-to-file.xml @@ -1,5 +1,5 @@ - + @@ -18,11 +18,8 @@ openssl_csr_export_to_file takes the Certificate Signing Request represented by csr and saves it as ascii-armoured text into the file named by outfilename. + &reference.openssl.parameter-notext; &return.success; - The optional notext affects - the verbosity of the output; if it is &false; then additional human-readable information is included - in the output. The default value of notext is - &true; See also openssl_csr_export, diff --git a/reference/openssl/functions/openssl-csr-export.xml b/reference/openssl/functions/openssl-csr-export.xml index 10210e4428..95fbfc899c 100644 --- a/reference/openssl/functions/openssl-csr-export.xml +++ b/reference/openssl/functions/openssl-csr-export.xml @@ -1,5 +1,5 @@ - + @@ -19,11 +19,8 @@ Request represented by csr and stores it as ascii-armoured text into out, which is passed by reference. + &reference.openssl.parameter-notext; &return.success; - The optional notext affects - the verbosity of the output; if it is &false; then additional human-readable information is included - in the output. The default value of notext is - &true; See also openssl_csr_export_to_file, diff --git a/reference/openssl/functions/openssl-x509-export-to-file.xml b/reference/openssl/functions/openssl-x509-export-to-file.xml index b78ec0924e..9ccb68eed0 100644 --- a/reference/openssl/functions/openssl-x509-export-to-file.xml +++ b/reference/openssl/functions/openssl-x509-export-to-file.xml @@ -1,5 +1,5 @@ - + @@ -18,9 +18,7 @@ openssl_x509_export_to_file stores x509 into a file named by outfilename in a PEM encoded format. - The optional parameter notext default to &true;. - If set to &false;, additional human readable text will also be stored - into the output file. + &reference.openssl.parameter-notext;. &return.success; diff --git a/reference/openssl/functions/openssl-x509-export.xml b/reference/openssl/functions/openssl-x509-export.xml index dfd132f550..697c78810b 100644 --- a/reference/openssl/functions/openssl-x509-export.xml +++ b/reference/openssl/functions/openssl-x509-export.xml @@ -1,5 +1,5 @@ - + @@ -16,11 +16,9 @@ openssl_x509_export stores - x509 into a file named by - outfilename in a PEM encoded format. - The optional parameter notext default to &true;. - If set to &false;, additional human readable text will also be stored - into output. + x509 into a string named by + output in a PEM encoded format. + &reference.openssl.parameter-notext; &return.success;