ASN.1 types and codecs
This is an implementation of ASN.1 types and codecs in Python programming
language. It has been first written to support particular protocol (SNMP) but
then generalized to be suitable for a wide range of protocols based on ASN.1
specification.
- Developed at devel:languages:python
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-pyasn1 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pyasn1-0.3.5.tar.gz | 0000114647 112 KB | |
python-pyasn1.changes | 0000022205 21.7 KB | |
python-pyasn1.spec | 0000002057 2.01 KB |
Revision 31 (latest revision is 46)
Dominique Leuenberger (dimstar_suse)
accepted
request 527254
from
Dirk Mueller (dirkmueller)
(revision 31)
- updated to upstream release 0.3.5 - Codecs signatures unified and pass the options kwargs through the call chain - Explicit tag encoding optimized to avoid unnecessary copying - End-of-octets sentinel encoding optimized - Refactored ASN.1 codecs properties to silently enforce proper length and chunk size encoding modes - Fixed DER encoder to always produce primitive encoding - Fixed crash at SequenceOf native decoder - Fixed Real.prettyPrint() to fail gracefully on overflow - Fixed a couple of crashes when debug mode is enabled
Comments 0