2017-11-28 10:14:34 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.12 2017/11/28 09:14:34 adam Exp $
|
2008-10-22 18:33:55 +02:00
|
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
2013-05-16 00:25:22 +02:00
|
|
|
${PYSITELIB}/${EGG_INFODIR}/zip-safe
|
2008-11-05 11:53:42 +01:00
|
|
|
${PYSITELIB}/pyasn1/__init__.py
|
2008-10-22 18:33:55 +02:00
|
|
|
${PYSITELIB}/pyasn1/__init__.pyc
|
|
|
|
${PYSITELIB}/pyasn1/__init__.pyo
|
2010-05-01 19:23:36 +02:00
|
|
|
${PYSITELIB}/pyasn1/codec/__init__.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/__init__.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/__init__.pyo
|
|
|
|
${PYSITELIB}/pyasn1/codec/ber/__init__.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/ber/__init__.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/ber/__init__.pyo
|
|
|
|
${PYSITELIB}/pyasn1/codec/ber/decoder.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/ber/decoder.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/ber/decoder.pyo
|
|
|
|
${PYSITELIB}/pyasn1/codec/ber/encoder.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/ber/encoder.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/ber/encoder.pyo
|
|
|
|
${PYSITELIB}/pyasn1/codec/ber/eoo.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/ber/eoo.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/ber/eoo.pyo
|
|
|
|
${PYSITELIB}/pyasn1/codec/cer/__init__.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/cer/__init__.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/cer/__init__.pyo
|
|
|
|
${PYSITELIB}/pyasn1/codec/cer/decoder.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/cer/decoder.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/cer/decoder.pyo
|
|
|
|
${PYSITELIB}/pyasn1/codec/cer/encoder.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/cer/encoder.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/cer/encoder.pyo
|
|
|
|
${PYSITELIB}/pyasn1/codec/der/__init__.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/der/__init__.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/der/__init__.pyo
|
|
|
|
${PYSITELIB}/pyasn1/codec/der/decoder.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/der/decoder.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/der/decoder.pyo
|
|
|
|
${PYSITELIB}/pyasn1/codec/der/encoder.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/der/encoder.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/der/encoder.pyo
|
2017-04-08 13:25:11 +02:00
|
|
|
${PYSITELIB}/pyasn1/codec/native/__init__.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/native/__init__.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/native/__init__.pyo
|
|
|
|
${PYSITELIB}/pyasn1/codec/native/decoder.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/native/decoder.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/native/decoder.pyo
|
|
|
|
${PYSITELIB}/pyasn1/codec/native/encoder.py
|
|
|
|
${PYSITELIB}/pyasn1/codec/native/encoder.pyc
|
|
|
|
${PYSITELIB}/pyasn1/codec/native/encoder.pyo
|
2013-05-16 00:25:22 +02:00
|
|
|
${PYSITELIB}/pyasn1/compat/__init__.py
|
|
|
|
${PYSITELIB}/pyasn1/compat/__init__.pyc
|
|
|
|
${PYSITELIB}/pyasn1/compat/__init__.pyo
|
Update to 0.1.8:
Revision 0.1.8
--------------
- ObjectIdentifier codec fixed to work properly with arc 0 and arc 2 values.
- Explicit limit on ObjectIdentifier arc value size removed.
- Unicode initializer support added to OctetString type and derivatives.
- New prettyPrintType() abstract method implemented to base pyasn1 types
to facilitate encoding errors analisys.
- The __str__() method implemented to Tag, TagSet and TagMap classes to
ease encoding errors troubleshooting.
easing encoding errors
- Fix to SEQUENCE and SET types to give them their private componentTypes
collection (which is a NamedTypes object) so that they won't collide in
a MT execution environment.
- Missing T61String,ISO646String character types and ObjectDescriptor useful
type added.
- Distribute is gone, switched to setuptools completely.
- Missing NamedValues.__repr__() added.
- The base.NoValue() class, that indicates uninitialized ASN.1 object,
made public.
- The base.NoValue() class instances now support __repr__() what makes
possible to perform repr() on uninitialized pyasn1 types objects.
- When comparing ASN.1 types, by-tag and/or by-constraints matching
can now be performed with the isSuperTypeOf()/isSameTypeWith() optional
flags.
- Constructed types now verify their consistency by invoking
isSameTypeWith(matchTags=True, matchConstraints=False) and
isSuperTypeOf(matchTags=False, matchConstraints=True) for each of their
components rather than isSuperTypeOf() as it used to be. Constriants check
could be enforced to isSameTypeWith() with the strictConstraints=True
constructed classes attribute.
- Constructed types can now be initialized with new .setComponents() method
which accepts both var-args and keyword-args. Default repr() modified to
reflect this change.
- NamedTypes() and NamedValues() made comparable.
- Test coverage extended to cover pyasn1 types __repr__() function.
- The abs(Integer()) & abs(Real()) operation now returns respective pyasn1
type, not a Python type.
- More Python magic methods implementations added to Integer & Real classes
(e.g. __pos__, __neg__, __round__, __floor__, __ceil__, __trunc__)
- The Integer.__invert__ Python magic method implemented.
- The OctetString.__int__() and .__float__() magic methods implemented.
- Handle the case of null writer at Debug printer.
- BitString encoder/decoder performance improved.
- Built-in debugging is now based on Python logging module.
- Fix to NamedType.__repr__() to work properly.
- Fixes to __repr__() implementation of many built-in ASN.1 types to take into
account all of their initializers such as tagSet, subtypeSpec etc.
- String typed float initializer to REAL type now supported.
- Float typed mantissa initializer to REAL type for base 2 added.
- Encoding bases 8 and 16 support for REAL type binary encoder added.
- More strict CER/DER encoders added for GeneralizedTime and UTCTime types.
- Asn1Item.hasValue() added to easily distinguish initalized ASN.1 objects
from uninitialized ones (e.g. pure types).
- Fix to REAL type binary decoder to handle different bases and scale factor.
- Fix to TagSet.repr() to include [obsolete] baseTag information.
- Fix to broken REAL type decoding handling.
- Fix to BitString and OctetString decoders dealing with constructed
encoding -- it used to be possible to embed other types in substrate.
- Fix to end-of-octest sentinel handling:
* require strict two-zeros sentinel encoding
* recognize EOO sentinel only when explicitly requested by caller
of the decoder via allowEoo=True parameter (warning: API change)
- DER codec hardened not to tolerate indefinite length encoding/decoding.
2015-07-01 15:54:22 +02:00
|
|
|
${PYSITELIB}/pyasn1/compat/binary.py
|
|
|
|
${PYSITELIB}/pyasn1/compat/binary.pyc
|
|
|
|
${PYSITELIB}/pyasn1/compat/binary.pyo
|
2017-07-27 20:36:10 +02:00
|
|
|
${PYSITELIB}/pyasn1/compat/calling.py
|
|
|
|
${PYSITELIB}/pyasn1/compat/calling.pyc
|
|
|
|
${PYSITELIB}/pyasn1/compat/calling.pyo
|
|
|
|
${PYSITELIB}/pyasn1/compat/dateandtime.py
|
|
|
|
${PYSITELIB}/pyasn1/compat/dateandtime.pyc
|
|
|
|
${PYSITELIB}/pyasn1/compat/dateandtime.pyo
|
2017-04-08 13:25:11 +02:00
|
|
|
${PYSITELIB}/pyasn1/compat/integer.py
|
|
|
|
${PYSITELIB}/pyasn1/compat/integer.pyc
|
|
|
|
${PYSITELIB}/pyasn1/compat/integer.pyo
|
2013-05-16 00:25:22 +02:00
|
|
|
${PYSITELIB}/pyasn1/compat/octets.py
|
|
|
|
${PYSITELIB}/pyasn1/compat/octets.pyc
|
|
|
|
${PYSITELIB}/pyasn1/compat/octets.pyo
|
2017-07-27 20:36:10 +02:00
|
|
|
${PYSITELIB}/pyasn1/compat/string.py
|
|
|
|
${PYSITELIB}/pyasn1/compat/string.pyc
|
|
|
|
${PYSITELIB}/pyasn1/compat/string.pyo
|
2013-05-16 00:25:22 +02:00
|
|
|
${PYSITELIB}/pyasn1/debug.py
|
|
|
|
${PYSITELIB}/pyasn1/debug.pyc
|
|
|
|
${PYSITELIB}/pyasn1/debug.pyo
|
2010-05-01 19:23:36 +02:00
|
|
|
${PYSITELIB}/pyasn1/error.py
|
|
|
|
${PYSITELIB}/pyasn1/error.pyc
|
|
|
|
${PYSITELIB}/pyasn1/error.pyo
|
|
|
|
${PYSITELIB}/pyasn1/type/__init__.py
|
|
|
|
${PYSITELIB}/pyasn1/type/__init__.pyc
|
|
|
|
${PYSITELIB}/pyasn1/type/__init__.pyo
|
|
|
|
${PYSITELIB}/pyasn1/type/base.py
|
|
|
|
${PYSITELIB}/pyasn1/type/base.pyc
|
|
|
|
${PYSITELIB}/pyasn1/type/base.pyo
|
|
|
|
${PYSITELIB}/pyasn1/type/char.py
|
|
|
|
${PYSITELIB}/pyasn1/type/char.pyc
|
|
|
|
${PYSITELIB}/pyasn1/type/char.pyo
|
|
|
|
${PYSITELIB}/pyasn1/type/constraint.py
|
|
|
|
${PYSITELIB}/pyasn1/type/constraint.pyc
|
|
|
|
${PYSITELIB}/pyasn1/type/constraint.pyo
|
|
|
|
${PYSITELIB}/pyasn1/type/error.py
|
|
|
|
${PYSITELIB}/pyasn1/type/error.pyc
|
|
|
|
${PYSITELIB}/pyasn1/type/error.pyo
|
|
|
|
${PYSITELIB}/pyasn1/type/namedtype.py
|
|
|
|
${PYSITELIB}/pyasn1/type/namedtype.pyc
|
|
|
|
${PYSITELIB}/pyasn1/type/namedtype.pyo
|
|
|
|
${PYSITELIB}/pyasn1/type/namedval.py
|
|
|
|
${PYSITELIB}/pyasn1/type/namedval.pyc
|
|
|
|
${PYSITELIB}/pyasn1/type/namedval.pyo
|
2017-11-28 10:14:34 +01:00
|
|
|
${PYSITELIB}/pyasn1/type/opentype.py
|
|
|
|
${PYSITELIB}/pyasn1/type/opentype.pyc
|
|
|
|
${PYSITELIB}/pyasn1/type/opentype.pyo
|
2010-05-01 19:23:36 +02:00
|
|
|
${PYSITELIB}/pyasn1/type/tag.py
|
|
|
|
${PYSITELIB}/pyasn1/type/tag.pyc
|
|
|
|
${PYSITELIB}/pyasn1/type/tag.pyo
|
2013-05-16 00:25:22 +02:00
|
|
|
${PYSITELIB}/pyasn1/type/tagmap.py
|
|
|
|
${PYSITELIB}/pyasn1/type/tagmap.pyc
|
|
|
|
${PYSITELIB}/pyasn1/type/tagmap.pyo
|
2010-05-01 19:23:36 +02:00
|
|
|
${PYSITELIB}/pyasn1/type/univ.py
|
|
|
|
${PYSITELIB}/pyasn1/type/univ.pyc
|
|
|
|
${PYSITELIB}/pyasn1/type/univ.pyo
|
|
|
|
${PYSITELIB}/pyasn1/type/useful.py
|
|
|
|
${PYSITELIB}/pyasn1/type/useful.pyc
|
|
|
|
${PYSITELIB}/pyasn1/type/useful.pyo
|