diff options
author | Kaspar Brand <kbrand@apache.org> | 2013-11-23 14:03:25 +0100 |
---|---|---|
committer | Kaspar Brand <kbrand@apache.org> | 2013-11-23 14:03:25 +0100 |
commit | e7dc6dd3f4cea392c1dab2d22429fe35b2b82011 (patch) | |
tree | c1eebe585fd5805b89d8e609327d867e17a76349 /docs/STATUS | |
parent | Address a todo listed in (diff) | |
download | apache2-e7dc6dd3f4cea392c1dab2d22429fe35b2b82011.tar.xz apache2-e7dc6dd3f4cea392c1dab2d22429fe35b2b82011.zip |
Remove SSLPKCS7CertificateFile support:
- was never documented, so very unlikely that it was ever used
- adds complexity without apparent benefit; PKCS#7 files can
be trivially converted to a file for use with SSLCertificateChainFile
(concatenated X509 CERTIFICATE chunks, openssl pkcs7 -print_certs...)
- only supports PKCS7 files with PEM encoding, i.e. relies on a
non-standardized PEM header (cf. RFC 2315 and draft-josefsson-pkix-textual)
- issues pointed out in http://mail-archives.apache.org/mod_mbox/httpd-dev/200607.mbox/%3C20060723093125.GA19423@redhat.com%3E
were never fully addressed (cf. r424707 and r424735)
- has never worked in vhost context due to a cfgMergeString
call missing from modssl_ctx_cfg_merge
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1544784 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/STATUS')
-rw-r--r-- | docs/STATUS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/STATUS b/docs/STATUS index 4da6e6ca0a..bcaa0f875a 100644 --- a/docs/STATUS +++ b/docs/STATUS @@ -9,9 +9,6 @@ http://httpd.apache.org/docs-project/docsformat.html To Do List ======================= -- The following directives of modules included in 2.4.x are not documented: - SSLPKCS7CertificateFile (mod_ssl) - - Update the http://httpd.apache.org/docs-project/docsformat.html document to be useful. In particular: - Document the translation process. |