summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pbe.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-05-17 12:27:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-05-17 12:27:45 +0000
commit1631d5f9b9959e63443ccac4cc2e6af62ef6c41f (patch)
tree0df2039760fa2c8d9981d93cb56f46de5c2da9da /crypto/evp/evp_pbe.c
parent98c82b899e64e7849718671fa8f918888fdb15fa (diff)
HMAC OIDs from RFC4231.
Diffstat (limited to 'crypto/evp/evp_pbe.c')
-rw-r--r--crypto/evp/evp_pbe.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/evp/evp_pbe.c b/crypto/evp/evp_pbe.c
index 82115acf64..2d63636888 100644
--- a/crypto/evp/evp_pbe.c
+++ b/crypto/evp/evp_pbe.c
@@ -113,6 +113,10 @@ EVP_PBE_CTL builtin_pbe[] =
{EVP_PBE_TYPE_PRF, NID_hmacWithSHA1, -1, NID_sha1, 0},
{EVP_PBE_TYPE_PRF, NID_id_HMACGostR3411_94, -1, NID_id_GostR3411_94, 0},
{EVP_PBE_TYPE_PRF, NID_hmacWithMD5, -1, NID_md5, 0},
+ {EVP_PBE_TYPE_PRF, NID_hmacWithSHA224, -1, NID_sha224, 0},
+ {EVP_PBE_TYPE_PRF, NID_hmacWithSHA256, -1, NID_sha256, 0},
+ {EVP_PBE_TYPE_PRF, NID_hmacWithSHA384, -1, NID_sha384, 0},
+ {EVP_PBE_TYPE_PRF, NID_hmacWithSHA512, -1, NID_sha512, 0},
};
#ifdef TEST