aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps/ciphers.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-10-27 13:40:11 -0400
committerRich Salz <rsalz@openssl.org>2015-10-28 17:23:51 -0400
commita528d4f0a9a71405f3ca06e20cbd27aa1b8c0df9 (patch)
tree302c2c6dd2accf5ba1a928862f1367e394779962 /doc/apps/ciphers.pod
parent6f5c03032080aa35e2ad5765b7243b8c75305611 (diff)
downloadopenssl-a528d4f0a9a71405f3ca06e20cbd27aa1b8c0df9.tar.gz
Remove SSLeay history, etc., from docs
If something was "present in all versions" of SSLeay, or if it was added to a version of SSLeay (and therefore predates OpenSSL), remove mention of it. Documentation history now starts with OpenSSL. Remove mention of all history before OpenSSL 0.9.8, inclusive. Remove all AUTHOR sections. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/apps/ciphers.pod')
-rw-r--r--doc/apps/ciphers.pod6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod
index 75982762d3..389b07c505 100644
--- a/doc/apps/ciphers.pod
+++ b/doc/apps/ciphers.pod
@@ -162,9 +162,7 @@ export encryption algorithms. Including 40 and 56 bits algorithms.
=item B<EXPORT56>
-56 bit export encryption algorithms. In OpenSSL 0.9.8c and later the set of
-56 bit export ciphers is empty unless OpenSSL has been explicitly configured
-with support for experimental ciphers.
+56 bit export encryption algorithms. This list is empty.
=item B<eNULL>, B<NULL>
@@ -726,8 +724,6 @@ L<s_client(1)>, L<s_server(1)>, L<ssl(3)>
=head1 HISTORY
-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 1.0.0.
=cut