Path to this page:
Subject: CVS commit: pkgsrc/security/py-asn1crypto
From: Adam Ciarcinski
Date: 2017-09-29 08:36:31
Message id: 20170929063631.779F2FA9C@cvs.NetBSD.org
Log Message:
py-asn1crypto: update to 0.23.0
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
Files: