node-trust-keyto 0.3.7-1 source package in Ubuntu

Changelog

node-trust-keyto (0.3.7-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Declare compliance with Debian Policy 4.4.0.

 -- Jonas Smedegaard <email address hidden>  Sun, 14 Jul 2019 22:32:24 -0300

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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-trust-keyto_0.3.7-1.dsc 2.1 KiB 70ee2c8bfc0e946b4145d810b02870870337e025124d35e5248abfa5d94ce735
node-trust-keyto_0.3.7.orig.tar.gz 34.3 KiB 4910b9b0a7c4d96cc268562b555f12275f540aaf6d6426fc4d31c6a540d522ba
node-trust-keyto_0.3.7-1.debian.tar.xz 4.2 KiB 92e8b2545202d7f6a5cbd8cbb177cf5c5b1dc6f3ed2994e84cdb8e2e31308b8a

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.