aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules/rfc3274.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1_modules/rfc3274.py')
-rw-r--r--pyasn1_modules/rfc3274.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/pyasn1_modules/rfc3274.py b/pyasn1_modules/rfc3274.py
index bf8a7a6..8d8541c 100644
--- a/pyasn1_modules/rfc3274.py
+++ b/pyasn1_modules/rfc3274.py
@@ -2,6 +2,7 @@
# This file is part of pyasn1-modules software.
#
# Created by Russ Housley with assistance from asn1ate v.0.6.0.
+# Modified by Russ Housley to add a map for use with opentypes.
#
# Copyright (c) 2019, Vigil Security, LLC
# License: http://snmplabs.com/pyasn1/license.html
@@ -45,4 +46,12 @@ id_alg_zlibCompress = univ.ObjectIdentifier('1.2.840.113549.1.9.16.3.8')
cpa_zlibCompress = rfc5280.AlgorithmIdentifier()
cpa_zlibCompress['algorithm'] = id_alg_zlibCompress
-# cpa_zlibCompress['parameters'] are absent \ No newline at end of file
+# cpa_zlibCompress['parameters'] are absent
+
+
+# Map of Content Type OIDs to Content Types
+# To be added to the ones that are in rfc5652.py
+
+cmsContentTypesMapUpdate = {
+ id_ct_compressedData: CompressedData(),
+} \ No newline at end of file