python-pkcs11 0.7.0-1build1 source package in Ubuntu

Changelog

python-pkcs11 (0.7.0-1build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:27:07 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-pkcs11_0.7.0.orig.tar.gz 104.0 KiB 9737e0c24cabb8bc9d48bf8c57c3df2a70f8cdd96b70c50290803286f9e46bf7
python-pkcs11_0.7.0-1build1.debian.tar.xz 7.1 KiB c105d7a55c239ed7e650afe28ac2b39794ac76fe2201f2c131a622bdd0853ce8
python-pkcs11_0.7.0-1build1.dsc 2.4 KiB 4fbe0b5d8165b0ec6e8e185a0473af7e72d1c9fbc9065f9a617dad9776919012

View changes file

Binary packages built by this source

python3-pkcs11: high level PKCS#11 interface for Python

 A high level, "more Pythonic" interface to the PKCS#11 (Cryptoki) standard to
 support HSM and Smartcard devices in Python.
 .
 The interface is designed to follow the logical structure of a HSM, with
 useful defaults for obscurely documented parameters. Many APIs will optionally
 accept iterables and act as generators, allowing you to stream large data
 blocks for symmetric encryption.
 .
 It also includes numerous utility functions to convert between PKCS#11 data
 structures and common interchange formats including PKCS#1 and X.509.
 .
 The library is fully documented and has a full integration test suite for all
 features, with continuous integration against multiple HSM platforms including
 Entrust nShield, Opencryptoki TPM and OpenSC/Smartcard-HSM/Nitrokey HSM.

python3-pkcs11-dbgsym: debug symbols for python3-pkcs11