Extend PBE code to support non default PKCS#5 v2.0 PRFs.

This commit is contained in:
Dr. Stephen Henson
2006-05-14 18:40:53 +00:00
parent 76240b3a39
commit 856640b54f
9 changed files with 190 additions and 65 deletions

View File

@@ -1075,6 +1075,10 @@
#define LN_md5_sha1 "md5-sha1"
#define NID_md5_sha1 114
#define LN_hmacWithMD5 "hmacWithMD5"
#define NID_hmacWithMD5 802
#define OBJ_hmacWithMD5 OBJ_rsadsi,2L,6L
#define LN_hmacWithSHA1 "hmacWithSHA1"
#define NID_hmacWithSHA1 163
#define OBJ_hmacWithSHA1 OBJ_rsadsi,2L,7L