rhonabwy 1.1.1-2 source package in Ubuntu

Changelog

rhonabwy (1.1.1-2) unstable; urgency=medium

  * d/patches/test: Disable test_rhonabwy_jwks_search
  * d/copyright: update year to 2021

 -- Nicolas Mora <email address hidden>  Tue, 16 Nov 2021 08:00:34 -0500

Upload details

Uploaded by:
Debian IoT Maintainers
Uploaded to:
Sid
Original maintainer:
Debian IoT Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rhonabwy_1.1.1-2.dsc 2.3 KiB 979a2cfec4f8d62d3ff4c361cbcadca0b942d73b2278affa3e358944265165ec
rhonabwy_1.1.1.orig.tar.gz 369.0 KiB d7a70fe36b33f0ff82d8706669869418bd1bfce75ecf491ba59c4ccba3acbd51
rhonabwy_1.1.1-2.debian.tar.xz 7.3 KiB e604a66fcc65d6dbb8a10be9df2d3a23dedaee968b66ba7d6fcceefd979a3f5f

Available diffs

No changes file available.

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.1: 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.1-dbgsym: debug symbols for librhonabwy1.1
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