golang-github-go-jose-go-jose.v3 3.0.3-6 source package in Ubuntu

Changelog

golang-github-go-jose-go-jose.v3 (3.0.3-6) unstable; urgency=medium

  * Fixup the previous revision

 -- Reinhard Tartler <email address hidden>  Mon, 24 Jun 2024 15:16:08 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-jose-go-jose.v3_3.0.3-6.dsc 2.6 KiB c25f3d23f0b94507fe1e29255906cc57654a7f908d807e1d98e3080a73cd8e59
golang-github-go-jose-go-jose.v3_3.0.3.orig.tar.gz 313.4 KiB 219d024b85ea217ac466c4ced46e2071d6ea52269d399b610723b7c905c0f8a5
golang-github-go-jose-go-jose.v3_3.0.3-6.debian.tar.xz 5.1 KiB 97962eb59914f71f17607103659752eb13f7406c6b021fcc3b418febf8719c31

Available diffs

No changes file available.

Binary packages built by this source

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