summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOtto Hollmann <otto.hollmann@suse.com>2020-05-28 13:39:33 +0200
committerDmitry Belyavskiy <beldmit@gmail.com>2020-06-04 17:45:00 +0300
commitc1fd005bfc80412efd7d0807256ef5815997edef (patch)
tree1006cef4c78ec57e6484db881814a07efcf95a89 /doc
parentc8567c392c1dc3dd15651c0d2746a5b87b5a88dd (diff)
Add cipher list ciphersuites which using encryption algorithm in mode CBC.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/11984)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-ciphers.pod.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man1/openssl-ciphers.pod.in b/doc/man1/openssl-ciphers.pod.in
index 07ff9bc1df..b4ed3e51d5 100644
--- a/doc/man1/openssl-ciphers.pod.in
+++ b/doc/man1/openssl-ciphers.pod.in
@@ -403,6 +403,13 @@ used and only the two suite B compliant cipher suites
(ECDHE-ECDSA-AES128-GCM-SHA256 and ECDHE-ECDSA-AES256-GCM-SHA384) are
permissible.
+=item B<CBC>
+
+All cipher suites using encryption algorithm in Cipher Block Chaining (CBC)
+mode. These cipher suites are only supported in TLS v1.2 and earlier. Currently
+it's an alias for the following cipherstrings: B<SSL_DES>, B<SSL_3DES>, B<SSL_RC2>,
+B<SSL_IDEA>, B<SSL_AES128>, B<SSL_AES256>, B<SSL_CAMELLIA128>, B<SSL_CAMELLIA256>, B<SSL_SEED>.
+
=back
=head1 CIPHER SUITE NAMES