summaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 'include')
-rw-r--r--include/openssl/ssl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 0973f0688d..c039b2a04a 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -138,6 +138,7 @@ extern "C" {
# define SSL_TXT_ARIA128 "ARIA128"
# define SSL_TXT_ARIA256 "ARIA256"
# define SSL_TXT_GOST2012_GOST8912_GOST8912 "GOST2012-GOST8912-GOST8912"
+# define SSL_TXT_CBC "CBC"
# define SSL_TXT_MD5 "MD5"
# define SSL_TXT_SHA1 "SHA1"