forked from pool/python-asn1crypto
- 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
89 lines
4.1 KiB
Plaintext
89 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Oct 3 13:23:26 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 3 14:14:59 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Reduce duplicities
|
|
- Install license
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:45:43 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 16 23:08:43 UTC 2017 - arun@gmx.de
|
|
|
|
- update to version 0.24.0:
|
|
* x509.Certificate().self_signed will no longer return "yes" under
|
|
any circumstances. This helps prevent confusion since the library
|
|
does not verify the signature. Instead a library like oscrypto
|
|
should be used to confirm if a certificate is self-signed.
|
|
* Added various OIDs to x509.KeyPurposeId()
|
|
* Added x509.Certificate().private_key_usage_period_value
|
|
* Added structures for parsing common subject directory attributes
|
|
for X.509 certificates, including x509.SubjectDirectoryAttribute()
|
|
* Added algos.AnyAlgorithmIdentifier() for situations where an
|
|
algorithm identifier may contain a digest, signed digest or
|
|
encryption algorithm OID
|
|
* Fixed a bug with
|
|
x509.Certificate().subject_directory_attributes_value not
|
|
returning the correct value
|
|
* Fixed a bug where explicitly-tagged fields in a core.Sequence()
|
|
would not function properly when the field had a default value
|
|
* Fixed a bug with type checking in pem.armor()
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 11 17:39:30 UTC 2017 - arun@gmx.de
|
|
|
|
- update to version 0.23.0:
|
|
* Backwards compatibility break: the tag_type, explicit_tag and
|
|
explicit_class attributes on core.Asn1Value no longer exist and
|
|
were replaced by the implicit and explicit attributes. Field param
|
|
dicts may use the new explicit and implicit keys, or the old
|
|
tag_type and tag keys. The attribute changes will likely to have
|
|
little to no impact since they were primarily an implementation
|
|
detail.
|
|
* Teletex strings used inside of X.509 certificates are now
|
|
interpreted using Windows-1252 (a superset of ISO-8859-1). This
|
|
enables compatibility with certificates generated by
|
|
OpenSSL. Strict parsing of Teletex strings can be retained by
|
|
using the x509.strict_teletex() context manager.
|
|
* Added support for nested explicit tagging, supporting values that
|
|
are defined with explicit tagging and then added as a field of
|
|
another structure using explicit tagging.
|
|
* Fixed a UnicodeDecodeError when trying to find the (optional)
|
|
dependency OpenSSL on Python 2
|
|
* Fixed next_update field of crl.TbsCertList to be optional
|
|
* Added the x509.Certificate.sha256_fingerprint property
|
|
* x509.Certificate.ocsp_urls and x509.DistributionPoint.url will now
|
|
return https://, ldap:// and ldaps:// URLs in addition to http://.
|
|
* Added CMS Attribute Protection definitions from RFC 6211
|
|
* Added OIDs from RFC 6962
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 17 11:33:07 UTC 2017 - jengelh@inai.de
|
|
|
|
- Ensure neutrality of descriptions
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 16 14:18:32 UTC 2017 - tbechtold@suse.com
|
|
|
|
- Initial packaging (version 0.22.0)
|