aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules/rfc2634.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyasn1_modules/rfc2634.py')
-rw-r--r--pyasn1_modules/rfc2634.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/pyasn1_modules/rfc2634.py b/pyasn1_modules/rfc2634.py
index c9e387d..336ae64 100644
--- a/pyasn1_modules/rfc2634.py
+++ b/pyasn1_modules/rfc2634.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
@@ -320,3 +321,11 @@ ESSAttributeMap = {
id_aa_contentHint: ContentHints(),
id_aa_receiptRequest: ReceiptRequest(),
}
+
+
+# Map of Content Type OIDs to Content Types
+# To be added to the ones that are in rfc5652.py
+
+cmsContentTypesMapUpdate = {
+ id_ct_receipt: Receipt(),
+} \ No newline at end of file