node-trust-keyto 2.0.0~alpha1-3 source package in Ubuntu

Changelog

node-trust-keyto (2.0.0~alpha1-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.
  * Update lintian override info format in d/source/lintian-overrides on line
    2-3, 6.

 -- Jelmer Vernooij <email address hidden>  Mon, 28 Nov 2022 19:28:29 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-trust-keyto_2.0.0~alpha1-3.dsc 2.2 KiB ba9e3d300b317d779e4a52c95f992b5d4d5e1086f26b72717bface20323d7868
node-trust-keyto_2.0.0~alpha1.orig.tar.gz 41.1 KiB e90407112395efbbba809ee05f643fa66772254d1aa68061c924665b1b2830a3
node-trust-keyto_2.0.0~alpha1-3.debian.tar.xz 4.6 KiB 0e856aee46bc6fa0c5d6c5af4f78d1ca1186759b6e7f682de969fb71dfa14b85

Available diffs

No changes file available.

Binary packages built by this source

node-trust-keyto: utility for translating cryptographic keys between representations

 This Node.js library implements routines
 to translate between multiple cryptographic key representations.
 .
 RSA
  * PKCS1
  * PKCS8
  * JWK
 .
 ECDSA - secp256k1 (Blockchain Curve)
  * PKCS1 (Private Only)
  * PKCS8
  * JWK
  * BLK (Private Key Hex String)
 .
 ECDSA - secp256r1 (P-256)
  * PKCS1 (Private Only)
  * PKCS8
  * JWK
 .
 ECDSA - secp384r1 (P-384)
  * PKCS1 (Private Only)
  * PKCS8
  * JWK
 .
 ECDSA - secp521r1 (P-521)
  * PKCS1 (Private Only)
  * PKCS8
  * JWK
 .
 Node.js is an event-based server-side JavaScript engine.