We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1768c commit dc62944Copy full SHA for dc62944
2 files changed
CHANGES.txt
@@ -1,4 +1,11 @@
1
2
+Revision 0.2.4, released 26-01-2018
3
+-----------------------------------
4
+
5
+- Added modules for RFC8226 implementing JWT Claim Constraints
6
+ and TN Authorization List for X.509 certificate extensions
7
+- Fixed bug in `rfc5280.AlgorithmIdentifier` ANY type definition
8
9
Revision 0.2.3, released 30-12-2018
10
-----------------------------------
11
pyasn1_modules/__init__.py
@@ -1,2 +1,2 @@
# http://www.python.org/dev/peps/pep-0396/
-__version__ = '0.2.3'
+__version__ = '0.2.4'
0 commit comments