aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/codec/der/encoder.py
AgeCommit message (Expand)Author
2019-07-13Add exception classes documentationIlya Etingof
2018-12-29Release 0.4.5Ilya Etingof
2018-03-29copyright years extendedIlya Etingof
2017-11-23imports pep8'edIlya Etingof
2017-11-14migrated docs and references from sourceforge.netIlya Etingof
2017-11-14added example code snippets to the docstrings (#101)Ilya Etingof
2017-10-21Add more content to docs (#96)Ilya Etingof
2017-10-19Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof
2017-10-17fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)Ilya Etingof
2017-10-11Docs rearrangement (#88)Ilya Etingof
2017-09-17documented ASN.1 schema parameter to encodersIlya Etingof
2017-09-17encoders refactored to take Python types + ASN.1 schemaIlya Etingof
2017-09-13ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof
2017-09-09codecs signatures unified and pass **options throughIlya Etingof
2017-07-31Merge branch 'nested-optional-component-encoder-fix-two' of github.com:etingo...Ilya Etingof
2017-07-31added recusrive OPTIONAL field supportIlya Etingof
2017-07-31better parameter name for encodersIlya Etingof
2017-07-30better nested optional SET/SEQUENCE supportIlya Etingof
2017-07-07fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof
2017-04-10allowed DER chunked encodingIlya Etingof
2017-03-22BER/CER/DER encoder refactored to use type-ids for better performanceIlya Etingof
2017-03-07tags-related getters refactored into descriptors/propertiesIlya Etingof
2017-02-18__all__ addedIlya Etingof
2017-02-05multiple fixes to canonical decoders successfully processing non-canonical se...Ilya Etingof
2017-01-23docstrings for decodersIlya Etingof
2017-01-23docstrings for encodersIlya Etingof
2017-01-11e-mail changed, copyright extended to year 2017Ilya Etingof
2016-03-27mass pep8 reformattingIlya Etingof
2016-03-16pep8'edIlya Etingof
2015-12-29copyright dates bumpedelie
2015-11-15fixes to commentselie
2015-11-15copyright notice addedelie
2015-06-05prohibit indefinite length DER encodingelie
2015-04-26more strict CER/DER encoders added for GeneralizedTime and UTCTime typeselie
2015-04-25DER codec hardened not to tolerate indefinite length encoding/decodingelie
2011-01-26major codec re-design, Any ASN.1 type implementedelie
2011-01-22replace slow hasattr()/getattr() calls with isinstance() introspection.elie
2005-12-16default for maxChunkSize changed from a large value to to 0 (still meaningelie
2005-06-14Initial revisionelie