]> Cypherpunks.ru repositories - pyderasn.git/history - pyderasn.py
Store OIDs as an array.array
[pyderasn.git] / pyderasn.py
2020-02-16 Sergey MatveevStore OIDs as an array.array
2020-02-16 Sergey MatveevUp to date documentation
2020-02-16 Sergey MatveevSequenceOf iterator support
2020-02-16 Sergey MatveevStreaming of huge data support
2020-02-16 Sergey Matveevagg_octet_string
2020-02-16 Sergey MatveevCLI --evgen
2020-02-16 Sergey Matveevmmap-ed memoryview support
2020-02-16 Sergey MatveevInitial support for CER encoding
2020-02-16 Sergey MatveevInitial support for event generated mode
2020-02-16 Sergey MatveevValid DER SET ordering
2020-02-16 Sergey MatveevFix double encoded values decoding in SET
2020-02-16 Sergey MatveevSome trivial documentation links
2020-02-16 Sergey MatveevMove CLI usage example to the library itself
2020-02-15 Sergey MatveevUse BasicState for code reducing
2020-02-15 Sergey MatveevUse "schema" instead of "scheme" everywhere
2020-02-15 Sergey Matveevenviron import is used only in __main__
2020-02-12 Sergey MatveevExplicitly note tag_ctxX usage
2020-02-12 Sergey MatveevMistakes in docstring
2020-02-12 Sergey MatveevUse generator for values to be encoded
2020-02-11 Sergey Matveevis comparison is slightly faster
2020-02-11 Sergey Matveevnamedtuple initialization workability under Py35 6.3
2020-02-10 Sergey MatveevFaster Set readiness determining during decode
2020-02-10 Sergey MatveevRemove unneeded _decode_chunk method
2020-02-10 Sergey MatveevReduce indentation
2020-02-10 Sergey MatveevReuse import
2020-02-10 Sergey MatveevFully strict integers validation in *Time 6.2
2020-02-09 Sergey MatveevAllow raw BER *Time access
2020-02-09 Sergey MatveevLess expensive isinstance() calls
2020-02-09 Sergey MatveevFaster *Time decoding
2020-02-09 Sergey MatveevPlace several global variables at top of module
2020-02-09 Sergey MatveevIndexed comparison slightly faster than .startswith()
2020-02-09 Sergey MatveevCython compatibility
2020-02-09 Sergey Matveev*Time BER decoding support
2020-02-08 Sergey MatveevStricter validation of *Time
2020-02-08 Sergey MatveevASN.1 tells that *Time is VisibleString
2020-02-08 Sergey MatveevAll OID arcs must be non-negative numbers
2020-02-06 Sergey MatveevGrammar typos
2020-02-06 Sergey MatveevExplicitly mention that zero year is unsupported
2020-02-06 Sergey Matveev.hexencode, .hexdecode, .hexdecod
2020-02-06 Sergey MatveevPrintableString'es .allow_asterisk and .allow_ampersand...
2020-02-06 Sergey Matveevcopy/pickle friendly Obj
2020-02-06 Sergey MatveevMore decod() usage examples
2020-02-06 Sergey MatveevExplicitly mention about impl/expl class attributes
2020-02-06 Sergey MatveevPEP8
2020-02-06 Sergey MatveevNo need in dangerous memoryview in Any's .tag
2020-02-06 Sergey MatveevUnnecessary CommonString's encoding slot
2020-01-23 Sergey MatveevPrintableString can optionally allow * and & 5.6
2020-01-23 Sergey MatveevSlightly more dense super calls
2020-01-23 Sergey MatveevEscape control characters in pprint
2020-01-23 Sergey MatveevConvenient decod() helper method
2020-01-23 Sergey MatveevUnused ctx kwargs
2020-01-23 Sergey MatveevSimpler boolean expression
2020-01-23 Sergey MatveevUnnecessary elif/else
2020-01-23 Sergey MatveevMore Obj's documentation
2020-01-23 Sergey MatveevMore linter satisfaction
2019-12-17 Sergey MatveevAdd PEP-396 compatible module's __version__ 5.5
2019-12-17 Sergey MatveevRaise copyright years
2019-12-16 Sergey MatveevDo not shadow DecodeError for optional field 5.4
2019-12-16 Sergey MatveevLink to defines kwarg
2019-09-26 Sergey MatveevForbid any later GNU GPL versions autousage
2019-09-26 Sergey MatveevFix defines_by_path example usage
2019-09-04 Sergey MatveevFix "colored" fallback function workability
2019-04-29 Sergey MatveevFix empty --oids workability 5.1
2019-04-21 Sergey MatveevAbility to specify multiple OID mappings for pprinting 5.0
2019-04-21 Sergey MatveevInclude decode error in higher level one
2019-01-05 Sergey MatveevMove pretty-printing example to the main code
2019-01-05 Sergey MatveevLimitations section
2019-01-03 Sergey MatveevExplicit mention that *Time do not support BER
2019-01-03 Sergey MatveevStrict GeneralizedTime DER encoding. Faster *Time decoders 4.8
2019-01-03 Sergey MatveevChange order of value sanitizers
2019-01-03 Sergey MatveevUse frozensets
2019-01-03 Sergey MatveevIterate over dictionaries if possible (for Py2)
2019-01-03 Sergey MatveevUnnecessary list usage
2019-01-03 Sergey Matveevxrange is preferrable for dozen-elements lists
2018-12-30 Sergey MatveevPreserve BER-related attributes during copy()
2018-12-30 Sergey Matveevber_encoded at ObjectIdentifier
2018-12-29 Sergey MatveevCheck for OID arc values normalization 4.6
2018-12-29 Sergey MatveevRaise copyright years
2018-12-08 Sergey MatveevHexadecimal INTEGERs pretty printing 4.5
2018-12-08 Sergey Matveevctx is safe to use as immutable
2018-12-08 Sergey MatveevRemove trailing dot in docstring
2018-11-05 Sergey Matveevallowable_chars property 4.4
2018-11-05 Sergey MatveevInherit all errors from ASN1Error class
2018-10-05 Sergey MatveevPrepare for 4.3 release 4.3
2018-10-05 Elena BalakhonovaStrict PrintableString sanitizing
2018-10-05 Elena BalakhonovaSpace is allowable character in NumericString
2018-09-14 Sergey MatveevMore test coverage 4.2
2018-09-14 Sergey MatveevOmit extra EOC for ANY with indefinite length encoded...
2018-09-14 Sergey MatveevGroup ready-related methods together
2018-09-14 Sergey MatveevRevert "CHOICE should proxy lenindef/bered attributed...
2018-09-12 Sergey MatveevSeparate ber/ber_encoded attributes 4.1
2018-09-12 Sergey MatveevCHOICE should proxy lenindef/bered attributed of underl...
2018-09-12 Sergey MatveevSET OF can contain bered attribute
2018-09-10 Sergey MatveevStrict SET OF values ordering check
2018-09-10 Sergey MatveevStrict SET values ordering check
2018-09-10 Sergey MatveevDefaulted values are checked by default
2018-09-10 Sergey MatveevCheck for DEFAULTed value also in SET
2018-08-15 Sergey MatveevCheck that explicit tag is not out-of-bounds 3.14
2018-08-07 Sergey MatveevDouble quotes
2018-08-07 Sergey MatveevDecode path printing
next