1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: erlang-jose
Maintainer: Ejabberd Packaging Team <ejabberd@packages.debian.org>
Uploaders: Philipp Huebner <debalance@debian.org>
Section: libs
Priority: optional
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-rebar,
erlang-base64url
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/ejabberd-packaging-team/erlang-jose
Vcs-Git: https://salsa.debian.org/ejabberd-packaging-team/erlang-jose.git
Homepage: https://github.com/potatosalad/erlang-jose
Package: erlang-jose
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
erlang-base (>= 1:19.2) | ${erlang-abi:Depends},
${erlang:Depends},
erlang-base64url
Multi-Arch: allowed
Description: JSON Object Signing and Encryption (JOSE) for Erlang
JOSE stands for JSON Object Signing and Encryption which is a is a set of
standards established by the JOSE Working Group.
JOSE is split into 5 main components:
* JOSE.JWA - JSON Web Algorithms (JWA) RFC 7518
* JOSE.JWE - JSON Web Encryption (JWE) RFC 7516
* JOSE.JWK - JSON Web Key (JWK) RFC 7517
* JOSE.JWS - JSON Web Signature (JWS) RFC 7515
* JOSE.JWT - JSON Web Token (JWT) RFC 7519
Additional specifications and drafts implemented:
* JSON Web Key (JWK) Thumbprint RFC 7638
* JWS Unencoded Payload Option RFC 7797
|