summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-11-25 14:11:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-11-25 14:11:25 +0000
commit82c4674e477ac70a214386f1f141c96abd14d129 (patch)
tree3d0274d01030473c9b52743c0d8024c990b20cae /doc
parent9d2996b82fa59f478251c9fec85c5e2df2a43958 (diff)
Update docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/ca.pod6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod
index d0a7703e61..9be38865af 100644
--- a/doc/apps/ca.pod
+++ b/doc/apps/ca.pod
@@ -597,12 +597,6 @@ The use of an in memory text database can cause problems when large
numbers of certificates are present because, as the name implies
the database has to be kept in memory.
-It is not possible to certify two certificates with the same DN: this
-is a side effect of how the text database is indexed and it cannot easily
-be fixed without introducing other problems. Some S/MIME clients can use
-two certificates with the same DN for separate signing and encryption
-keys.
-
The B<ca> command really needs rewriting or the required functionality
exposed at either a command or interface level so a more friendly utility
(perl script or GUI) can handle things properly. The scripts B<CA.sh> and