- update to version 1.3.0
* Added encrypt_key_pref to cms.CMSAttributeType(), along with related structures
* Added Brainpool curves from RFC 5639 to keys.NamedCurve()
* Fixed x509.Certificate().subject_directory_attributes_value
* Fixed some incorrectly computed minimum elliptic curve primary key encoding sizes in keys.NamedCurve()
* Fixed a TypeError when trying to call .untag() or .copy() on a core.UTCTime()
or core.GeneralizedTime(), or a value containing one, when using Python 2
* Added asn1crypto.load_order(), which returns a list of unicode strings of the names
of the fully-qualified module names for all of submodules of the package. The module
names are listed in their dependency load order. This is primarily intended
for the sake of implementing hot reloading.
* Added User ID to x509.NameType()
* Added various EC named curves to keys.NamedCurve()
* Fix an absolute import in keys to a relative import
OBS-URL: https://build.opensuse.org/request/show/765250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asn1crypto?expand=0&rev=15
- update to version 1.0.0
* BREAKING CHANGE: Removed functionality to calculate public key
values from private key values. Alternatives have been added to
oscrypto. (see upstream changelog)
* Significantly improved parsing of core.UTCTime() and core.GeneralizedTime()
values that include timezones and fractional seconds
* core.Choice() may now be constructed by a 2-element tuple or a 1-key dict
* No longer try to load optional performance dependency, libcrypto,
on Mac or Linux
* Add support for explicit RSA SSA PSS to keys.PublicKeyInfo()
and keys.PrivateKeyInfo()
* Add/improve few algorithms (RC4, secp256k1, SHA-3, SHAKE)
* Added asn1crypto_tests package to PyPi
* Many bugfixes
OBS-URL: https://build.opensuse.org/request/show/734804
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asn1crypto?expand=0&rev=13