Page MenuHomeFreeBSD

security/py-josepy: JOSE protocol implementation in Python
ClosedPublic

Authored by cpm on Jan 22 2018, 11:30 AM.
Tags
None
Referenced Files
F81691028: D14013.diff
Sat, Apr 20, 12:24 AM
F81659343: D14013.diff
Fri, Apr 19, 2:25 PM
Unknown Object (File)
Feb 10 2024, 5:32 PM
Unknown Object (File)
Feb 1 2024, 5:10 PM
Unknown Object (File)
Feb 1 2024, 5:10 PM
Unknown Object (File)
Feb 1 2024, 5:10 PM
Unknown Object (File)
Feb 1 2024, 5:10 PM
Unknown Object (File)
Feb 1 2024, 3:30 PM
Subscribers
None

Details

Summary

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/

Test Plan

portlint: OK (looks fine.)
testport: OK (poudriere: {10,11,12}{i386,amd64} with FLAVOR=[py27,py36])
maketest: OK

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • Fix devel/py-six required version.
This revision was not accepted when it landed; it landed in state Needs Review.Jan 22 2018, 3:40 PM
This revision was automatically updated to reflect the committed changes.