aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_trce.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-05-12 10:27:53 +0100
committerMatt Caswell <matt@openssl.org>2015-05-13 15:07:57 +0100
commit55a9a16f1c02837058173c41fa26f36ec3acd22e (patch)
treef024c722a4f3b06861b7976a4266afe24646a43d /ssl/t1_trce.c
parent5561419a6033f8ccad9399d5386d6941c0aa44ae (diff)
downloadopenssl-55a9a16f1c02837058173c41fa26f36ec3acd22e.tar.gz
Remove Kerberos support from libssl
Remove RFC2712 Kerberos support from libssl. This code and the associated standard is no longer considered fit-for-purpose. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ssl/t1_trce.c')
-rw-r--r--ssl/t1_trce.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c
index f8d19b87ad..6596c87932 100644
--- a/ssl/t1_trce.c
+++ b/ssl/t1_trce.c
@@ -778,10 +778,6 @@ static int ssl_get_keyex(const char **pname, SSL *ssl)
*pname = "dh_dss";
return SSL_kDHd;
}
- if (alg_k & SSL_kKRB5) {
- *pname = "krb5";
- return SSL_kKRB5;
- }
if (alg_k & SSL_kDHE) {
*pname = "DHE";
return SSL_kDHE;