[krbdev.mit.edu #8812] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
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. [[email protected]: rewrote commit message] https://github.com/krb5/krb5/commit/925a7df2f486aaa3ff137d2bcdf8ff57186638c6 Author: Robbie Harwood <[email protected]> Committer: Greg Hudson <[email protected]> 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(-)