diff options
author | Kevin Coffman <kwc@citi.umich.edu> | 2010-03-17 13:02:55 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-05-14 15:09:17 -0400 |
commit | 958142e97e04d6c266ae093739bbbbd03afcd497 (patch) | |
tree | f945fcf7105663bfccc124c347441268dcf06367 /net/sunrpc/auth_gss/gss_krb5_unseal.c | |
parent | 683ac6656cb05b6e83593770ffc049eee4a4d119 (diff) |
gss_krb5: add support for triple-des encryption
Add the final pieces to support the triple-des encryption type.
Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/auth_gss/gss_krb5_unseal.c')
-rw-r--r-- | net/sunrpc/auth_gss/gss_krb5_unseal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/auth_gss/gss_krb5_unseal.c b/net/sunrpc/auth_gss/gss_krb5_unseal.c index 7515bffddf15..3e15bdb5a9eb 100644 --- a/net/sunrpc/auth_gss/gss_krb5_unseal.c +++ b/net/sunrpc/auth_gss/gss_krb5_unseal.c | |||
@@ -152,6 +152,7 @@ gss_verify_mic_kerberos(struct gss_ctx *gss_ctx, | |||
152 | default: | 152 | default: |
153 | BUG(); | 153 | BUG(); |
154 | case ENCTYPE_DES_CBC_RAW: | 154 | case ENCTYPE_DES_CBC_RAW: |
155 | case ENCTYPE_DES3_CBC_RAW: | ||
155 | return gss_verify_mic_v1(ctx, message_buffer, read_token); | 156 | return gss_verify_mic_v1(ctx, message_buffer, read_token); |
156 | } | 157 | } |
157 | } | 158 | } |