]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add tests for krb5int_c_combine_keys
authorGreg Hudson <ghudson@mit.edu>
Tue, 20 May 2014 18:52:44 +0000 (14:52 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 21 May 2014 15:33:25 +0000 (11:33 -0400)
commit6e8b2fba84df2ef74ce071330b4c3f843f4b7541
treed6e7afb4856b67bc97922c9935ef568879ea14c2
parent89803a5a781107365d5a4534eebf48dbaf010f96
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.

ticket: 7914
target_version: 1.12.2
tags: pullup
.gitignore
src/lib/crypto/crypto_tests/Makefile.in
src/lib/crypto/crypto_tests/deps
src/lib/crypto/crypto_tests/t_combine.c [new file with mode: 0644]