From 30807898566652382a3a4e447cdaed4aa79905d0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 23 Jan 2020 18:54:13 +0300 Subject: [PATCH] Mention that there is no zero year support --- doc/limitations.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/limitations.rst b/doc/limitations.rst index d52b87b..35f3456 100644 --- a/doc/limitations.rst +++ b/doc/limitations.rst @@ -7,6 +7,7 @@ Limitations :py:class:`pyderasn.PrintableString`) are not validated in any way, except just trying to be decoded in ``ascii``, ``iso-8859-1``, ``utf-8/16/32`` correspondingly +* :py:class:`pyderasn.GeneralizedTime` does not support zero year * :py:class:`pyderasn.UTCTime` and :py:class:`pyderasn.GeneralizedTime` support only DER-encoding * No REAL, RELATIVE OID, EXTERNAL, INSTANCE OF, EMBEDDED PDV, CHARACTER STRING -- 2.44.0