[krbdev.mit.edu #7914] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed May 21 11:34:10 EDT 2014


Add tests for krb5int_c_combine_keys

krb5int_c_combine_keys is used only by SAM-2 preauth with neither the
send-encrypted-sad nor use-sad-as-key flags, so it isn't covered by
any automated function tests.  Add some unit tests to make sure that
it works and returns the expected results for two randomly generated
test vectors.

https://github.com/krb5/krb5/commit/6e8b2fba84df2ef74ce071330b4c3f843f4b7541
Author: Greg Hudson <ghudson at mit.edu>
Commit: 6e8b2fba84df2ef74ce071330b4c3f843f4b7541
Branch: master
 .gitignore                              |    1 +
 src/lib/crypto/crypto_tests/Makefile.in |   11 +++-
 src/lib/crypto/crypto_tests/deps        |   10 ++++
 src/lib/crypto/crypto_tests/t_combine.c |   80 +++++++++++++++++++++++++++++++
 4 files changed, 99 insertions(+), 3 deletions(-)



More information about the krb5-bugs mailing list