Author: remm
Date: Sat Feb  4 09:55:49 2006
New Revision: 374898

URL: http://svn.apache.org/viewcvs?rev=374898&view=rev
Log:
- "Update" SSL docs and changelog.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/apr.xml
    tomcat/container/tc5.5.x/webapps/docs/changelog.xml
    tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/apr.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/apr.xml?rev=374898&r1=374897&r2=374898&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/apr.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/apr.xml Sat Feb  4 09:55:49 2006
@@ -230,6 +230,31 @@
       Maximum verification depth for client certificates. The default is "10".
     </p>
     </attribute>
+    <attribute name="SSLCACertificateFile" required="false">
+    <p>
+      See <a 
href="http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcacertificatefile";>the
 mod_ssl documentation</a>.
+    </p>
+    </attribute>
+    <attribute name="SSLCACertificatePath" required="false">
+    <p>
+      See <a 
href="http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcacertificatepath";>the
 mod_ssl documentation</a>.
+    </p>
+    </attribute>
+    <attribute name="SSLCertificateChainFile" required="false">
+    <p>
+      See <a 
href="http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcertificatechainfile";>the
 mod_ssl documentation</a>.
+    </p>
+    </attribute>
+    <attribute name="SSLCARevocationFile" required="false">
+    <p>
+      See <a 
href="http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcarevocationfile";>the
 mod_ssl documentation</a>.
+    </p>
+    </attribute>
+    <attribute name="SSLCARevocationPath" required="false">
+    <p>
+      See <a 
href="http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcarevocationpath";>the
 mod_ssl documentation</a>.
+    </p>
+    </attribute>
 
     </attributes>
     

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=374898&r1=374897&r2=374898&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sat Feb  4 09:55:49 2006
@@ -20,6 +20,9 @@
       <update>
         Updated / enhanced docs to remove old FIXME references. (yoavs)
       </update>
+      <update>
+        Required tcnative library version upgraded to 1.1.2 (remm)
+      </update>
     </changelog>
   </subsection>
   <subsection name="Catalina">
@@ -47,6 +50,10 @@
       <fix>
          Fix the JMX MBeanFactory.createStandardHost signature at 
mbean-descriptors.xml (pero)
       </fix>
+      <fix>
+         Fix some cases (for example with realm usage) where the container 
logger for a context
+         would be retrieved using the wrong classloader (remm)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -57,6 +64,14 @@
       <fix>
         <bug>38100</bug>: Make certain that a valid Host name is set, or none 
at all. (billbarker)
       </fix>
+      <fix>
+        <bug>38485</bug>: Fix minor regression setting connection timeout (as 
well as linger and
+        no delay) where the default value was always used when using the 
regular 
+        HTTP connector (remm)
+      </fix>
+      <update>
+        Pass along more of the SSL related fields to OpenSSL (remm)
+      </update>
     </changelog>
   </subsection>
   <subsection name="Jasper">

Modified: tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml?rev=374898&r1=374897&r2=374898&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml Sat Feb  4 09:55:49 2006
@@ -17,6 +17,9 @@
 
 <section name="Quick Start">
 
+   <p><b>IMPORTANT NOTE: This Howto refers to usage of JSSE. When using APR, 
Tomcat will
+   use OpenSSL, which uses a different configuration.</b></p>
+
     <blockquote><em>
     <p>The description below uses the variable name $CATALINA_HOME
     to refer to the directory into which you have installed Tomcat 5,



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to