implementation of new function and test program for pkinit agility.
authorSam Hartman <hartmans@mit.edu>
Mon, 19 Sep 2011 00:34:57 +0000 (00:34 +0000)
committerSam Hartman <hartmans@mit.edu>
Mon, 19 Sep 2011 00:34:57 +0000 (00:34 +0000)
commit3725d22140c23a376dd79b69d130be8e2b91005f
tree96bce6cdcf600a0d40993b71da39e56b937fdda7
parent3e0d13c8278d2885760e405f537a882b896ff156
 implementation of new function and test program for pkinit agility.
Implementation of pkinit_alg_agility_kdf() function to implement the
key derivation function defined in draft-ietf-krb-wg-pkinit-alg-agility-04,
and implementation of pkinit_kdf_test program to test the new KDF
against the test vector in the draft.

Signed-off-by: Margaret Wasserman <mrw@painless-security.com>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25191 dc483132-0cff-0310-8789-dd5450dbe970
src/plugins/preauth/pkinit/Makefile.in
src/plugins/preauth/pkinit/pkinit_crypto.h
src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
src/plugins/preauth/pkinit/pkinit_kdf_constants.c [new file with mode: 0644]
src/plugins/preauth/pkinit/pkinit_kdf_test.c [new file with mode: 0644]