pyjks 20.0.0-5 source package in Ubuntu

Changelog

pyjks (20.0.0-5) unstable; urgency=medium

  * Team upload.
  * d/control: add b-d on pytest to force tests to run via something other
    than the deprecated "python3 setup.py test" command.

 -- Louis-Philippe VĂ©ronneau <email address hidden>  Sat, 03 Dec 2022 15:35:51 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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
pyjks_20.0.0-5.dsc 1.6 KiB 75207b31c7549f24fb1b839f573d2bee86aa95351f0e530dd8d83505d09ee761
pyjks_20.0.0.orig.tar.gz 98.1 KiB e015b607e406421768abc5fe9b068959aad477b11b3f48a2d53294f895e317bb
pyjks_20.0.0-5.debian.tar.xz 4.2 KiB ede0d30e47202d62f63d53a98ad613d65eb994a394ed6d947fe03f1f8b833acd

Available diffs

No changes file available.

Binary packages built by this source

python3-pyjks: Java KeyStore parser including private/secret key decryption

 A pure Python Java KeyStore file parser, including private/secret key
 decryption. Can read JKS, JCEKS, BKS and UBER (BouncyCastle) key
 stores.
 .
 The best way to utilize a certificate stored in a jks file up to this
 point has been to use the java keytool command to transform to
 pkcs12, and then openssl to transform to pem.
 .
 This is better:
  * no security concerns in passwords going into command line arguments,
    or unencrypted files being left around
  * no dependency on a JVM