summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/README.SSL
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2000-12-18 20:49:14 +0000
committerBob Beck <beck@cvs.openbsd.org>2000-12-18 20:49:14 +0000
commit301e13a91ffdbb5d83176ad3cc4a6c05aecc22b9 (patch)
tree0d0bd38309d07675b1481bacdfcfa7d76d754738 /usr.sbin/httpd/README.SSL
parentdd8b809969ff3e73dc631071af5196482c8a5001 (diff)
Argh. this commit didn't make it when I did it earlier - apache 1.3.14 + mod_ssl 2.7.1 merge
Diffstat (limited to 'usr.sbin/httpd/README.SSL')
-rw-r--r--usr.sbin/httpd/README.SSL18
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/httpd/README.SSL b/usr.sbin/httpd/README.SSL
index e9522ba7899..1256b4ea734 100644
--- a/usr.sbin/httpd/README.SSL
+++ b/usr.sbin/httpd/README.SSL
@@ -44,7 +44,6 @@
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 OpenSSL+RSAref US-situation
o Advanced pass-phrase handling for private keys
o X.509 certificate based authentication for both client and server
o X.509 certificate revocation list (CRL) support
@@ -58,6 +57,7 @@
o Fully integrated into the Apache 1.3 configuration mechanism
o Additional integration into the Apache Autoconf-style Interface (APACI)
o Assistance in X.509v3 certificate generation (both RSA and DSA)
+ o Experimental support for external Crypto Devices (OpenSSL ENGINE)
Disclaimer
__________
@@ -125,10 +125,10 @@
Compatibility
_____________
- This module was developed and tested with Netscape Communicator 4.0x, Lynx
- 2.7.x and cURL 5.x under FreeBSD 2.2.x and 3.1 as the clients only. But it
- should work with other Navigator/Communicator variants, too. Even Internet
- Explorer users should be able to use this software.
+ This module was developed and tested with Netscape Communicator 4.x,
+ Lynx 2.x and cURL 7.x under FreeBSD 2.2.x, 3.x and 4.x as the clients
+ only. But it should work with other Navigator/Communicator variants,
+ too. Even Internet Explorer users should be able to use this software.
Resources
_________
@@ -141,8 +141,8 @@
_______
Special thanks to The Apache Group and the NCSA for Apache, to the OpenSSL
- project for the SSL/TLS toolkit and especially to Eric A. Young and Tim J.
- Hudson for SSLeay on which OpenSSL is based. And thanks also go to Ben
- Laurie for the original Apache-SSL on which mod_ssl is based. Without the
- effort of these people mod_ssl would not be possible.
+ project for the SSL/TLS toolkit and especially to Eric A. Young and Tim J.
+ Hudson for SSLeay on which OpenSSL is based. And thanks also go to Ben
+ Laurie for the original Apache-SSL on which mod_ssl was originally based.
+ Without the effort of these people mod_ssl would not be possible.