aboutsummaryrefslogtreecommitdiff
path: root/pyasn1/codec/cer/encoder.py
AgeCommit message (Expand)Author
2019-08-25Add `isInconsistent` property hook to all constructed types (#170)Ilya Etingof
2019-07-13Add exception classes documentationIlya Etingof
2019-07-12Fix CER/DER encoders to respect open types (#167)Ilya Etingof
2019-06-30Improve CER/DER encoding of GeneralizedTime (#164)Ilya Etingof
2018-12-29Release 0.4.5Ilya Etingof
2018-07-29Fix some typos and prepare for 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-14serialization -> serialisation nitpicksIlya 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-14Merge branch 'master' into open-types-supportIlya Etingof
2017-09-14removed stray __call__ method from CER encoderIlya Etingof
2017-09-13ASN.1 codecs to silently enforce proper length/chunk modesIlya Etingof
2017-09-10wrap open type blob on encoding if neededIlya Etingof
2017-09-09codecs signatures unified and pass **options throughIlya Etingof
2017-08-29better Set/SetOf branching at CER encoderIlya Etingof
2017-08-29fixed crash at SEQUENCE/OF encoder, schemaless modeIlya Etingof
2017-08-05fix to SetOf components ordering at DER/CER encoderIlya 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-29fixed nested optional SET/SEQUENCE at CER/DER codecIlya Etingof
2017-07-27fixed CER/DER codec for GeneralizedTime/UTCTimeIlya Etingof
2017-07-21WIP: setup properties through metaclassIlya Etingof
2017-07-07fixed SET, OCTET STRING and BITSTRING DER encoderIlya Etingof
2017-03-22BER/CER/DER encoder refactored to use type-ids for better performanceIlya Etingof
2017-03-12.getComponent*() changed to lazily instantiate underlying typeIlya Etingof
2017-03-07tags-related getters refactored into descriptors/propertiesIlya Etingof
2017-02-26BER/CER/DER value encoders refactored to produce either tuple of bytes or oct...Ilya Etingof
2017-02-18__all__ addedIlya 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
2015-12-29copyright dates bumpedelie
2015-11-15fixes to commentselie
2015-11-15copyright notice addedelie
2015-06-21CER/DER Time types encoding restrictions relaxedelie
2015-06-05fixes to GeneralizedTime and UTCTime format constraintselie
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
2013-09-11- Float typed mantissa initializer to REAL type for base 2 added.elie