summaryrefslogtreecommitdiff
path: root/pyasn1/codec/cer/encoder.py
Commit message (Expand)AuthorAgeFilesLines
* Add `isInconsistent` property hook to all constructed typesadd-consistency-check-hookIlya Etingof2019-08-241-1/+3
* Add exception classes documentationIlya Etingof2019-07-131-1/+1
* Fix CER/DER encoders to respect open types (#167)Ilya Etingof2019-07-121-45/+31
* Improve CER/DER encoding of GeneralizedTime (#164)Ilya Etingof2019-06-301-21/+50
* Release 0.4.5v0.4.5Ilya Etingof2018-12-291-1/+1
* Fix some typos and prepare for 0.4.5Ilya Etingof2018-07-291-1/+1
* copyright years extendedIlya Etingof2018-03-291-1/+1
* imports pep8'edIlya Etingof2017-11-231-3/+3
* migrated docs and references from sourceforge.netIlya Etingof2017-11-141-1/+1
* serialization -> serialisation nitpicksIlya 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/+1
* 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-66/+112
* Merge branch 'master' into open-types-supportIlya Etingof2017-09-141-27/+3
|\
| * removed stray __call__ method from CER encoderIlya Etingof2017-09-141-5/+0
| * ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof2017-09-131-22/+3
* | wrap open type blob on encoding if neededIlya Etingof2017-09-101-4/+13
|/
* codecs signatures unified and pass **options throughIlya Etingof2017-09-091-18/+29
* better Set/SetOf branching at CER encoderIlya Etingof2017-08-291-5/+1
* fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof2017-08-291-2/+3
* fix to SetOf components ordering at DER/CER encoderIlya Etingof2017-08-051-10/+15
* Merge branch 'nested-optional-component-encoder-fix-two' of github.com:etingo...Ilya Etingof2017-07-311-24/+23
|\
| * better parameter name for encodersIlya Etingof2017-07-311-23/+23
* | added recusrive OPTIONAL field supportIlya Etingof2017-07-311-13/+30
|/
* better nested optional SET/SEQUENCE supportIlya Etingof2017-07-301-30/+27
* fixed nested optional SET/SEQUENCE at CER/DER codecIlya Etingof2017-07-291-9/+39
* fixed CER/DER codec for GeneralizedTime/UTCTimeIlya Etingof2017-07-271-28/+33
* WIP: setup properties through metaclassIlya Etingof2017-07-211-1/+1
* fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof2017-07-071-4/+9
* BER/CER/DER encoder refactored to use type-ids for better performanceIlya Etingof2017-03-221-0/+6
* .getComponent*() changed to lazily instantiate underlying typeIlya Etingof2017-03-121-4/+3
* tags-related getters refactored into descriptors/propertiesIlya Etingof2017-03-071-1/+1
* BER/CER/DER value encoders refactored to produce either tuple of bytes or oct...Ilya Etingof2017-02-261-4/+4
* __all__ addedIlya Etingof2017-02-181-0/+2
* docstrings for decodersIlya Etingof2017-01-231-2/+12
* docstrings for encodersIlya Etingof2017-01-231-0/+15
* e-mail changed, copyright extended to year 2017Ilya Etingof2017-01-111-1/+1
* mass pep8 reformattingIlya Etingof2016-03-271-9/+21
* copyright dates bumpedelie2015-12-291-1/+1
* fixes to commentselie2015-11-151-1/+0
* copyright notice addedelie2015-11-151-0/+6
* CER/DER Time types encoding restrictions relaxedelie2015-06-211-9/+10
* fixes to GeneralizedTime and UTCTime format constraintselie2015-06-051-11/+10
* more strict CER/DER encoders added for GeneralizedTime and UTCTime typeselie2015-04-261-3/+41
* DER codec hardened not to tolerate indefinite length encoding/decodingelie2015-04-251-5/+5
* - Float typed mantissa initializer to REAL type for base 2 added.elie2013-09-111-1/+6