Extend PBE code to support non default PKCS#5 v2.0 PRFs.
[openssl.git] / crypto / objects / obj_mac.h
index 44c2166a34d10c64b35b2d2b05e2a8a00fc62da9..93ca25323b0cffd04b634b4e5d5f19d193ce162a 100644 (file)
 #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