aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2008-05-23 08:59:23 +0000
committerLutz Jänicke <jaenicke@openssl.org>2008-05-23 08:59:23 +0000
commitd18ef847f4c2d15fee0b69a1b331dee5c9e9b97a (patch)
tree06dd66c71b3c6e0db9f8924bfccc025a7b8816ec /FAQ
parent5c0d90a6998ba4be970f69aa06bd879bb48f5e4b (diff)
downloadopenssl-d18ef847f4c2d15fee0b69a1b331dee5c9e9b97a.tar.gz
Remove all root CA files (beyond test CAs including private key)
from the OpenSSL distribution.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ15
1 files changed, 15 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index a0288343a3..524b2baa78 100644
--- a/FAQ
+++ b/FAQ
@@ -392,6 +392,7 @@ page of the "openssl x509" commandline tool for details. The old behaviour
has however been left as default for the sake of compatibility.
* What is a "128 bit certificate"? Can I create one with OpenSSL?
+* How can I set up a bundle of commercial root CA certificates?
The term "128 bit certificate" is a highly misleading marketing term. It does
*not* refer to the size of the public key in the certificate! A certificate
@@ -447,6 +448,20 @@ did this would be redundant information because it would duplicate the issuer
name of C.
+* How can I set up a bundle of commercial root CA certificates?
+
+The OpenSSL software is shipped without any root CA certificate as the
+OpenSSL project does not have any policy on including or excluding
+any specific CA and does not intend to set up such a policy. Deciding
+about which CAs to support is up to application developers or
+administrators.
+
+Other projects do have other policies so you can for example extract the CA
+bundle used by Mozilla and/or modssl as described in this article:
+
+ http://www.mail-archive.com/modssl-users@modssl.org/msg16980.html
+
+
[BUILD] =======================================================================
* Why does the linker complain about undefined symbols?