From 7d9bc606b708a79c2e4aa7c125bab112c4f6dd14 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 30 Mar 2003 14:36:16 +0000 Subject: [PATCH] short form for type linking git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121658 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/openssl/functions/openssl-csr-new.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/reference/openssl/functions/openssl-csr-new.xml b/reference/openssl/functions/openssl-csr-new.xml index a7b8694ede..88cbc44ab9 100644 --- a/reference/openssl/functions/openssl-csr-new.xml +++ b/reference/openssl/functions/openssl-csr-new.xml @@ -1,5 +1,5 @@ - + @@ -59,33 +59,33 @@ digest_alg - string + string default_md Selects which digest method to use x509_extensions - string + string x509_extensions Selects which extensions should be used when creating an x509 certificate req_extensions - string + string req_extensions Selects which extensions should be used when creating a CSR private_key_bits - integer + string default_bits Specifies how many bits should be used to generate a private key private_key_type - integer + integer none Specifies the type of private key to create. This can be one of OPENSSL_KEYTYPE_DSA, @@ -97,7 +97,7 @@ encrypt_key - booean + boolean encrypt_key Should an exported key (with passphrase) be encrypted?