Simple wrappers for HMAC based prf_t and signer_t implementations added

This commit is contained in:
Tobias Brunner
2012-06-25 16:35:06 +02:00
parent 8391c1d0b1
commit 57ff4be874
6 changed files with 395 additions and 0 deletions
+3
View File
@@ -13,6 +13,9 @@ asn1/oid.c asn1/oid.h \
bio/bio_reader.h bio/bio_reader.c bio/bio_writer.h bio/bio_writer.c \
crypto/crypters/crypter.c crypto/crypters/crypter.h \
crypto/hashers/hasher.h crypto/hashers/hasher.c \
crypto/hmacs/hmac.h \
crypto/hmacs/hmac_prf.h crypto/hmacs/hmac_prf.c \
crypto/hmacs/hmac_signer.h crypto/hmacs/hmac_signer.c \
crypto/pkcs7.c crypto/pkcs7.h \
crypto/pkcs9.c crypto/pkcs9.h \
crypto/proposal/proposal_keywords.c crypto/proposal/proposal_keywords.h \