| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove # $FreeBSD$ from Makefiles. | Mathieu Arnold | 2021-04-06 | 1 | -1/+0 |
| | | |||||
| * | Drop python 2.7 support from a few ports | Antoine Brodin | 2020-12-28 | 1 | -1/+1 |
| | | | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531 | ||||
| * | Use tab, not spaces | Dan Langille | 2018-07-30 | 1 | -1/+1 |
| | | | | | | | | Reported by: koobs Notes: svn path=/head/; revision=475886 | ||||
| * | A JOSE implementation in Python | Dan Langille | 2018-07-26 | 3 | -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 | |||||
