]> Cypherpunks.ru repositories - pyderasn.git/history - tests/test_pyderasn.py
Fix minimal tag value in tests: zero tag has only EOC
[pyderasn.git] / tests / test_pyderasn.py
2020-02-16 Sergey MatveevFix minimal tag value in tests: zero tag has only EOC
2020-02-12 Sergey MatveevAbility to specify max_examples via envvar
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 Matveev*Time BER decoding support
2020-02-08 Sergey MatveevStricter validation of *Time
2020-02-08 Sergey MatveevMore test coverage
2020-02-08 Sergey MatveevAll OID arcs must be non-negative numbers
2020-02-08 Sergey MatveevFix UTCTime strategy input
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-01-23 Sergey MatveevPrintableString can optionally allow * and & 5.6
2020-01-23 Sergey MatveevConvenient decod() helper method
2020-01-23 Sergey MatveevMissing tail existence check in test
2020-01-23 Sergey MatveevMore linter satisfaction
2019-12-17 Sergey MatveevRaise copyright years
2019-09-26 Sergey MatveevForbid any later GNU GPL versions autousage
2019-04-21 Sergey MatveevAbility to specify multiple OID mappings for pprinting 5.0
2019-01-03 Sergey MatveevStrict GeneralizedTime DER encoding. Faster *Time decoders 4.8
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 Matveevctx is safe to use as immutable
2018-11-05 Sergey Matveevallowable_chars property 4.4
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-12 Sergey MatveevSeparate ber/ber_encoded attributes 4.1
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-07-23 Sergey MatveevFix SequenceOf/SetOf BoundsError raising 3.12
2018-07-23 Sergey MatveevPossible TypeError under Py2
2018-07-21 Sergey MatveevFix *Time encoding error capture 3.11
2018-07-12 Sergey MatveevFix CHOICE's tlvlen with explicitly tagged value 3.10
2018-05-26 Sergey MatveevUpdated hypothesis
2018-05-26 Sergey MatveevNo magic 0x80 constant for length indefinite
2018-05-20 Sergey MatveevBER additional tests 3.7
2018-05-20 Sergey MatveevDRY decode_path strategy
2018-05-20 Sergey MatveevBER usage documentation
2018-05-20 Sergey MatveevBitString ''H notation support
2018-05-20 Sergey Matveevpylint
2018-05-20 Sergey MatveevSeparate BERed and LenIndefinited properties
2018-05-19 Sergey MatveevBER explicit tag support
2018-05-19 Sergey MatveevBER BitString/OctetString support
2018-05-19 Sergey MatveevBER Boolean support
2018-05-19 Sergey MatveevVarious test vectors from X.690
2018-05-19 Sergey MatveevImplicit tags can not be empty
2018-04-29 Sergey MatveevAbility to set values during Sequence initialization 3.6
2018-04-18 Sergey MatveevDo not shadow TagMismatch error during Choice/Set decoding 3.5
2018-04-16 Sergey MatveevUnify quotes
2018-04-16 Sergey MatveevNumericString sanitizes its value against numbers
2018-03-22 Sergey MatveevFix nasty BitString decode bug 3.3
2018-02-13 Sergey MatveevColourized output
2018-01-23 Sergey MatveevFix invalid DEFINED BY offset calculation for EXPL... 2.1
2018-01-23 Sergey MatveevPEP8 friendliness
2018-01-02 Sergey MatveevStrict default values existence validation option
2018-01-01 Sergey MatveevDecode context and defines feature extending
2018-01-01 Sergey MatveevRaise copyright years
2017-10-29 Sergey MatveevDEFINED BY support
2017-10-10 Sergey MatveevUnify strategy names
2017-10-10 Sergey MatveevTypo in test name
2017-10-03 Sergey MatveevFull rich comparison operators 1.2
2017-10-02 Sergey MatveevAuto add __slots__ to all inherited classes
2017-10-01 Sergey MatveevInitial revision