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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: golang-github-go-jose-go-jose
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Bo YU <vimer@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any (>= 2:1.21~),
golang-github-google-go-cmp-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-crypto-dev,
txt2man <!nodoc>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-jose-go-jose
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-jose-go-jose.git
Homepage: https://github.com/go-jose/go-jose
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/go-jose/go-jose
Package: golang-github-go-jose-go-jose-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-go-cmp-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-crypto-dev,
${misc:Depends}
Description: Implementation of JOSE standards (JWE, JWS, JWT) in Go (library)
Package jose aims to provide an implementation of the Javascript Object
Signing and Encryption set of standards. This includes support for JSON
Web Encryption, JSON Web Signature, and JSON Web Token standards.
.
The implementation follows the JSON Web Encryption
(http://dx.doi.org/10.17487/RFC7516) (RFC 7516), JSON Web Signature
(http://dx.doi.org/10.17487/RFC7515) (RFC 7515), and JSON Web Token
(http://dx.doi.org/10.17487/RFC7519) (RFC 7519) specifications. Tables
of supported algorithms are shown below. The library supports both the
compact and JWS/JWE JSON Serialization formats, and has optional support
for multiple recipients. It also comes with a small command-line utility
(jose-util (https://github.com/go-jose/go-jose/tree/master/jose-util)) for
dealing with JOSE messages in a shell.
Package: jose-util
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Implementation of JOSE standards (JWE, JWS, JWT) in Go (program)
go-jose aims to provide an implementation of the Javascript Object
Signing and Encryption set of standards. This includes support for JSON
Web Encryption, JSON Web Signature, and JSON Web Token standards.
.
The implementation follows the JSON Web Encryption
(http://dx.doi.org/10.17487/RFC7516) (RFC 7516), JSON Web Signature
(http://dx.doi.org/10.17487/RFC7515) (RFC 7515), and JSON Web Token
(http://dx.doi.org/10.17487/RFC7519) (RFC 7519) specifications. Tables
of supported algorithms are shown below. The library supports both the
compact and JWS/JWE JSON Serialization formats, and has optional support
for multiple recipients. It also comes with a small command-line utility
(jose-util (https://github.com/go-jose/go-jose/tree/master/jose-util)) for
dealing with JOSE messages in a shell.
.
This package contains the `jose-util` command line tool.
|