endesive 2.16.1+dfsg-1 source package in Ubuntu

Changelog

endesive (2.16.1+dfsg-1) unstable; urgency=medium

  * New upstream version 2.16.1+dfsg
  * debian/rules: removed 'font-in-non-font-package'
  * debian/patches/004.tests-skipped-with-errors.patch: adjusted for execution

 -- Josenilson Ferreira da Silva <email address hidden>  Fri, 29 Dec 2023 21:30:11 -0300

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
endesive_2.16.1+dfsg-1.dsc 2.5 KiB b042e32c3ee2bc7b637dc428a0d6b2005571f2912e4a701bcf7e35989a4b7395
endesive_2.16.1+dfsg.orig.tar.xz 944.5 KiB 1c5747cfd9b33e5fd9d474672d797f8cbdd91fed1b9f91da62954362998fb5bd
endesive_2.16.1+dfsg-1.debian.tar.xz 5.2 KiB 6d6a77e05eb57e9bb902a12d178c154cd373e8867a8e2eaf18199039a58edf96

Available diffs

No changes file available.

Binary packages built by this source

python3-endesive: library for digital signing and verification of signatures in docs

 Endesive is a Python module that has the ability to add and check
 digital signatures on PDF documents, emails and XMLs. This is useful for
 guarantee the protection and integrity of documents, making it difficult
 tamper with your content.
 .
 Supports PDF digital signature standards defined in standards such as PAdES
 and CAdES. These standards are widely recognized for digital signatures on
 PDF documents.
 .
 This library implements CAdES-B handler for signing and verifying PDF
 documents in Adobe.PPKLite/adbe.pkcs7.detached form. It can sign documents
 during generation using a modified version of pyfpdf which is included in this
 library. It can also sign documents generated by external programs.
 .
 For ASN.1 implementation, pocote depends on the asn1crypto and cryptography
 libraries. Just like for certificate verification, the package recommends
 "CertValidator" as a dependency.
 .
 Also implements S/MIME handler which can encrypt and decrypt S/MIME
 messages using a public RSA key, in AES-128/192/256 CBC/OFB modes. It can also
 sign and verify S/MIME messages.
 .
 Still, the package is capable of implementing XADES BES/T with an enveloped and
 enveloping format, creating signed XML files.
 .
 In addition to all the implementations, the package is also capable of
 implementing CMS, enabling the signing and verification of simple text
 files with separate signature files.
 .
 This package installs the library for Python 3.