summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-02-10 11:10:39 -0500
committerRich Salz <rsalz@openssl.org>2016-02-17 21:12:30 -0500
commite4ef2e25f11de9c3d729be15bef693a815c3dfe4 (patch)
tree44395f22251e1732935a09f8a650b43c4d4cabd1 /doc
parent4418e0302f471750e643079a753ab43a2eb164b8 (diff)
Remove "experimental" in code and comments, too.
Thanks to Viktor for additional review. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/cms.pod2
-rw-r--r--doc/apps/smime.pod2
-rw-r--r--doc/apps/x509.pod2
3 files changed, 2 insertions, 4 deletions
diff --git a/doc/apps/cms.pod b/doc/apps/cms.pod
index 7470fae795..7a3505cb21 100644
--- a/doc/apps/cms.pod
+++ b/doc/apps/cms.pod
@@ -512,7 +512,7 @@ The B<-resign> option uses an existing message digest when adding a new
signer. This means that attributes must be present in at least one existing
signer using the same message digest or this operation will fail.
-The B<-stream> and B<-indef> options enable experimental streaming I/O support.
+The B<-stream> and B<-indef> options enable streaming I/O support.
As a result the encoding is BER using indefinite length constructed encoding
and no longer DER. Streaming is supported for the B<-encrypt> operation and the
B<-sign> operation if the content is not detached.
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
index 62f1417d52..82f3ecc698 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -344,7 +344,7 @@ The B<-resign> option uses an existing message digest when adding a new
signer. This means that attributes must be present in at least one existing
signer using the same message digest or this operation will fail.
-The B<-stream> and B<-indef> options enable experimental streaming I/O support.
+The B<-stream> and B<-indef> options enable streaming I/O support.
As a result the encoding is BER using indefinite length constructed encoding
and no longer DER. Streaming is supported for the B<-encrypt> operation and the
B<-sign> operation if the content is not detached.
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod
index a742fecc4f..7efa4c13ec 100644
--- a/doc/apps/x509.pod
+++ b/doc/apps/x509.pod
@@ -243,8 +243,6 @@ this outputs the certificate in the form of a C source file.
=head2 TRUST SETTINGS
-Please note these options are currently experimental and may well change.
-
A B<trusted certificate> is an ordinary certificate which has several
additional pieces of information attached to it such as the permitted
and prohibited uses of the certificate and an "alias".