]> granicus.if.org Git - apache/commit
Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variables
authorStefan Fritsch <sf@apache.org>
Sat, 1 Jan 2011 23:56:24 +0000 (23:56 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 1 Jan 2011 23:56:24 +0000 (23:56 +0000)
commit7403827278ff4dc120b59f83c5237050a922ecd2
tree830013733bbb1c49439b4d29d0717660354d97ee
parent01755ffe635ad69bfb74871b4bdc36e228bfeb5a
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
CHANGES
docs/manual/mod/mod_ssl.xml
docs/manual/upgrading.xml
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_vars.c
modules/ssl/ssl_private.h
modules/ssl/ssl_util_ssl.c
modules/ssl/ssl_util_ssl.h