Commit Graph

21 Commits

Author SHA1 Message Date
Ralf S. Engelschall
0817b9a4c3 Upgrade to Apache 1.3.4 + mod_ssl 2.2.3 1999-02-21 17:05:24 +00:00
Ralf S. Engelschall
7f9d3d74f5 Upgrade to Apache 1.3.4 + mod_ssl 2.2.2 1999-02-05 15:36:09 +00:00
Ralf S. Engelschall
c8952a8dd0 Upgrade to Apache 1.3.4 + mod_ssl 2.2.1 1999-02-04 11:39:11 +00:00
Ralf S. Engelschall
94c3e13b3b Upgrade to Apache 1.3.4 + mod_ssl 2.2.0 1999-01-27 20:08:09 +00:00
Ralf S. Engelschall
c5f22d0fa4 Update to Apache 1.3.4 + mod_ssl 2.1.8 1999-01-25 08:47:19 +00:00
Ralf S. Engelschall
002bfc2240 - Upgrade to Apache 1.3.4
- Upgrade to mod_ssl 2.1.7
- Add additional master site
- Add Y2K link
- Make portlint happy
1999-01-13 08:03:07 +00:00
Dirk Froemberg
1136e15539 Change dependencies from SSLeay to openssl, the successor of SSLeay. 1999-01-10 14:11:19 +00:00
Ralf S. Engelschall
7222c99e97 Upgrade to Apache 1.3.3 + mod_ssl 2.1.6 1999-01-06 16:48:35 +00:00
Ralf S. Engelschall
7dcc8bc1f0 Upgrade to Apache 1.3.3 + mod_ssl 2.1.5 1999-01-02 17:37:06 +00:00
Ralf S. Engelschall
8195db31a3 Upgrade to Apache 1.3.3 + mod_ssl 2.1.4 1998-12-25 15:36:53 +00:00
Ralf S. Engelschall
ab4db2934f Upgrade to Apache 1.3.3 + mod_ssl 2.1.3 1998-12-05 17:51:34 +00:00
Ralf S. Engelschall
91503f2fea Upgrade to Apache 1.3.3 + mod_ssl 2.1.2
This is the first port version for the new mod_ssl version 2.1.
As a summary, here are its main SSL/TLS-related features:

   o  Open-Source software (BSD-style license)
   o  Useable for both commercial and non-commercial use
   o  Available for both Unix and Win32 platforms
   o  128-bit strong cryptography world-wide
   o  Support for SSLv2, SSLv3 and TLSv1 protocols
   o  Clean reviewable ANSI C source code
   o  Clean Apache module architecture
   o  Integrates seamlessly into Apache through an Extended API (EAPI)
   o  Full Dynamic Shared Object (DSO) support
   o  Support for the SSLeay+RSAref US-situation
   o  Advanced pass-phrase handling for private keys
   o  X.509 certificate based authentication for both client and server
   o  Additional boolean-expression based access control facility
   o  Backward compatibility to other Apache SSL solutions
   o  Inter-process SSL session cache
   o  Powerful dedicated SSL engine logging facility
   o  Simple and robust application to Apache source trees
   o  Fully integrated into the Apache 1.3 configuration mechanism
   o  Additional integration into the Apache Autoconf-style Interface (APACI)
   o  Assistance in X.509 v3 certificate generation
1998-12-03 09:37:06 +00:00
Ralf S. Engelschall
0bf99088cd Upgrade to Apache 1.3.3 + mod_ssl 2.0.15 1998-11-07 14:22:40 +00:00
Ralf S. Engelschall
fc3b3f89b4 Upgrade to Apache 1.3.2 + mod_ssl 2.0.12 1998-10-02 10:11:11 +00:00
Ralf S. Engelschall
4309ad9fed Upgrade to Apache 1.3.2 + mod_ssl 2.0.11 1998-09-23 12:20:00 +00:00
Ralf S. Engelschall
66165b9ba2 Completely overhauled Apache+mod_ssl port:
- use mod_ssl 2.0.10 which automatically disables
  DSO for mod_log_config and mod_proxy which caused
  problems for the port

- use mod_auth_dbm instead of mod_auth_db because
  first DBM is internally mapped to our DB (so
  functionality is the same) and this way we
  get rid of the nasty conflicts with DB 2.x port.

- fixed the package list, i.e. the port
  now packages and deletes correctly

- automatically create dummy certificate, so
  the package can be tested immediately after
  installing.

- use "apachectl startssl" instead of "apachectl start"
  from within apache.sh rc script now.

- removed the outcommented patch pieces for Makefile.tmpl
  because they are confusing both inside patches/patch-ab
  and under install time.

- use a "post-patch" target to remove all .orig files
  mod_ssl's configure script created to avoid their
  installation (which confuses the package list).
1998-09-17 10:58:00 +00:00
Ralf S. Engelschall
7ac7a4fa02 Upgrade to Apache 1.3.1 + mod_ssl 2.0.9 1998-09-14 16:18:50 +00:00
Ralf S. Engelschall
ba9d75d412 Upgrade to Apache 1.3.1 + mod_ssl 2.0.8 1998-09-12 17:31:26 +00:00
Ralf S. Engelschall
ecf200c9d3 Upgrade SSL-aware Apache to: Apache 1.3.1 + mod_ssl 2.0.7 1998-09-09 15:17:46 +00:00
Ralf S. Engelschall
8caffe5299 Upgrade to Apache 1.3.1 + mod_ssl 2.0.6
(This version now automatically recognizes whether
SSLeay was build in conjunction with RSAref or not)
1998-08-29 21:24:14 +00:00
Ralf S. Engelschall
a116af42b2 Import of a new SSL-aware Apache 1.3, achieved by patching up
the original Apache 1.3.1 with mod_ssl 2.0.5 (the Apache
Interface to SSLeay).
1998-08-27 16:00:05 +00:00