index
:
delta/python-packages/pyasn1-git.git
add-consistency-check-hook
add-except-clause-support
add-more-debug-logging
add-set-of-any-support
add-unittest-assertion
add-with-components-constraint
codecs-produce-python-builtins
deprecate-size-spec
fix-cer-der-tagged-any
fix-constructed-default
fix-dump-raw-value
fix-generalized-time-encoding
fix-setof-slicing
improve-open-type-docs
master
novalue-fixes-in-docs
open-types-support
release-0.4.9
self-referencing-types
sequenceof-to-remain-schema
github.com: etingof/pyasn1.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyasn1
/
codec
/
cer
/
encoder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor BER decoder into a suspendable coroutine
Ilya Etingof
2019-09-28
1
-7
/
+17
*
Add `isInconsistent` property hook to all constructed types (#170)
Ilya Etingof
2019-08-25
1
-1
/
+3
*
Add exception classes documentation
Ilya Etingof
2019-07-13
1
-1
/
+1
*
Fix CER/DER encoders to respect open types (#167)
Ilya Etingof
2019-07-12
1
-45
/
+31
*
Improve CER/DER encoding of GeneralizedTime (#164)
Ilya Etingof
2019-06-30
1
-21
/
+50
*
Release 0.4.5
v0.4.5
Ilya Etingof
2018-12-29
1
-1
/
+1
*
Fix some typos and prepare for 0.4.5
Ilya Etingof
2018-07-29
1
-1
/
+1
*
copyright years extended
Ilya Etingof
2018-03-29
1
-1
/
+1
*
imports pep8'ed
Ilya Etingof
2017-11-23
1
-3
/
+3
*
migrated docs and references from sourceforge.net
Ilya Etingof
2017-11-14
1
-1
/
+1
*
serialization -> serialisation nitpicks
Ilya Etingof
2017-11-14
1
-1
/
+1
*
added example code snippets to the docstrings (#101)
Ilya Etingof
2017-11-14
1
-0
/
+20
*
Add more content to docs (#96)
Ilya Etingof
2017-10-21
1
-1
/
+3
*
Ditched unnecessary .clone/.subtype overrides (#94)
Ilya Etingof
2017-10-19
1
-1
/
+1
*
fixed DER/CER encoders to respect ordering of tagged CHOICE (#93)
Ilya Etingof
2017-10-17
1
-1
/
+1
*
Docs rearrangement (#88)
Ilya Etingof
2017-10-11
1
-6
/
+0
*
documented ASN.1 schema parameter to encoders
Ilya Etingof
2017-09-17
1
-2
/
+6
*
encoders refactored to take Python types + ASN.1 schema
Ilya Etingof
2017-09-17
1
-66
/
+112
*
Merge branch 'master' into open-types-support
Ilya Etingof
2017-09-14
1
-27
/
+3
|
\
|
*
removed stray __call__ method from CER encoder
Ilya Etingof
2017-09-14
1
-5
/
+0
|
*
ASN.1 codecs to silently enforce proper length/chunk modes
Ilya Etingof
2017-09-13
1
-22
/
+3
*
|
wrap open type blob on encoding if needed
Ilya Etingof
2017-09-10
1
-4
/
+13
|
/
*
codecs signatures unified and pass **options through
Ilya Etingof
2017-09-09
1
-18
/
+29
*
better Set/SetOf branching at CER encoder
Ilya Etingof
2017-08-29
1
-5
/
+1
*
fixed crash at SEQUENCE/OF encoder, schemaless mode
Ilya Etingof
2017-08-29
1
-2
/
+3
*
fix to SetOf components ordering at DER/CER encoder
Ilya Etingof
2017-08-05
1
-10
/
+15
*
Merge branch 'nested-optional-component-encoder-fix-two' of github.com:etingo...
Ilya Etingof
2017-07-31
1
-24
/
+23
|
\
|
*
better parameter name for encoders
Ilya Etingof
2017-07-31
1
-23
/
+23
*
|
added recusrive OPTIONAL field support
Ilya Etingof
2017-07-31
1
-13
/
+30
|
/
*
better nested optional SET/SEQUENCE support
Ilya Etingof
2017-07-30
1
-30
/
+27
*
fixed nested optional SET/SEQUENCE at CER/DER codec
Ilya Etingof
2017-07-29
1
-9
/
+39
*
fixed CER/DER codec for GeneralizedTime/UTCTime
Ilya Etingof
2017-07-27
1
-28
/
+33
*
WIP: setup properties through metaclass
Ilya Etingof
2017-07-21
1
-1
/
+1
*
fixed SET, OCTET STRING and BITSTRING DER encoder
Ilya Etingof
2017-07-07
1
-4
/
+9
*
BER/CER/DER encoder refactored to use type-ids for better performance
Ilya Etingof
2017-03-22
1
-0
/
+6
*
.getComponent*() changed to lazily instantiate underlying type
Ilya Etingof
2017-03-12
1
-4
/
+3
*
tags-related getters refactored into descriptors/properties
Ilya Etingof
2017-03-07
1
-1
/
+1
*
BER/CER/DER value encoders refactored to produce either tuple of bytes or oct...
Ilya Etingof
2017-02-26
1
-4
/
+4
*
__all__ added
Ilya Etingof
2017-02-18
1
-0
/
+2
*
docstrings for decoders
Ilya Etingof
2017-01-23
1
-2
/
+12
*
docstrings for encoders
Ilya Etingof
2017-01-23
1
-0
/
+15
*
e-mail changed, copyright extended to year 2017
Ilya Etingof
2017-01-11
1
-1
/
+1
*
mass pep8 reformatting
Ilya Etingof
2016-03-27
1
-9
/
+21
*
copyright dates bumped
elie
2015-12-29
1
-1
/
+1
*
fixes to comments
elie
2015-11-15
1
-1
/
+0
*
copyright notice added
elie
2015-11-15
1
-0
/
+6
*
CER/DER Time types encoding restrictions relaxed
elie
2015-06-21
1
-9
/
+10
*
fixes to GeneralizedTime and UTCTime format constraints
elie
2015-06-05
1
-11
/
+10
*
more strict CER/DER encoders added for GeneralizedTime and UTCTime types
elie
2015-04-26
1
-3
/
+41
*
DER codec hardened not to tolerate indefinite length encoding/decoding
elie
2015-04-25
1
-5
/
+5
[next]