Version: 18.1.0, Package name: py-service_identity-18.1.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. In the simplest case, this means host name verification. However, service_identity implements RFC 6125 fully and plans to add other relevant RFCs too. Use this package if: - you use pyOpenSSL and don't want to be MITMed - you want to verify that a PyCA cryptography certificate is valid for a certain hostname or IP address |
Filesize: 33.448 KB |
Version History (View Complete History) |
|
2021-02-16 16:02:08 by Stuart Henderson | Files touched by this commit (30) |
Log message: py3-only for py-twisted, a handful of ports that are used as dependencies of twisted (and deps of deps, and maybe another odd one crept in). |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-15 06:04:43 by Kurt Mosiejczuk | Files touched by this commit (167) |
Log message: Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the lang/python port module. I've not yet come up with a port that would not need this and one can always set MODPY_TESTDEP to "no" to prevent the module from touching TEST_DEPENDS. Idea from afresh1 who pointed out the cpan module already does this. aja "I support this move." OK sthen@ |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-03-25 08:29:53 by Klemens Nanni | Files touched by this commit (70) |
Log message: Convert devel/py-test consumers to new MODPY_PYTEST lang/python/python.port.mk revision 1.102 and 1.103 added MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the usual pytest dance. This removes hand-rolled do-tests from all 70 ports by setting MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV as needed. From Kurt Mosiejczuk <kurt at cranky dot work>, thanks! OK sthen |
2019-02-04 15:03:51 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Unbreak: DESC contains weird characters: - you use pyOpenSSL and don???t want to be MITMed on line 11 utf8 FTW! |
2019-02-04 12:38:55 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to py-service_identity-18.1.0, based on a diff from Linda Lapinlampi with a few changes |