Implement test cases for CF2
authorSam Hartman <hartmans@mit.edu>
Mon, 16 Mar 2009 16:50:23 +0000 (16:50 +0000)
committerSam Hartman <hartmans@mit.edu>
Mon, 16 Mar 2009 16:50:23 +0000 (16:50 +0000)
commit26c765021f4e86ec84ba571d57b9ad3f57cae08c
treebc3d4182858ccfe40474e96bfc18686b37bf7ef3
parentcd2564d812f83c6dc9ae0b7a0da93f49b35a574d
Implement test cases for CF2

Implement a simple program to call KRB-FX-CF2 and print the resulting
keys.  Add to regression tests.  Also, use the PRF testing application
to confirm that CF2 generates consistent keys if called by hand.

ticket: 6421

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22095 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/Makefile.in
src/lib/crypto/t_cf2.c [new file with mode: 0644]
src/lib/crypto/t_cf2.comments [new file with mode: 0644]
src/lib/crypto/t_cf2.expected [new file with mode: 0644]
src/lib/crypto/t_cf2.in [new file with mode: 0644]
src/lib/crypto/t_prf.comments [new file with mode: 0644]
src/lib/crypto/t_prf.expected [new file with mode: 0644]
src/lib/crypto/t_prf.in [new file with mode: 0644]