rhonabwy 1.1.13-2.1 source package in Ubuntu

Changelog

rhonabwy (1.1.13-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062857

 -- Benjamin Drung <email address hidden>  Thu, 29 Feb 2024 23:02:05 +0000

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.13-2.1.dsc 2.4 KiB 89e71ccc28ef905a7ce7a08f6a5c39b7f0b2884778536cde5a8b5ebbef7a7c43
rhonabwy_1.1.13.orig.tar.gz 372.5 KiB b23c996d0dff87945e0073c73bb6103c999781eb527da4d62301abb795715af0
rhonabwy_1.1.13-2.1.debian.tar.xz 7.4 KiB 81c0ee16bbbe15034fe532e21514bd419877106e9a8301accc0effe4f351e8be

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.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