vrana Fri Jan 2 09:22:22 2004 EDT
Modified files:
/phpdoc/en/reference/openssl constants.xml
Log:
Sentence structure
Index: phpdoc/en/reference/openssl/constants.xml
diff -u phpdoc/en/reference/openssl/constants.xml:1.3
phpdoc/en/reference/openssl/constants.xml:1.4
--- phpdoc/en/reference/openssl/constants.xml:1.3 Fri Jan 2 09:15:21 2004
+++ phpdoc/en/reference/openssl/constants.xml Fri Jan 2 09:22:22 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<section id="openssl.constants">
&reftitle.constants;
&extension.constants;
@@ -247,10 +247,10 @@
<row>
<entry>PKCS7_DETACHED</entry>
<entry>When signing a message, use cleartext signing with the MIME
- type multipart/signed. This is the default if the
- <parameter>flags</parameter> parameter to
- <function>openssl_pkcs7_sign</function> if you do not specify any
- flags. If you turn this option off, the message will be signed using
+ type multipart/signed. This is the default
+ if you do not specify any <parameter>flags</parameter> to
+ <function>openssl_pkcs7_sign</function>.
+ If you turn this option off, the message will be signed using
opaque signing, which is more resistant to translation by mail relays
but cannot be read by mail agents that do not support S/MIME.</entry>
</row>