You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1999/05/01 15:15:04 UTC

cvs commit: apache-site related_projects.html

rse         99/05/01 06:15:04

  Modified:    .        related_projects.html
  Log:
  Update mod_ssl entry: new location and reference OpenSSL instead of SSLeay
  
  Revision  Changes    Path
  1.40      +20 -14    apache-site/related_projects.html
  
  Index: related_projects.html
  ===================================================================
  RCS file: /home/cvs/apache-site/related_projects.html,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- related_projects.html	1999/04/23 23:03:33	1.39
  +++ related_projects.html	1999/05/01 13:15:03	1.40
  @@ -23,7 +23,7 @@
   
   <UL>
   <LI><A HREF="#apachessl">Apache-SSL</A>
  -<LI><A HREF="#modssl">Apache Interface to SSLeay (mod_ssl)</A>
  +<LI><A HREF="#modssl">Apache Interface to OpenSSL (mod_ssl)</A>
   <LI><A HREF="#modulereg">Apache Module Registry</A>
   <LI><A HREF="#php">PHP Project</A>
   <LI><A HREF="#modperl">Apache/Perl Integration Project</A>
  @@ -71,23 +71,29 @@
   
   <P><HR>
   
  -<H3><A NAME="modssl" HREF="http://www.engelschall.com/sw/mod_ssl/">Apache Interface to SSLeay (mod_ssl)</A></H3>
  +<H3><A NAME="modssl" HREF="http://www.modssl.org/">Apache Interface to OpenSSL (mod_ssl)</A></H3>
   
  -This module provides strong cryptography for <A
  -HREF="http://www.apache.org/">Apache</A> via <A
  -HREF="http://www.netscape.com/">Netscape</A>'s <A
  -HREF="http://www.netscape.com/newsref/std/SSL.html">Secure Socket Layer</A>
  -(SSL) through the free SSL implementation library <A
  -HREF="http://www.ssleay.org/">SSLeay</A> from <A
  -HREF="mailto:eay@cryptsoft.com">Eric A. Young</A> and <A
  -HREF="mailto:tjh@cryptsoft.com">Tim Hudson</A>. The mod_ssl package was
  -created by <A HREF="http://www.engelschall.com/">Ralf S. Engelschall</A> and
  -is based in parts on the <A HREF="http://www.apache-ssl.org/">Apache-SSL</A>
  -package developed by <A HREF="mailto:ben@algroup.co.uk">Ben Laurie</A>. 
  +This module provides strong cryptography for the <a
  +href="http://www.apache.org/">Apache</a> 1.3 webserver via the <a
  +href="http://www.netscape.com/eng/ssl3/">Secure Sockets Layer</a> (SSL v2/v3)
  +and <a href="http://www.consensus.com/ietf-tls/ietf-tls-home.html">Transport
  +Layer Security</a> (TLS v1) protocols by the help of the <a
  +href="http://www.opensource.org/">Open Source</a> SSL/TLS toolkit <a
  +href="http://www.openssl.org/">OpenSSL</a>, which is based on <a
  +href="http://www.ssleay.org/">SSLeay</a> from <a
  +href="mailto:eay@cryptsoft.com">Eric A. Young</a> and <a
  +href="mailto:tjh@cryptsoft.com">Tim J. Hudson</a>. The mod_ssl package was
  +created in April 1998 by <a href="http://www.engelschall.com/">Ralf S.
  +Engelschall</a> and was originally derived from software developed by <a
  +href="mailto:ben@algroup.co.uk">Ben Laurie</a> for use in the <a
  +href="http://www.apache-ssl.org/">Apache-SSL</a> HTTP server project.  The
  +mod_ssl package is licensed under a BSD-style licence, which basically means
  +that you are free to get and use it for commercial and non-commercial
  +purposes.
   
   <P>
   The mod_ssl package is <A
  -HREF="http://www.engelschall.com/sw/mod_ssl/distrib/">distributed</A> as a
  +HREF="http://www.modssl.org/source/">distributed</A> as a
   source extension and set of patches for the Apache 1.3 webserver from outside
   the United States.  Inside the United States you are able to use it for
   non-commercial purposes for free if you use RSAREF (due to various patents).