svn rev #22354: trunk/src/lib/gssapi/krb5/
hartmans@MIT.EDU
hartmans at MIT.EDU
Mon May 18 15:08:48 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22354
Commit By: hartmans
Log Message:
ticket: 6488
target_version: 1.7
tags: pullup
Copy the sequence key rather than the subkey for lucid contexts in RFC
1964 mode, so that we map to raw des enctypes rather than say
des-cbc-crc.
Changed Files:
U trunk/src/lib/gssapi/krb5/lucid_context.c
Modified: trunk/src/lib/gssapi/krb5/lucid_context.c
===================================================================
--- trunk/src/lib/gssapi/krb5/lucid_context.c 2009-05-18 19:08:29 UTC (rev 22353)
+++ trunk/src/lib/gssapi/krb5/lucid_context.c 2009-05-18 19:08:48 UTC (rev 22354)
@@ -213,7 +213,7 @@
lctx->rfc1964_kd.sign_alg = gctx->signalg;
lctx->rfc1964_kd.seal_alg = gctx->sealalg;
/* Copy key */
- if ((retval = copy_keyblock_to_lucid_key(gctx->subkey,
+ if ((retval = copy_keyblock_to_lucid_key(gctx->seq,
&lctx->rfc1964_kd.ctx_key)))
goto error_out;
}
More information about the cvs-krb5
mailing list