aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-05-24 22:57:22 +0200
committerIlya Etingof <etingof@gmail.com>2019-05-24 22:57:22 +0200
commit2cd40241c3c152256d98637ecc887f990780525f (patch)
tree2f2c916c5a04f8dfe7363a48a2036da0f391d0df
parent44afc5bd1d7a605c2dcd191000746efabee90743 (diff)
downloadpyasn1-modules-2cd40241c3c152256d98637ecc887f990780525f.tar.gz
Fix up followed RFC4073 addition
-rw-r--r--CHANGES.txt2
-rw-r--r--tests/__main__.py1
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9be3979..d586875 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,6 +14,8 @@ Revision 0.2.6, released XX-05-2019
- Added RFC3161 providing Time-Stamp Protocol support
- Added RFC3709 providing Logotypes in X.509 Certificates
- Added RFC3274 providing CMS Compressed Data Content Type
+- Added RFC4073 providing Multiple Contents protection
+ with CMS
Revision 0.2.5, released 24-04-2019
-----------------------------------
diff --git a/tests/__main__.py b/tests/__main__.py
index 6b394cd..c46d1d4 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -25,6 +25,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc3709.suite',
'tests.test_rfc3779.suite',
'tests.test_rfc4055.suite',
+ 'tests.test_rfc4073.suite',
'tests.test_rfc4108.suite',
'tests.test_rfc4210.suite',
'tests.test_rfc5083.suite',