Remove a few more remnants of RC4/TLS. Change-Id: I5d7fd9ba0688a3ebd6f6d36768cc3c0e33e2da52 Reviewed-on: https://boringssl-review.googlesource.com/11081 CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> Reviewed-by: Matt Braithwaite <mab@google.com> Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index 21825da..0969dce 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h
@@ -1259,9 +1259,9 @@ * corresponding |k*| or |a*| cipher rule. |RSA| is an alias for |kRSA|, not * |aRSA|. * - * |3DES|, |RC4|, |AES128|, |AES256|, |AES|, |AESGCM|, |CHACHA20| match - * ciphers whose bulk cipher use the corresponding encryption scheme. Note - * that |AES|, |AES128|, and |AES256| match both CBC and GCM ciphers. + * |3DES|, |AES128|, |AES256|, |AES|, |AESGCM|, |CHACHA20| match ciphers + * whose bulk cipher use the corresponding encryption scheme. Note that + * |AES|, |AES128|, and |AES256| match both CBC and GCM ciphers. * * |MD5|, |SHA1|, |SHA256|, and |SHA384| match legacy cipher suites using the * corresponding hash function in their MAC. AEADs are matched by none of @@ -1277,7 +1277,7 @@ * |kEDH|, |EDH|, |kEECDH|, and |EECDH| are legacy aliases for |kDHE|, |DHE|, * |kECDHE|, and |ECDHE|, respectively. * - * |MEDIUM| and |HIGH| match RC4-based ciphers and all others, respectively. + * |HIGH| is an alias for |ALL|. * * |FIPS| is an alias for |HIGH|. *