]> Cypherpunks.ru repositories - pyderasn.git/blob - doc/limitations.rst
Older Python version support is not a limitation anymore
[pyderasn.git] / doc / limitations.rst
1 Limitations
2 ===========
3
4 * Strings (except for :py:class:`pyderasn.NumericString` and
5   :py:class:`pyderasn.PrintableString`) are not validated
6   in any way, except just trying to be decoded in ``ascii``,
7   ``iso-8859-1``, ``utf-8/16/32`` correspondingly
8 * :py:class:`pyderasn.GeneralizedTime` does not support zero year
9 * :py:class:`pyderasn.UTCTime` and :py:class:`pyderasn.GeneralizedTime`
10   support only DER-encoding
11 * No REAL, RELATIVE OID, EXTERNAL, INSTANCE OF, EMBEDDED PDV, CHARACTER STRING