summaryrefslogtreecommitdiff
path: root/lib/pkix_asn1_tab.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-08-04 12:21:58 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-08-04 12:41:11 +0200
commit44c3b8071e321be034ce57d0e7364e35c946fbe0 (patch)
tree3c9f358f6394990a764b14134a640fe11774ad2a /lib/pkix_asn1_tab.c
parentd6404311a165998d72d9935033f622c7d6ab529d (diff)
downloadgnutls-44c3b8071e321be034ce57d0e7364e35c946fbe0.tar.gz
PKCS #8 encryption support was made more compact and manageable
Diffstat (limited to 'lib/pkix_asn1_tab.c')
-rw-r--r--lib/pkix_asn1_tab.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pkix_asn1_tab.c b/lib/pkix_asn1_tab.c
index 60dba1876c..5c7031cc15 100644
--- a/lib/pkix_asn1_tab.c
+++ b/lib/pkix_asn1_tab.c
@@ -293,6 +293,8 @@ const asn1_static_node pkix_asn1_tab[] = {
{ "encryptionAlgorithm", 1073741826, "AlgorithmIdentifier"},
{ "encryptedData", 2, "pkcs-8-EncryptedData"},
{ "pkcs-8-EncryptedData", 1073741831, NULL },
+ { "pkcs-5-des-CBC-params", 1612709895, NULL },
+ { NULL, 1048586, "8"},
{ "pkcs-5-des-EDE3-CBC-params", 1612709895, NULL },
{ NULL, 1048586, "8"},
{ "pkcs-5-aes128-CBC-params", 1612709895, NULL },