Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Remove support for no-flags SAM-2 preauth

When neither the send-encrypted-sad nor the use-sad-as-key flag is set
in the SAM-2 challenge, the protocol calls for the AS key to be
combined with the string-to-key of the SAD using a key combination
method which has only been implemented for DES and 3DES enctypes.
Rather than extending key combination, remove support for this case.

[ghudson@mit.edu: rewrote commit message, added comment]

https://github.com/krb5/krb5/commit/c30e0af224ef3716513744fd86aec3eeea90abf9
Author: Robbie Harwood <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: c30e0af224ef3716513744fd86aec3eeea90abf9
Branch: master
src/lib/krb5/krb/preauth_sam2.c | 40 ++++++++++----------------------------
1 files changed, 11 insertions(+), 29 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Remove krb5int_c_combine_keys()

This method of combining keys was specified by
draft-ietf-krb-wg-kerberos-sam for DES and 3DES enctypes, and is
otherwise unused. Remove it.

[ghudson@mit.edu: rewrote commit message]

https://github.com/krb5/krb5/commit/925a7df2f486aaa3ff137d2bcdf8ff57186638c6
Author: Robbie Harwood <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 925a7df2f486aaa3ff137d2bcdf8ff57186638c6
Branch: master
.gitignore | 1 -
src/include/k5-int.h | 7 -
src/lib/crypto/crypto_tests/Makefile.in | 12 +--
src/lib/crypto/crypto_tests/deps | 10 --
src/lib/crypto/crypto_tests/t_combine.c | 62 ---------
src/lib/crypto/krb/Makefile.in | 3 -
src/lib/crypto/krb/combine_keys.c | 227 -------------------------------
src/lib/crypto/krb/deps | 13 --
src/lib/crypto/libk5crypto.exports | 1 -
9 files changed, 3 insertions(+), 333 deletions(-)