aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',