summaryrefslogtreecommitdiff
path: root/security/py-python-jose
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Use tab, not spacesDan Langille2018-07-301-1/+1
| | | | | | | Reported by: koobs Notes: svn path=/head/; revision=475886
* A JOSE implementation in PythonDan Langille2018-07-263-0/+47
The JavaScript Object Signing and Encryption (JOSE) technologies - JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web Algorithms (JWA) - collectively can be used to encrypt and/or sign content using a variety of algorithms. While the full set of permutations is extremely large, and might be daunting to some, it is expected that most applications will only use a small set of algorithms to meet their needs. Notes: svn path=/head/; revision=475388