You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/12/06 08:14:19 UTC

svn commit: r601635 - in /httpd/httpd/trunk/docs/manual/ssl: ssl_intro.html.en ssl_intro.xml.ja

Author: noodl
Date: Wed Dec  5 23:14:02 2007
New Revision: 601635

URL: http://svn.apache.org/viewvc?rev=601635&view=rev
Log:
Update transformations

Modified:
    httpd/httpd/trunk/docs/manual/ssl/ssl_intro.html.en
    httpd/httpd/trunk/docs/manual/ssl/ssl_intro.xml.ja

Modified: httpd/httpd/trunk/docs/manual/ssl/ssl_intro.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/ssl/ssl_intro.html.en?rev=601635&r1=601634&r2=601635&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/ssl/ssl_intro.html.en (original)
+++ httpd/httpd/trunk/docs/manual/ssl/ssl_intro.html.en Wed Dec  5 23:14:02 2007
@@ -102,8 +102,8 @@
     <p>Anyone can encrypt a message using the public key, but only the
     owner of the private key will be able to read it. In this way, Alice
     can send private messages to the owner of a key-pair (the bank), by
-    encrypting it using their public key. Only the bank will be able to
-    decrypt it.</p>
+    encrypting them using their public key. Only the bank will be able to
+    decrypt them.</p>
 
 
 <h3><a name="messagedigests" id="messagedigests">Message Digests</a></h3>
@@ -144,13 +144,13 @@
 involving her account. A <em>digital signature</em>, created by Alice and
 included with the message, serves this purpose.</p>
 
-<p>Digital signatures are created by encrypting a digest of the message,
-and other information (such as a sequence number) with the sender's
-private key. Though anyone can <em>decrypt</em> the signature using the public
-key, only the sender knows the private key. This means that only they can
-have signed it. Including the digest in the signature means the signature is
-only good for that message; it also ensures the integrity of the message since
-no one can change the digest and still sign it.</p>
+<p>Digital signatures are created by encrypting a digest of the message, and
+other information (such as a sequence number) with the sender's private key.
+Though anyone can <em>decrypt</em> the signature using the public key, only the
+sender knows the private key. This means that only the sender can have signed
+the message. Including the digest in the signature means the signature is only
+good for that message; it also ensures the integrity of the message since no one
+can change the digest and still sign it.</p>
 <p>To guard against interception and reuse of the signature by an intruder at a
 later date, the signature contains a unique sequence number. This protects
 the bank from a fraudulent claim from Alice that she did not send the message
@@ -292,7 +292,7 @@
     itself of the identity of the private key owner of a key-pair. 
     For instance, if Alice requests a personal certificate, the 
     Certificate Authority must first make sure that Alice really is the 
-    person the certificate claims she is.</p>
+    person the certificate request claims she is.</p>
 
     <h4><a name="certificatechains" id="certificatechains">Certificate Chains</a></h4>
     

Modified: httpd/httpd/trunk/docs/manual/ssl/ssl_intro.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/ssl/ssl_intro.xml.ja?rev=601635&r1=601634&r2=601635&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/ssl/ssl_intro.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/trunk/docs/manual/ssl/ssl_intro.xml.ja [iso-2022-jp] Wed Dec  5 23:14:02 2007
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='iso-2022-jp' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 151408:420990 (outdated) -->
+<!-- English Revision: 151408:601634 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more