golang-github-go-jose-go-jose 3.0.1-2 source package in Ubuntu

Changelog

golang-github-go-jose-go-jose (3.0.1-2) unstable; urgency=medium

  * Team Upload.
    + Source-only upload.

 -- Nilesh Patra <email address hidden>  Sat, 23 Dec 2023 13:36:39 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-go-jose-go-jose_3.0.1-2.dsc 1.8 KiB c063e0cb41a7118d99485a160f93e2d8fb6940912251113a8cb4dbeb50970748
golang-github-go-jose-go-jose_3.0.1.orig.tar.gz 308.1 KiB 14bfdae88d8b0dda027d066c9ae92d0832fe90f08eb18c5749273b3ce18d58f7
golang-github-go-jose-go-jose_3.0.1-2.debian.tar.xz 4.5 KiB 823a563fde63e6df1d4cb2315ff2f5f8ea1feed31eb27c13a5d6bdacc1550565

Available diffs

No changes file available.

Binary packages built by this source

golang-github-go-jose-go-jose-dev: 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.

jose-util: 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.

jose-util-dbgsym: debug symbols for jose-util