diff options
author | Stefan Fritsch <sf@apache.org> | 2011-01-02 00:56:24 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-01-02 00:56:24 +0100 |
commit | 7403827278ff4dc120b59f83c5237050a922ecd2 (patch) | |
tree | 830013733bbb1c49439b4d29d0717660354d97ee /docs/manual/upgrading.xml | |
parent | update transformation (diff) | |
download | apache2-7403827278ff4dc120b59f83c5237050a922ecd2.tar.xz apache2-7403827278ff4dc120b59f83c5237050a922ecd2.zip |
Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variables
to be RFC 2253 compatible, convert non-ASCII characters to UTF8, and
escape other special characters with backslashes. The old format can
still be used with the LegacyDNStringFormat argument to SSLOptions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/upgrading.xml')
-rw-r--r-- | docs/manual/upgrading.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index a5f385da7e..e2ce3f7739 100644 --- a/docs/manual/upgrading.xml +++ b/docs/manual/upgrading.xml @@ -236,6 +236,12 @@ <li><module>mod_auto_index</module>: will now extract titles and display descriptions for .xhtml files, which were previously ignored.</li> + + <li><module>mod_ssl</module>: The default format of the <code>*_DN</code> + variables has changed. The old format can still be used with the new + <code>LegacyDNStringFormat</code> argument to <directive + module="mod_ssl">SSLOptions</directive>.</li> + <li><program>htpasswd</program> now uses MD5 hash by default on all platforms.</li> |