rhonabwy 1.1.13-2.1build3 source package in Ubuntu

Changelog

rhonabwy (1.1.13-2.1build3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:56:28 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rhonabwy_1.1.13.orig.tar.gz 372.5 KiB b23c996d0dff87945e0073c73bb6103c999781eb527da4d62301abb795715af0
rhonabwy_1.1.13-2.1build3.debian.tar.xz 7.6 KiB ecb80bccfae507f5bb48c12bf6bf8b8b3938082529db03c54defeef9a83dd7c0
rhonabwy_1.1.13-2.1build3.dsc 2.5 KiB 5b14ec8fe7f4f99d0c8bdc413a0771db5c1edb49ab18c0630b71209650706987

View changes file

Binary packages built by this source

librhonabwy-dev: JWK, JWKS, JWS, JWE and JWT library - development

 Rhonabwy - JWK, JWKS, JWS, JWE and JWT library
 .
  - Create, modify, parse, import or export JSON Web Keys (JWK) and JSON Web
    Keys Set (JWKS)
  - Create, modify, parse, validate or serialize JSON Web Signatures (JWS)
  - Create, modify, parse, validate or serialize JSON Web Encryption (JWE)
    limited and experimental!
  - Create, modify, parse, validate or serialize JSON Web Token (JWT)
 .
 JWT Relies on JWS and JWE functions, so it supports the same functionnalities
 as the other 2. JWT functionnalities also support nesting serilization
 (JWE nested in a JWS or the opposite).
 .
 This package contains the development files.

librhonabwy1.1t64: JWK, JWKS, JWS, JWE and JWT library

 Rhonabwy - JWK, JWKS, JWS, JWE and JWT library
 .
  - Create, modify, parse, import or export JSON Web Keys (JWK) and JSON Web
    Keys Set (JWKS)
  - Create, modify, parse, validate or serialize JSON Web Signatures (JWS)
  - Create, modify, parse, validate or serialize JSON Web Encryption (JWE)
    limited and experimental!
  - Create, modify, parse, validate or serialize JSON Web Token (JWT)
 .
 JWT Relies on JWS and JWE functions, so it supports the same functionnalities
 as the other 2. JWT functionnalities also support nesting serilization
 (JWE nested in a JWS or the opposite).

librhonabwy1.1t64-dbgsym: debug symbols for librhonabwy1.1t64
rnbyc: JWK and JWT parser and generator

 Rhonabwy JWK and JWT parser and generator
 .
  - Generate and/or parse keys and output the result in a JWKS or a
    public/private pair of JWKS files.
  - Parse, decrypt, and/or verify signature of a JWT, using given key
  - Serialize a JWT, the JWT can be signed, encrypted or nested

rnbyc-dbgsym: debug symbols for rnbyc