- Added shorthand rsa-ripemd160

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@782 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-12-17 20:15:56 +00:00
parent 5ef34fc7bc
commit 0c16b3d887
1 changed files with 2 additions and 2 deletions

View File

@ -762,9 +762,9 @@ static struct mech_info p11_mechanisms[] = {
{ CKM_RSA_9796, "RSA-9796" },
{ CKM_RSA_X_509, "RSA-X-509" },
{ CKM_MD2_RSA_PKCS, "MD2-RSA-PKCS" },
{ CKM_MD5_RSA_PKCS, "MD5-RSA-PKCS", "rsa-md5" },
{ CKM_MD5_RSA_PKCS, "MD5-RSA-PKCS", "rsa-md5" },
{ CKM_SHA1_RSA_PKCS, "SHA1-RSA-PKCS", "rsa-sha1" },
{ CKM_RIPEMD128_RSA_PKCS, "RIPEMD128-RSA-PKCS" },
{ CKM_RIPEMD128_RSA_PKCS, "RIPEMD128-RSA-PKCS", "rsa-ripemd160" },
{ CKM_RIPEMD160_RSA_PKCS, "RIPEMD160-RSA-PKCS" },
{ CKM_RSA_PKCS_OAEP, "RSA-PKCS-OAEP" },
{ CKM_RSA_X9_31_KEY_PAIR_GEN,"RSA-X9-31-KEY-PAIR-GEN" },