summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-06-30 23:49:59 +0200
committerGitHub <noreply@github.com>2019-06-30 23:49:59 +0200
commitdd6640a921a5de7f2b35d8bb852d6eb52527f0a7 (patch)
tree99dd97358516473d4f5af0da4c9399f3cb7b9ac8 /CHANGES.rst
parent4a9abf7ae867e9ebabc850320d87a7c1230acfad (diff)
downloadpyasn1-git-dd6640a921a5de7f2b35d8bb852d6eb52527f0a7.tar.gz
Improve CER/DER encoding of GeneralizedTime (#164)
- Added support for subseconds CER/DER encoding edge cases in `GeneralizedTime` codec - Fixed 3-digit fractional seconds value CER/DER encoding of `GeneralizedTime`
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e979039..448e372 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -29,6 +29,10 @@ Revision 0.4.6, released XX-06-2019
- Added `PyAsn1UnicodeDecodeError`/`PyAsn1UnicodeDecodeError` exceptions
to help the caller treating unicode errors happening internally
to pyasn1 at the upper layers.
+- Added support for subseconds CER/DER encoding edge cases in
+ `GeneralizedTime` codec.
+- Fixed 3-digit fractional seconds value CER/DER encoding of
+ `GeneralizedTime`.
- Fixed `AnyDecoder` to accept possible `TagMap` as `asn1Spec`
to make dumping raw value operational