From 6e8b2fba84df2ef74ce071330b4c3f843f4b7541 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Tue, 20 May 2014 14:52:44 -0400 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 49f4367..12aa58e 100644 --- a/.gitignore +++ b/.gitignore @@ -141,6 +141,7 @@ testlog /src/lib/crypto/crypto_tests/t_cksum5 /src/lib/crypto/crypto_tests/t_cksums /src/lib/crypto/crypto_tests/t_cmac +/src/lib/crypto/crypto_tests/t_combine /src/lib/crypto/crypto_tests/t_crc /src/lib/crypto/crypto_tests/t_cts /src/lib/crypto/crypto_tests/t_decrypt -- cgit v1.1