X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Ffeatures.rst;h=76d6830d3913f6872ae1a2f25608f5a9d1916515;hb=7af6ff46e2927030706fc4c0df0ddeadfa55dd79;hp=19fb10b24687751ac42598a95d2c393a1645ab48;hpb=a68abb6caad16e63cdb6cc22326bd1078215672e;p=pyderasn.git diff --git a/doc/features.rst b/doc/features.rst index 19fb10b..76d6830 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -47,7 +47,8 @@ Also there is `asn1crypto `__. automatically set required tags) * Descriptive errors, like ``pyderasn.DecodeError: UTCTime (tbsCertificate:validity:notAfter:utcTime) (at 328) invalid UTCTime format`` -* ``__slots__``, ``copy.copy()``, ``pickle`` friendliness +* ``__slots__``, ``copy.copy()``, ``pickle``, `Cython `__ + friendliness * Could be significantly faster and have lower memory usage For example parsing of CACert.org's CRL (8.48 MiB) on FreeBSD 12.0 amd64, Intel Core i5-6200U 2.3 GHz machine, Python 3.5.5/2.7.15: @@ -83,8 +84,3 @@ Also there is `asn1crypto `__. An example of pretty printed X.509 certificate with automatically parsed DEFINED BY fields. - -There are drawbacks: - -* No old Python versions support -* See :ref:`limitations `