summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorCliff Woolley <jwoolley@apache.org>2002-05-16 21:05:24 +0200
committerCliff Woolley <jwoolley@apache.org>2002-05-16 21:05:24 +0200
commit35977ffef7260760b4287792be5ad1025cedf8e4 (patch)
tree5b8f79b0bb3666f8eb0a7a799d12c1b6d2d89768 /CHANGES
parentPass sconf into the cleanup... (diff)
downloadapache2-35977ffef7260760b4287792be5ad1025cedf8e4.tar.xz
apache2-35977ffef7260760b4287792be5ad1025cedf8e4.zip
The group consensus was that we're no longer supporting "make certificate,"
as test certificates just allow people who don't know what they're doing to dig a bigger hole for themselves and don't really help anybody who DOES know what they're doing much. So all of the documentation references to "make certificate" are now removed. PR: 8724 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95139 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d8194be79e..54edae8cb4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with Apache 2.0.37
+ *) Removed documentation references to the no-longer-supported
+ "make certificate" feature of mod_ssl for Apache 1.3.x. Test
+ certificates, if truly desired, can be generated using openssl
+ commands. PR 8724. [Cliff Woolley]
+
*) Remove SSLLog and SSLLogLevel directives in favor of having
mod_ssl use the standard ErrorLog directives. [Justin Erenkrantz]