Updated py-cryptography to 1.7.1.
1.7.1 - 2016-12-13 ~~~~~~~~~~~~~~~~~~ * Fixed a regression in ``int_from_bytes`` where it failed to accept ``bytearray``. 1.7 - 2016-12-12 ~~~~~~~~~~~~~~~~ * Support for OpenSSL 1.0.0 has been removed. Users on older version of OpenSSL will need to upgrade. * Added support for Diffie-Hellman key exchange using :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKeyWithSerialization.exchange` * The OS random engine for OpenSSL has been rewritten to improve compatibility with embedded Python and other edge cases. More information about this change can be found in the `pull request <https://github.com/pyca/cryptography/pull/3229>`_.
This commit is contained in:
parent
6c2ac9ae08
commit
a8187892fd
3 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.48 2016/11/28 13:15:51 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.49 2016/12/19 08:57:51 wiz Exp $
|
||||
|
||||
DISTNAME= cryptography-1.6
|
||||
DISTNAME= cryptography-1.7.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.16 2016/11/28 13:15:51 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.17 2016/12/19 08:57:51 wiz Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -60,6 +60,9 @@ ${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.pyo
|
|||
${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.py
|
||||
${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.pyc
|
||||
${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.pyo
|
||||
${PYSITELIB}/cryptography/hazmat/backends/openssl/dh.py
|
||||
${PYSITELIB}/cryptography/hazmat/backends/openssl/dh.pyc
|
||||
${PYSITELIB}/cryptography/hazmat/backends/openssl/dh.pyo
|
||||
${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.py
|
||||
${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.pyc
|
||||
${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.36 2016/11/28 13:15:51 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.37 2016/12/19 08:57:51 wiz Exp $
|
||||
|
||||
SHA1 (cryptography-1.6.tar.gz) = da131a13f595daa9fa739baffb3fb05760a58fe9
|
||||
RMD160 (cryptography-1.6.tar.gz) = 835a2fc36598ef2d2a2aa6c32824e5e81dba7699
|
||||
SHA512 (cryptography-1.6.tar.gz) = d88ee2e81414964be461c8401c01f94d03ac7870242d3e90b401ec4b46eab3023a7950425792d50992c15459c6e5789dd859b15adf6e081d672682038d1447ea
|
||||
Size (cryptography-1.6.tar.gz) = 410073 bytes
|
||||
SHA1 (cryptography-1.7.1.tar.gz) = 6ef868de80378546a42b3b49995d7017d33f03e5
|
||||
RMD160 (cryptography-1.7.1.tar.gz) = c4081bfbe78afb705e97e8b7d1781169f11ccc9b
|
||||
SHA512 (cryptography-1.7.1.tar.gz) = fb88b0ee9e314526fcdbb6d35da409b7335c7408a69d2350c58379471d2b9d76021010955629cf776d26312f22d4f8aa3f135955a19dfbff9d602176c9bbfd40
|
||||
Size (cryptography-1.7.1.tar.gz) = 420673 bytes
|
||||
|
|
Loading…
Reference in a new issue