summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* year 2016HEADoriginmasterelie2016-02-131-0/+24
|
* copyright dates bumpedelie2015-12-2937-37/+37
|
* fixes towards sphinx complianceelie2015-11-161-6/+9
|
* fixes to commentselie2015-11-1513-27/+5
|
* copyright notice addedelie2015-11-1540-20/+250
|
* fix to __doc__ use in setup.py to make -O0 installation mode workingelie2015-10-103-4/+10
|
* note asn1lateelie2015-09-281-0/+70
|
* avoid unicode literalsrelease_0_1_9_tagelie2015-09-281-1/+4
|
* pre-release cleanupelie2015-09-282-2/+2
|
* Fix to CER/DER Boolean decoder - fail on non single-octet payload.elie2015-09-153-3/+14
| | | | Thanks to Alex Gaynor for pointing out!
* fix to ObjectIdentifier initialization from unicode stringelie2015-09-104-1/+6
|
* example on MIN/MAX addedelie2015-09-081-1/+43
|
* wheel distribution format now supportedelie2015-08-172-0/+3
|
* fix to make uninitilaized pyasn1 objects failing properly on hash()elie2015-07-052-1/+3
|
* - extensions added to text files, CVS attic flushed.elie2015-07-053-2/+350
| | | | - version bumped to 0.1.9
* 0.1.8 finalelie2015-06-211-2/+2
|
* CER/DER Time types encoding restrictions relaxedelie2015-06-212-18/+19
|
* Asn1Item.hasValue() added to easily distinguish initalized ASN.1 objectselie2015-06-062-3/+8
| | | | from uninitialized ones (e.g. pure pyasn1 types)
* GeneralizedTime test removedelie2015-06-061-9/+11
|
* fixes to GeneralizedTime and UTCTime format constraintselie2015-06-051-11/+10
|
* prohibit indefinite length DER encodingelie2015-06-051-0/+3
|
* minor fixeselie2015-06-041-3/+3
|
* updatedelie2015-04-301-0/+2
|
* compatibility fixes to Python versions supportelie2015-04-263-12/+14
|
* tests for character types addedelie2015-04-262-2/+26
|
* more strict CER/DER encoders added for GeneralizedTime and UTCTime typeselie2015-04-264-6/+112
|
* multiple fixes to test coverageelie2015-04-263-4/+4
|
* updatedelie2015-04-251-1/+1
|
* DER codec hardened not to tolerate indefinite length encoding/decodingelie2015-04-259-11/+42
|
* Fix to end-of-octest sentinel handling:elie2015-04-253-26/+83
| | | | | | * require strict two-zeros sentinel encoding * recognize EOO sentinel only when explicitly requested by caller of the decoder (via allowEoo=True parameter)
* fix to BitString and OctetString decoders dealing with constructedelie2015-04-253-6/+15
| | | | encoding -- it used to be possible to embed other types in substrate
* broken REAL substrate decoding test addedelie2015-04-241-0/+8
|
* fix to broken REAL type decoding handlingelie2015-04-242-3/+8
|
* 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
|
* updatedelie2015-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
| | | | * use logging framework for timestamps generation
* built-in debugging is now based on Python logging moduleelie2014-10-262-7/+33
|
* BitString encoder/decoder performance improvedelie2014-10-263-9/+14
|
* pylint-edelie2014-06-171-4/+4
|
* the OctetString.__int__() and .__float__() magic methods implementedelie2014-06-172-8/+11
|
* __trunc__ is only available since python 2.6elie2014-06-152-4/+4
|
* * new prettyPrintType() abstract method implemented to base pyasn1 typeselie2014-06-137-13/+60
| | | | | | to facilitate encoding errors analisys. * the __str__() method implemented to Tag, TagSet and TagMap classes to ease encoding errors troubleshooting.
* handle the case of deactivated sys.stderrelie2014-03-151-1/+1
|
* amended the case of null debug writerelie2014-03-152-5/+4
|
* handle the case of absent stderr stream at Debug printerelie2014-03-142-1/+5
|
* initial revisionelie2014-02-171-0/+10
|