golang-github-go-fed-httpsig 1.1.0-2 source package in Ubuntu

Changelog

golang-github-go-fed-httpsig (1.1.0-2) unstable; urgency=medium

  * Team Upload.
    + Source-only upload.

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

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-fed-httpsig_1.1.0-2.dsc 1.6 KiB 1037955002bc82b3ae2c2b2df15cc014a6198f702b1f95b082355088ea00f0ca
golang-github-go-fed-httpsig_1.1.0.orig.tar.gz 21.8 KiB 7ca98539cb9b35d8b23b8ece62552e912f47e3642095b2d973ae4174eac64701
golang-github-go-fed-httpsig_1.1.0-2.debian.tar.xz 3.0 KiB f9d58573b73968c68e7ba5e5f4e1df1962a4215c17c5e3927b7d3a78ec7e488a

Available diffs

No changes file available.

Binary packages built by this source

golang-github-go-fed-httpsig-dev: HTTP signatures made simple (library)

 Implementation of HTTP Signatures (https://tools.ietf.org/html/draft-
 cavage-http-signatures).
 .
 Supports many different combinations of MAC, HMAC signing of hash, or
 RSA signing of hash schemes. Its goals are:
 .
  * Have a very simple interface for signing and validating
  * Support a variety of signing algorithms and combinations
  * Support setting either headers (Authorization or Signature)
  * Remaining flexible with headers included in the signing string
  * Support both HTTP requests and responses
  * Explicitly not support known-cryptographically weak algorithms
  * Support automatic signing and validating Digest headers