aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-05-23 22:42:55 +0200
committerIlya Etingof <etingof@gmail.com>2019-05-23 22:42:55 +0200
commitc4e5ade82781d06c6cff8626d8a669cd98c12e1c (patch)
tree65750420bbe51ed9739a5363341889ead2a9df2b
parent96451d80749a1da28417d2ed5324c0274e4c1865 (diff)
downloadpyasn1-modules-c4e5ade82781d06c6cff8626d8a669cd98c12e1c.tar.gz
Register RFC3274 test suite
-rw-r--r--CHANGES.txt3
-rw-r--r--tests/__main__.py1
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index eb5e4c0..9be3979 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Revision 0.2.6, released XX-04-2019
+Revision 0.2.6, released XX-05-2019
-----------------------------------
- Added RFC3560 providing RSAES-OAEP Key Transport Algorithm
@@ -13,6 +13,7 @@ Revision 0.2.6, released XX-04-2019
MUD Signer
- Added RFC3161 providing Time-Stamp Protocol support
- Added RFC3709 providing Logotypes in X.509 Certificates
+- Added RFC3274 providing CMS Compressed Data Content Type
Revision 0.2.5, released 24-04-2019
-----------------------------------
diff --git a/tests/__main__.py b/tests/__main__.py
index 8b143fe..6b394cd 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -19,6 +19,7 @@ suite = unittest.TestLoader().loadTestsFromNames(
'tests.test_rfc2560.suite',
'tests.test_rfc2986.suite',
'tests.test_rfc3161.suite',
+ 'tests.test_rfc3274.suite',
'tests.test_rfc3560.suite',
'tests.test_rfc3565.suite',
'tests.test_rfc3709.suite',