summaryrefslogtreecommitdiff
path: root/asn1/pkcs12/pkcs12.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/pkcs12/pkcs12.cnf')
-rw-r--r--asn1/pkcs12/pkcs12.cnf6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/pkcs12/pkcs12.cnf b/asn1/pkcs12/pkcs12.cnf
index e8d008f998..17566a0d3c 100644
--- a/asn1/pkcs12/pkcs12.cnf
+++ b/asn1/pkcs12/pkcs12.cnf
@@ -11,7 +11,7 @@ PKCS-5 x509af
#.EXPORTS
-#.REGISTER
+#.REGISTER_NEW
KeyBag B "1.2.840.113549.1.12.10.1.1" "keyBag"
PKCS8ShroudedKeyBag B "1.2.840.113549.1.12.10.1.2" "pkcs8ShroudedKeyBag"
CertBag B "1.2.840.113549.1.12.10.1.3" "certBag"
@@ -50,7 +50,7 @@ PBMAC1Params B "1.2.840.113549.1.5.14" "id-PBMAC1"
PrivateKeyInfo/version privateKeyVersion
PBKDF2Params/salt saltChoice
-#.PDU
+#.PDU_NEW
AuthenticatedSafe
PrivateKeyInfo
@@ -145,7 +145,7 @@ PrivateKeyInfo
- dissector_handle=create_dissector_handle(dissect_PrivateKeyInfo_PDU, proto_pkcs12);
+ dissector_handle=new_create_dissector_handle(dissect_PrivateKeyInfo_PDU, proto_pkcs12);
dissector_change_string("ber.oid", object_identifier_id, dissector_handle);
PBE_decrypt_data(object_identifier_id, encrypted_tvb, actx, actx->created_item);