Lines Matching refs:ASN

19 - Encoders refactored to take either a value (as ASN.1 object)
20 or a Python value plus ASN.1 schema
27 - The ASN.1 types' `__repr__` implementation reworked for better readability
29 - Most ASN.1 types' `__str__` magic methods (except for OctetString and
37 - The `isValue` singleton is now the only way to indicate ASN.1 schema
38 as opposed to ASN.1 schema instance. The legacy `None` initializer
42 ASN.1 schema object, while `Null('')` - value object.
45 - Fixed ASN.1 encoder not to omit empty substrate produced for inner
50 - Fixed ASN.1 types not to interfere with the Pickle protocol
57 - Fixed ASN.1 time types pickling/deepcopy'ing
62 - End-of-octets encoding optimized at ASN.1 encoders
65 - Fixed crash in ASN.1 encoder when encoding an explicitly tagged
75 - Refactored ASN.1 codecs properties to silently enforce proper
97 - Improved ASN.1 types instantiation performance
128 - ASN.1 types __init__(), .clone() and .subtype() signatures
130 - ASN.1 types initialization refactored to minimize the use of
135 - The __getitem__() implementation of some ASN.1 types & tag object
143 in ASN.1 types refactored into properties and better documented.
146 - The `componentType` attribute of constructed ASN.1 types turned
152 - The .hasValue() method refactored into .isValue property. All ASN.1
159 assigning `typeId` to every ASN.1 type, not just ambiguous ones.
160 - The .getComponent*() methods of constructed ASN.1 types changed
171 - OctetsString and Any decoder optimized to avoid creating ASN.1
173 chunks together and create ASN.1 object from it just once.
197 - ASN.1 character types refactored to keep unicode contents internally
199 - ASN.1 OctetString initialized from a Python object performs bytes()
239 - Components of constructed ASN.1 types can now be populated with
240 uninitialized ASN.1 objects by assigning either noValue sentinel or
261 - Fix to base ASN.1 types to run in "unicode_literals" mode.
300 - The base.NoValue() class, that indicates uninitialized ASN.1 object,
304 - When comparing ASN.1 types, by-tag and/or by-constraints matching
328 - Fixes to __repr__() implementation of many built-in ASN.1 types to take into
334 - Asn1Item.hasValue() added to easily distinguish initalized ASN.1 objects
470 - ASN.1 Real type is now supported properly.
485 - ASN.1 Any type is now supported.
486 - All example ASN.1 modules moved to separate pyasn1-modules package.
512 ASN.1 types.
576 - clone() and subtype() methods of Constructed ASN.1 classes now
582 - Base ASN.1 types (pyasn1.type.univ.*) do not have default values
583 anymore. They remain uninitialized acting as ASN.1 types. In
584 this model, initialized ASN.1 types represent either types with