summaryrefslogtreecommitdiff
path: root/pyasn1
Commit message (Expand)AuthorAgeFilesLines
* copyright dates bumpedelie2015-12-2919-19/+19
* fixes to commentselie2015-11-1513-27/+5
* copyright notice addedelie2015-11-1521-8/+138
* fix to __doc__ use in setup.py to make -O0 installation mode workingelie2015-10-101-1/+1
* Fix to CER/DER Boolean decoder - fail on non single-octet payload.elie2015-09-151-3/+3
* fix to ObjectIdentifier initialization from unicode stringelie2015-09-102-1/+3
* fix to make uninitilaized pyasn1 objects failing properly on hash()elie2015-07-051-1/+2
* - extensions added to text files, CVS attic flushed.elie2015-07-051-1/+1
* CER/DER Time types encoding restrictions relaxedelie2015-06-211-9/+10
* Asn1Item.hasValue() added to easily distinguish initalized ASN.1 objectselie2015-06-061-3/+6
* fixes to GeneralizedTime and UTCTime format constraintselie2015-06-051-11/+10
* prohibit indefinite length DER encodingelie2015-06-051-0/+3
* compatibility fixes to Python versions supportelie2015-04-261-1/+1
* more strict CER/DER encoders added for GeneralizedTime and UTCTime typeselie2015-04-262-4/+42
* DER codec hardened not to tolerate indefinite length encoding/decodingelie2015-04-255-11/+19
* Fix to end-of-octest sentinel handling:elie2015-04-251-25/+28
* fix to BitString and OctetString decoders dealing with constructedelie2015-04-251-4/+4
* fix to broken REAL type decoding handlingelie2015-04-241-1/+5
* Real.prettyPrint() modified to return a floating point numberelie2015-04-041-0/+6
* provide all() that is missing in Python 2.4elie2015-01-201-0/+9
* absent NullLogger fix for Python 2.6-elie2015-01-071-1/+9
* another fix to OctetString.prettyOut()elie2015-01-011-1/+1
* OctetString.prettyOut non-printables detection improvedelie2015-01-011-4/+4
* * added support for logging into parent application's loggerelie2014-10-271-11/+21
* built-in debugging is now based on Python logging moduleelie2014-10-261-7/+32
* BitString encoder/decoder performance improvedelie2014-10-262-9/+13
* pylint-edelie2014-06-171-4/+4
* the OctetString.__int__() and .__float__() magic methods implementedelie2014-06-171-8/+10
* __trunc__ is only available since python 2.6elie2014-06-151-2/+2
* * new prettyPrintType() abstract method implemented to base pyasn1 typeselie2014-06-136-13/+55
* handle the case of deactivated sys.stderrelie2014-03-151-1/+1
* amended the case of null debug writerelie2014-03-151-4/+3
* handle the case of absent stderr stream at Debug printerelie2014-03-141-1/+4
* initial revisionelie2014-02-171-0/+10
* fixes to Integer/Real magic methods return typeselie2014-02-091-8/+16
* * The abs(Integer()) & abs(Real()) operation now returns respective pyasn1elie2014-02-091-4/+21
* Constructed types now verify their consistency by invokingelie2013-12-121-5/+15
* NamedTypes() and NamedValues() made comparableelie2013-12-082-1/+24
* 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