summaryrefslogtreecommitdiff
path: root/pyasn1
Commit message (Expand)AuthorAgeFilesLines
* ObjectIdentifier.__repr__() fixedelie2013-12-081-1/+3
* * constructed types can now be initialized with new .setComponents() methodelie2013-12-082-8/+12
* * constructed types now always verify their consistensy withelie2013-12-072-59/+19
* the setComponentBy*() methods of all CONSTRUCTED objects now accept optionalelie2013-12-022-32/+75
* when comparing ASN.1 types, by-tag and/or by-constraints matchingelie2013-12-021-6/+11
* AbstractConstructedAsn1Item.__repr__() fixed to include all class initializerselie2013-12-011-2/+9
* * the base.NoValue() class, that indicates uninitialized ASN.1 object,elie2013-11-302-12/+36
* __repr__() addedelie2013-11-301-0/+4
* fix to TagSet.repr() to include [obsolete] baseTag informationelie2013-11-291-1/+1
* string typed float initializer to REAL type now supportedelie2013-11-231-6/+8
* fix to precomputed OID values lookupelie2013-11-011-1/+1
* * some more fixes to OID codecselie2013-11-012-45/+43
* more fixes and tests for OID encoding from Brianelie2013-11-011-5/+3
* ObjectIdentifier codec fixed to work properly with arc 0 and arc 2 valueselie2013-10-312-7/+27
* minor rewriting of Real.prettyIn()elie2013-09-111-6/+7
* - Float typed mantissa initializer to REAL type for base 2 added.elie2013-09-114-33/+109
* T61String & VisibleString types addedelie2013-09-011-6/+10
* ObjectDescriptor type addedelie2013-09-014-1/+9
* fix to binary initializer support of Real objectelie2013-09-011-3/+12
* unicode initializer support added to OctetString type and derivativeselie2013-08-031-3/+17
* minor fixes as reported by pylintelie2013-06-024-11/+10
* * Fix to SEQUENCE and SET types to give them their private componentTypeselie2013-05-302-12/+13
* 0.1.8elie2013-05-301-1/+1
* fix to REAL type decoder to handle negative REAL values correctly. testelie2013-04-091-5/+3
* Fix to decoder working on indefinite length substrate -- end-of-octetselie2013-02-091-7/+14
* report length encoding mode andd chunk size in debuggingelie2013-01-281-1/+1
* fix to CHOICE decoder to handle explicitly tagged, indefinite lengthelie2013-01-271-1/+20
* fix to substrate debugging in indefiniteelie2013-01-271-1/+1
* fix to REAL type encoder to force primitive encoding form encodingelie2013-01-271-0/+1
* fix to decoder to fail in cases where tagFormat indicates inappropriateelie2013-01-271-0/+11
* 0.1.7 / 2013elie2013-01-041-1/+1
* The compact (valueless) way of encoding zero INTEGERs introduced inrelease_0_1_6_tagelie2012-12-211-1/+7
* report package version on debugging code initializationelie2012-12-202-2/+4
* make prettyPrint() working for non-initialized pyasn1 data objectselie2012-12-041-1/+6
* fix to INTEGER encoder to produce empty-valued encoding for zero valueselie2012-11-231-1/+10
* support empty-valued INTEGER encoidingelie2012-11-231-1/+1
* 0.1.5elie2012-11-231-1/+1
* support empty-payload REAL values decodingelie2012-11-231-1/+1
* since __version__ is parsed by setup.py using ' as ancors, no extraelie2012-07-231-2/+3
* bail out gracefully whenever Python version is older than 2.4.elie2012-07-191-0/+5
* * fix to Real codec exponent encoding (should be in 2's complement form)elie2012-07-182-10/+7
* catch possible exception on integer coersion at Integer.prettyPrint()elie2012-07-101-2/+7
* comment added to prevent overzealous package managers from optimizingelie2012-07-046-0/+6
* obsolete __init__.MajorVersionId replaced with __init__.__version__elie2012-07-041-1/+2
* expose tagMap/typeMap/Decoder objects at DER decoder to uniform APIelie2012-06-101-1/+5
* leading 0x80 octet not allowed in BER/CER/DER substrateelie2012-06-102-41/+7
* comment on BOOL addedelie2012-06-101-0/+3
* decoder's recursiveFlag feature generalized as a user callback functionelie2012-06-092-127/+137
* valueDecoder() method implementations changed to return the rest ofelie2012-05-292-42/+39
* catch inappropriate substrate type passed to decoderelie2012-05-282-1/+6