Skip to content

Commit

Permalink
Updated py-service_identity to 17.0.0.
Browse files Browse the repository at this point in the history
17.0.0 (2017-05-23)
-------------------

Deprecations:
^^^^^^^^^^^^^

- Since Chrome 58 and Firefox 48 both don't accept certificates that contain only a Common Name, its usage is hereby deprecated in ``service_identity`` too.
  We have been raising a warning since 16.0.0 and the support will be removed in mid-2018 for good.


Changes:
^^^^^^^^

- When ``service_identity.SubjectAltNameWarning`` is raised, the Common Name of the certificate is now included in the warning message.
  `#17 <https://github.com/pyca/service_identity/pull/17>`_
- Added ``cryptography.x509`` backend for verifying certificates.
  `#18 <https://github.com/pyca/service_identity/pull/18>`_
- Wildcards (``*``) are now only allowed if they are the leftmost label in a certificate.
  This is common practice by all major browsers.
  `#19 <https://github.com/pyca/service_identity/pull/19>`_
  • Loading branch information
wiz committed May 29, 2017
1 parent edc6e46 commit 3286969
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
5 changes: 2 additions & 3 deletions security/py-service_identity/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:05 wiz Exp $
# $NetBSD: Makefile,v 1.6 2017/05/29 11:22:51 wiz Exp $

DISTNAME= service_identity-16.0.0
DISTNAME= service_identity-17.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/service_identity/}

Expand Down
5 changes: 4 additions & 1 deletion security/py-service_identity/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2016/02/21 10:47:20 wiz Exp $
@comment $NetBSD: PLIST,v 1.3 2017/05/29 11:22:51 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Expand All @@ -14,6 +14,9 @@ ${PYSITELIB}/service_identity/_common.pyo
${PYSITELIB}/service_identity/_compat.py
${PYSITELIB}/service_identity/_compat.pyc
${PYSITELIB}/service_identity/_compat.pyo
${PYSITELIB}/service_identity/cryptography.py
${PYSITELIB}/service_identity/cryptography.pyc
${PYSITELIB}/service_identity/cryptography.pyo
${PYSITELIB}/service_identity/exceptions.py
${PYSITELIB}/service_identity/exceptions.pyc
${PYSITELIB}/service_identity/exceptions.pyo
Expand Down
10 changes: 5 additions & 5 deletions security/py-service_identity/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2016/02/21 10:47:20 wiz Exp $
$NetBSD: distinfo,v 1.4 2017/05/29 11:22:51 wiz Exp $

SHA1 (service_identity-16.0.0.tar.gz) = 42617f5abbd917c663aea58c4628b82e80d245ce
RMD160 (service_identity-16.0.0.tar.gz) = 02d592f36c659bab4427838001f1cad2c84ac3f6
SHA512 (service_identity-16.0.0.tar.gz) = 0ffa28b3dece2415a058ec159e4f85f3e86c0de520ed5d6933ec49edca91ccc79a57893ace40d5441455791433828ab55a939e90335dfdee8582627e33a896ae
Size (service_identity-16.0.0.tar.gz) = 30270 bytes
SHA1 (service_identity-17.0.0.tar.gz) = 63408ac8b2cfd70f3b31fdcfefc1414b5b965cbc
RMD160 (service_identity-17.0.0.tar.gz) = 8e2d4645170c5d47251c182cc77351004c3635de
SHA512 (service_identity-17.0.0.tar.gz) = 4ba35166b520bbeb391c047b5fcca1dbf137a65e0624c92a6b6c2229f9521627be95195a8e502cbcc5a887d904598b1f0e63b47f6a38ee9f78afe13278d692ec
Size (service_identity-17.0.0.tar.gz) = 23502 bytes

0 comments on commit 3286969

Please sign in to comment.