summaryrefslogtreecommitdiff
path: root/cipher/des.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/des.c')
-rw-r--r--cipher/des.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher/des.c b/cipher/des.c
index a0d98263..81b5337e 100644
--- a/cipher/des.c
+++ b/cipher/des.c
@@ -1099,6 +1099,8 @@ static gcry_cipher_oid_spec_t oids_tripledes[] =
{ "1.2.840.113549.3.7", GCRY_CIPHER_MODE_CBC },
/* Teletrust specific OID for 3DES. */
{ "1.3.36.3.1.3.2.1", GCRY_CIPHER_MODE_CBC },
+ /* pbeWithSHAAnd3_KeyTripleDES_CBC */
+ { "1.2.840.113549.1.12.1.3", GCRY_CIPHER_MODE_CBC },
{ NULL }
};