1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Dan Langille
5a33c87cb1 Use tab, not spaces
Reported by:	koobs
2018-07-30 12:39:31 +00:00
Dan Langille
7b0f696caa A JOSE implementation in Python
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.
2018-07-26 16:51:18 +00:00