Author: dj
Date: 2008-03-22 14:26:38 -0600 (Sat, 22 Mar 2008)
New Revision: 7300
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/openssl.xml
Log:
added note about SNI to OpenSSL command explanations.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-03-22 15:24:52 UTC
(rev 7299)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-03-22 20:26:38 UTC
(rev 7300)
@@ -45,6 +45,10 @@
<para>March 22nd, 2008</para>
<itemizedlist>
<listitem>
+ <para>[dj] - Added enable-tlsext option for SNI to OpenSSL
+ command explanations section.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Added the libedit package as a dependency of
OpenSSH which provides sftp command-line history.</para>
</listitem>
Modified: trunk/BOOK/postlfs/security/openssl.xml
===================================================================
--- trunk/BOOK/postlfs/security/openssl.xml 2008-03-22 15:24:52 UTC (rev
7299)
+++ trunk/BOOK/postlfs/security/openssl.xml 2008-03-22 20:26:38 UTC (rev
7300)
@@ -106,6 +106,12 @@
of those encryption methods. Patent licenses may be needed for you to
utilize either of those methods in your projects.</para>
+ <para><option>enable-tlsext</option>: When added to the
+ <command>./config</command> command, enables TLS Extensions. Currently
+ this is only RFC 3546 and 4507bis for Server Name Indication. This allows
+ the use of multiple SSL certificates with multiple virtual hosts in apache,
+ while using only one IP address and one port for all virtual hosts.</para>
+
<para><command>make MANDIR=/usr/share/man; make MANDIR=/usr/share/man
install</command>: These commands install
<application>OpenSSL</application> with the man pages in
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page