Implemented the PRF_KEYED_SHA1 algorithm in the openssl plugin

This commit is contained in:
Martin Willi
2010-03-08 13:16:12 +01:00
parent 33e4ee59ed
commit 40f130dab3
6 changed files with 208 additions and 12 deletions
@@ -14,6 +14,7 @@ libstrongswan_openssl_la_SOURCES = \
openssl_util.c openssl_util.h \
openssl_crypter.c openssl_crypter.h \
openssl_hasher.c openssl_hasher.h \
openssl_sha1_prf.c openssl_sha1_prf.h \
openssl_diffie_hellman.c openssl_diffie_hellman.h \
openssl_rsa_private_key.c openssl_rsa_private_key.h \
openssl_rsa_public_key.c openssl_rsa_public_key.h \