From 44c3b8071e321be034ce57d0e7364e35c946fbe0 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 4 Aug 2014 12:21:58 +0200 Subject: PKCS #8 encryption support was made more compact and manageable --- lib/pkix_asn1_tab.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/pkix_asn1_tab.c') 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 }, -- cgit v1.2.1