update to latest version OBS-URL: https://build.opensuse.org/request/show/557741 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asn1crypto?expand=0&rev=7
60 lines
2.9 KiB
Plaintext
60 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
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)
|