aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_ciph.c
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-01-05 18:50:09 +0100
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-01-06 15:14:57 +0100
commit643d91fea409b0f010ce990f8f0fac234ae058bc (patch)
treef75249d0e781db96eab9f7aea953b6d4df5c7cdf /ssl/ssl_ciph.c
parentcc94da4ea38cc2a4a47e0a14ef9e361a2d723eff (diff)
downloadopenssl-643d91fea409b0f010ce990f8f0fac234ae058bc.zip
openssl-643d91fea409b0f010ce990f8f0fac234ae058bc.tar.gz
openssl-643d91fea409b0f010ce990f8f0fac234ae058bc.tar.bz2
Stop using unimplemented cipher classes.
Add comments to no longer usable ciphers. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5023)
Diffstat (limited to 'ssl/ssl_ciph.c')
-rw-r--r--ssl/ssl_ciph.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c
index 19b592a..94bff7c 100644
--- a/ssl/ssl_ciph.c
+++ b/ssl/ssl_ciph.c
@@ -1368,10 +1368,6 @@ STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method, STACK
ssl_cipher_apply_rule(0, 0, SSL_aNULL, 0, 0, 0, 0, CIPHER_ORD, -1, &head,
&tail);
- /*
- * ssl_cipher_apply_rule(0, 0, SSL_aDH, 0, 0, 0, 0, CIPHER_ORD, -1,
- * &head, &tail);
- */
ssl_cipher_apply_rule(0, SSL_kRSA, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head,
&tail);
ssl_cipher_apply_rule(0, SSL_kPSK, 0, 0, 0, 0, 0, CIPHER_ORD, -1, &head,