aboutsummaryrefslogtreecommitdiff
path: root/security/py-cert-human
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove PYTHON_REL check after r559531 (USES=python:3.6+)Sunpoet Po-Chuan Hsieh2021-01-101-7/+1
| | | | Notes: svn path=/head/; revision=560965
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Add py-cert-human 1.0.7Sunpoet Po-Chuan Hsieh2020-07-303-0/+47
I wanted to incorporate a method to get an SSL certificate from a server, show the user the same kind of information as you'd see in a browser, prompt them for validity, then write it to disk for use in all requests to a server. I was unable to find any great / easy ways that incorporated all of these concepts into one neat thing. So I made a thing. Originally this was based off of yet another lovely over-engineered solution in get-ca-py by Josh Peak. WWW: https://github.com/lifehackjim/cert_human Notes: svn path=/head/; revision=543722