betz Wed Jun 16 02:57:48 2004 EDT
Modified files:
/phpdoc/en/reference/openssl/functions openssl-private-decrypt.xml
openssl-private-encrypt.xml
openssl-public-decrypt.xml
openssl-public-encrypt.xml
Log:
use constant tag for constants
correct wrong methodname usage
http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/functions/openssl-private-decrypt.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/openssl/functions/openssl-private-decrypt.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-private-decrypt.xml:1.5
phpdoc/en/reference/openssl/functions/openssl-private-decrypt.xml:1.6
--- phpdoc/en/reference/openssl/functions/openssl-private-decrypt.xml:1.5 Mon
Apr 26 15:57:47 2004
+++ phpdoc/en/reference/openssl/functions/openssl-private-decrypt.xml Wed Jun 16
02:57:47 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-private-decrypt">
<refnamediv>
@@ -22,9 +22,11 @@
<function>openssl_public_encrypt</function> and stores the result into
<parameter>decrypted</parameter>. <parameter>key</parameter> must be the
private key corresponding that was used to encrypt the
- data. <parameter>padding</parameter> defaults to OPENSSL_PKCS1_PADDING,
- but can also be one of OPENSSL_SSLV23_PADDING, OPENSSL_PKCS1_OAEP_PADDING,
- OPENSSL_NO_PADDING.
+ data. <parameter>padding</parameter> defaults to
+ <constant>OPENSSL_PKCS1_PADDING</constant>, but can also be one of
+ <constant>OPENSSL_SSLV23_PADDING</constant>,
+ <constant>OPENSSL_PKCS1_OAEP_PADDING</constant>,
+ <constant>OPENSSL_NO_PADDING</constant>.
</para>
<para>
&return.success;
http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/functions/openssl-private-encrypt.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/openssl/functions/openssl-private-encrypt.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-private-encrypt.xml:1.5
phpdoc/en/reference/openssl/functions/openssl-private-encrypt.xml:1.6
--- phpdoc/en/reference/openssl/functions/openssl-private-encrypt.xml:1.5 Mon
Apr 26 15:57:47 2004
+++ phpdoc/en/reference/openssl/functions/openssl-private-encrypt.xml Wed Jun 16
02:57:47 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-private-encrypt">
<refnamediv>
@@ -20,8 +20,9 @@
<function>openssl_private_encrypt</function> encrypts <parameter>data</parameter>
with private <parameter>key</parameter> and stores the result into
<parameter>crypted</parameter>. Encrypted data can be decrypted via
- <methodname>openssl_public_decrypt</methodname>. <parameter>padding</parameter>
- defaults to OPENSSL_PKCS1_PADDING, but can also be OPENSSL_NO_PADDING.
+ <function>openssl_public_decrypt</function>. <parameter>padding</parameter>
+ defaults to <constant>OPENSSL_PKCS1_PADDING</constant>, but can also be
+ <constant>OPENSSL_NO_PADDING</constant>.
</para>
<para>
&return.success;
http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/functions/openssl-public-decrypt.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/openssl/functions/openssl-public-decrypt.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-public-decrypt.xml:1.5
phpdoc/en/reference/openssl/functions/openssl-public-decrypt.xml:1.6
--- phpdoc/en/reference/openssl/functions/openssl-public-decrypt.xml:1.5 Mon
Apr 26 15:57:47 2004
+++ phpdoc/en/reference/openssl/functions/openssl-public-decrypt.xml Wed Jun 16
02:57:47 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-public-decrypt">
<refnamediv>
@@ -22,8 +22,9 @@
<function>openssl_private_encrypt</function> and stores the result into
<parameter>decrypted</parameter>. <parameter>key</parameter> must be the
public key corresponding that was used to encrypt the
- data. <parameter>padding</parameter> defaults to OPENSSL_PKCS1_PADDING,
- but can also be OPENSSL_NO_PADDING.
+ data. <parameter>padding</parameter> defaults to
+ <constant>OPENSSL_PKCS1_PADDING</constant>, but can also be
+ <constant>OPENSSL_NO_PADDING</constant>.
</para>
<para>
&return.success;
http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/functions/openssl-public-encrypt.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/openssl/functions/openssl-public-encrypt.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-public-encrypt.xml:1.5
phpdoc/en/reference/openssl/functions/openssl-public-encrypt.xml:1.6
--- phpdoc/en/reference/openssl/functions/openssl-public-encrypt.xml:1.5 Mon
Apr 26 15:57:47 2004
+++ phpdoc/en/reference/openssl/functions/openssl-public-encrypt.xml Wed Jun 16
02:57:47 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-public-encrypt">
<refnamediv>
@@ -20,10 +20,11 @@
<function>openssl_public_encrypt</function> encrypts <parameter>data</parameter>
with public <parameter>key</parameter> and stores the result into
<parameter>crypted</parameter>. Encrypted data can be decrypted via
- <methodname>openssl_private_decrypt</methodname>. <parameter>padding</parameter>
- defaults to OPENSSL_PKCS1_PADDING, but can also be one of
- OPENSSL_SSLV23_PADDING, OPENSSL_PKCS1_OAEP_PADDING,
- OPENSSL_NO_PADDING.
+ <function>openssl_private_decrypt</function>. <parameter>padding</parameter>
+ defaults to <constant>OPENSSL_PKCS1_PADDING</constant>, but can also be
+ one of <constant>OPENSSL_SSLV23_PADDING</constant>,
+ <constant>OPENSSL_PKCS1_OAEP_PADDING</constant>,
+ <constant>OPENSSL_NO_PADDING</constant>.
</para>
<para>
&return.success;