vrana           Fri Jan  2 09:15:22 2004 EDT

  Modified files:              
    /phpdoc/en/reference/openssl        constants.xml 
  Log:
  Capital letters, missing bracket
  
Index: phpdoc/en/reference/openssl/constants.xml
diff -u phpdoc/en/reference/openssl/constants.xml:1.2 
phpdoc/en/reference/openssl/constants.xml:1.3
--- phpdoc/en/reference/openssl/constants.xml:1.2       Sun Mar 30 09:40:11 2003
+++ phpdoc/en/reference/openssl/constants.xml   Fri Jan  2 09:15:21 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <section id="openssl.constants">
  &reftitle.constants;
  &extension.constants;
@@ -192,14 +192,14 @@
        <tbody>
         <row>
          <entry>PKCS7_TEXT</entry>
-         <entry>adds text/plain content type headers to encrypted/signed
+         <entry>Adds text/plain content type headers to encrypted/signed
          message. If decrypting or verifying, it strips those headers from
          the output - if the decrypted or verified message is not of MIME type
          text/plain then an error will occur.</entry>
         </row>
         <row>
          <entry>PKCS7_BINARY</entry>
-         <entry>normally the input message is converted to "canonical" format
+         <entry>Normally the input message is converted to "canonical" format
          which is effectively using CR and LF as end of line: as required by
          the S/MIME specification.  When this options is present, no
          translation occurs.  This is useful when handling binary data which
@@ -207,7 +207,7 @@
         </row>
         <row>
          <entry>PKCS7_NOINTERN</entry>
-         <entry>when verifying a message, certificates (if
+         <entry>When verifying a message, certificates (if
            any) included in the message are normally searched for the
            signing certificate. With this option only the
            certificates specified in the <parameter>extracerts</parameter>
@@ -218,28 +218,28 @@
         </row>
         <row>
          <entry>PKCS7_NOVERIFY</entry>
-         <entry>do not verify the signers certificate of a signed
+         <entry>Do not verify the signers certificate of a signed
          message.</entry>
         </row>
         <row>
          <entry>PKCS7_NOCHAIN</entry>
-         <entry>do not chain verification of signers certificates: that is
+         <entry>Do not chain verification of signers certificates: that is
          don't use the certificates in the signed message as untrusted CAs.
          </entry>
         </row>
         <row>
          <entry>PKCS7_NOCERTS</entry>
-         <entry>when signing a message the signer's certificate is normally
+         <entry>When signing a message the signer's certificate is normally
          included - with this option it is excluded.  This will reduce the
          size of the signed message but the verifier must have a copy of the
          signers certificate available locally (passed using the
          <parameter>extracerts</parameter> to
-         <function>openssl_pkcs7_verify</function> for example.
+         <function>openssl_pkcs7_verify</function> for example).
          </entry>
         </row>
         <row>
          <entry>PKCS7_NOATTR</entry>
-         <entry>normally when a message is signed, a set of attributes are
+         <entry>Normally when a message is signed, a set of attributes are
          included which include the signing time and the supported symmetric
          algorithms.  With this option they are not included.
          </entry>
@@ -353,5 +353,3 @@
 vi: ts=1 sw=1
 -->
 
-
-  

Reply via email to