summaryrefslogtreecommitdiffstats
path: root/doc/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-09-30 23:40:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-09-30 23:40:52 +0000
commit50425bc137ebb7bff558fe0875be5bcc069a2577 (patch)
tree32e04e926cd0829b8b4c56b262649316e7b1c6c4 /doc/apps
parent0c690586e053fe149e91a3f759d9789fbce0b714 (diff)
Change version from 0.9.9 to 1.0.0 in docs
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/ciphers.pod4
-rw-r--r--doc/apps/cms.pod2
-rw-r--r--doc/apps/openssl.pod2
-rw-r--r--doc/apps/smime.pod2
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod
index 7c6608d67d..f44aa00a2f 100644
--- a/doc/apps/ciphers.pod
+++ b/doc/apps/ciphers.pod
@@ -110,7 +110,7 @@ The following is a list of all permitted cipher strings and their meanings.
=item B<DEFAULT>
the default cipher list. This is determined at compile time and, as of OpenSSL
-0.9.9, is normally B<ALL:!aNULL:!eNULL>. This must be the first cipher string
+1.0.0, is normally B<ALL:!aNULL:!eNULL>. This must be the first cipher string
specified.
=item B<COMPLEMENTOFDEFAULT>
@@ -473,6 +473,6 @@ L<s_client(1)|s_client(1)>, L<s_server(1)|s_server(1)>, L<ssl(3)|ssl(3)>
The B<COMPLENTOFALL> and B<COMPLEMENTOFDEFAULT> selection options
for cipherlist strings were added in OpenSSL 0.9.7.
-The B<-V> option for the B<ciphers> command was added in OpenSSL 0.9.9.
+The B<-V> option for the B<ciphers> command was added in OpenSSL 1.0.0.
=cut
diff --git a/doc/apps/cms.pod b/doc/apps/cms.pod
index d62961a023..a09588a18d 100644
--- a/doc/apps/cms.pod
+++ b/doc/apps/cms.pod
@@ -596,7 +596,7 @@ No revocation checking is done on the signer's certificate.
=head1 HISTORY
The use of multiple B<-signer> options and the B<-resign> command were first
-added in OpenSSL 0.9.9
+added in OpenSSL 1.0.0
=cut
diff --git a/doc/apps/openssl.pod b/doc/apps/openssl.pod
index 2b83c35b9e..28903d5124 100644
--- a/doc/apps/openssl.pod
+++ b/doc/apps/openssl.pod
@@ -414,7 +414,7 @@ L<crypto(3)|crypto(3)>, L<ssl(3)|ssl(3)>, L<x509v3_config(5)|x509v3_config(5)>
The openssl(1) document appeared in OpenSSL 0.9.2.
The B<list->I<XXX>B<-commands> pseudo-commands were added in OpenSSL 0.9.3;
-The B<list->I<XXX>B<-algorithms> pseudo-commands were added in OpenSSL 0.9.9;
+The B<list->I<XXX>B<-algorithms> pseudo-commands were added in OpenSSL 1.0.0;
the B<no->I<XXX> pseudo-commands were added in OpenSSL 0.9.5a.
For notes on the availability of other commands, see their individual
manual pages.
diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod
index e0258b5648..42c0733bcb 100644
--- a/doc/apps/smime.pod
+++ b/doc/apps/smime.pod
@@ -439,7 +439,7 @@ structures may cause parsing errors.
=head1 HISTORY
The use of multiple B<-signer> options and the B<-resign> command were first
-added in OpenSSL 0.9.9
+added in OpenSSL 1.0.0
=cut