summaryrefslogtreecommitdiff
path: root/pyasn1/codec/der/encoder.py
Commit message (Expand)AuthorAgeFilesLines
* Advance copyright statement to year 2020Ilya Etingof2020-03-081-1/+1
* Refactor codec classes linkageIlya Etingof2019-11-161-1/+1
* Reuse `SingleItemDecoder` object in `StreamingDecoder`Ilya Etingof2019-11-151-1/+1
* Refactor BER decoder into a suspendable coroutineIlya Etingof2019-11-151-7/+18
* Add exception classes documentationIlya Etingof2019-07-131-1/+1
* Release 0.4.5v0.4.5Ilya Etingof2018-12-291-1/+1
* copyright years extendedIlya Etingof2018-03-291-1/+1
* imports pep8'edIlya Etingof2017-11-231-2/+2
* migrated docs and references from sourceforge.netIlya Etingof2017-11-141-1/+1
* added example code snippets to the docstrings (#101)Ilya Etingof2017-11-141-0/+20
* Add more content to docs (#96)Ilya Etingof2017-10-211-1/+3
* Ditched unnecessary .clone/.subtype overrides (#94)Ilya Etingof2017-10-191-1/+1
* fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)Ilya Etingof2017-10-171-1/+2
* Docs rearrangement (#88)Ilya Etingof2017-10-111-6/+0
* documented ASN.1 schema parameter to encodersIlya Etingof2017-09-171-2/+6
* encoders refactored to take Python types + ASN.1 schemaIlya Etingof2017-09-171-7/+31
* ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof2017-09-131-22/+2
* codecs signatures unified and pass **options throughIlya Etingof2017-09-091-9/+8
* Merge branch 'nested-optional-component-encoder-fix-two' of github.com:etingo...Ilya Etingof2017-07-311-6/+6
|\
| * better parameter name for encodersIlya Etingof2017-07-311-6/+6
* | added recusrive OPTIONAL field supportIlya Etingof2017-07-311-6/+6
|/
* better nested optional SET/SEQUENCE supportIlya Etingof2017-07-301-2/+2
* fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof2017-07-071-9/+25
* allowed DER chunked encodingIlya Etingof2017-04-101-1/+1
* BER/CER/DER encoder refactored to use type-ids for better performanceIlya Etingof2017-03-221-1/+1
* tags-related getters refactored into descriptors/propertiesIlya Etingof2017-03-071-2/+2
* __all__ addedIlya Etingof2017-02-181-0/+2
* multiple fixes to canonical decoders successfully processing non-canonical se...Ilya Etingof2017-02-051-1/+1
* docstrings for decodersIlya Etingof2017-01-231-2/+12
* docstrings for encodersIlya Etingof2017-01-231-1/+15
* e-mail changed, copyright extended to year 2017Ilya Etingof2017-01-111-1/+1
* mass pep8 reformattingIlya Etingof2016-03-271-5/+9
* pep8'edIlya Etingof2016-03-161-1/+1
* copyright dates bumpedelie2015-12-291-1/+1
* fixes to commentselie2015-11-151-1/+0
* copyright notice addedelie2015-11-151-0/+6
* prohibit indefinite length DER encodingelie2015-06-051-0/+3
* more strict CER/DER encoders added for GeneralizedTime and UTCTime typeselie2015-04-261-1/+1
* DER codec hardened not to tolerate indefinite length encoding/decodingelie2015-04-251-3/+4
* major codec re-design, Any ASN.1 type implementedelie2011-01-261-3/+5
* replace slow hasattr()/getattr() calls with isinstance() introspection.elie2011-01-221-4/+5
* default for maxChunkSize changed from a large value to to 0 (still meaningelie2005-12-161-1/+1
* Initial revisionelie2005-06-141-0/+25