mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
b479b6b7b9
JOSE (Javascript Object Signing and Encryption) is a Python implementation of the standards developed by IETF Javascript Object Signing and Encryption (Active WG), in particular the following RFCs: - JSON Web Algorithms (JWA) - JSON Web Key (JWK) - JSON Web Signature (JWS) Originally developed as part of the ACME protocol implementation. WWW: https://josepy.readthedocs.io/en/latest/ Differential Revision: https://reviews.freebsd.org/D14013
12 lines
389 B
Plaintext
12 lines
389 B
Plaintext
JOSE (Javascript Object Signing and Encryption) is a Python implementation
|
|
of the standards developed by IETF Javascript Object Signing and Encryption
|
|
(Active WG), in particular the following RFCs:
|
|
|
|
- JSON Web Algorithms (JWA)
|
|
- JSON Web Key (JWK)
|
|
- JSON Web Signature (JWS)
|
|
|
|
Originally developed as part of the ACME protocol implementation.
|
|
|
|
WWW: https://josepy.readthedocs.io/en/latest/
|