pycryptodome 3.4.7-1ubuntu1 source package in Ubuntu

Changelog

pycryptodome (3.4.7-1ubuntu1) bionic; urgency=medium

  * SECURITY UPDATE: weak ElGamal key parameters
    - debian/patches/CVE-2018-6594.patch: choose a square residue in
      lib/Crypto/PublicKey/ElGamal.py.
    - CVE-2018-6594

 -- Marc Deslauriers <email address hidden>  Fri, 06 Apr 2018 08:35:25 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main misc

Downloads

File Size SHA-256 Checksum
pycryptodome_3.4.7.orig.tar.gz 6.2 MiB 18d8dfe31bf0cb53d58694903e526be68f3cf48e6e3c6dfbbc1e7042b1693af7
pycryptodome_3.4.7.orig.tar.gz.asc 862 bytes 2a0cb959984893539f396039815eadcda26b9fc6f3375d672c1ffa55c636a681
pycryptodome_3.4.7-1ubuntu1.debian.tar.xz 9.7 KiB f7510afa5034769b845b4fa2a912c5f14d13ebf84716a4d865e035af660eb000
pycryptodome_3.4.7-1ubuntu1.dsc 2.6 KiB b18bdc048bc039ca4f7566adfd07ec9527b0f6617bbe1242fd1261dbc20eaa09

View changes file

Binary packages built by this source

python-pycryptodome: No summary available for python-pycryptodome in ubuntu cosmic.

No description available for python-pycryptodome in ubuntu cosmic.

python-pycryptodome-dbgsym: debug symbols for python-pycryptodome
python-pycryptodome-doc: cryptographic Python library (documentation)

 PyCryptodome is a self-contained Python package of low-level
 cryptographic primitives.
 .
 PyCryptodome is a fork of PyCrypto. It brings several enhancements
 with respect to the last official version of PyCrypto (2.6.1),
 for instance:
 .
   * Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)
   * Accelerated AES on Intel platforms via AES-NI
   * First class support for PyPy
   * Elliptic curves cryptography (NIST P-256 curve only)
   * Better and more compact API (`nonce` and `iv` attributes for ciphers,
     automatic generation of random nonces and IVs, simplified CTR cipher mode,
     and more)
   * SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms
   * Salsa20 and ChaCha20 stream ciphers
   * scrypt and HKDF
   * Deterministic (EC)DSA
   * Password-protected PKCS#8 key containers
   * Shamir's Secret Sharing scheme
   * Random numbers get sourced directly from the OS (and not from a CSPRNG in
     userspace)
   * Simplified install process, including better support for Windows
   * Cleaner RSA and DSA key generation (largely based on FIPS 186-4)
   * Major clean ups and simplification of the code base
 .
 PyCryptodome is not a wrapper to a separate C library like *OpenSSL*.
 To the largest possible extent, algorithms are implemented in pure Python.
 Only the pieces that are extremely critical to performance (e.g. block ciphers)
 are implemented as C extensions.
 .
 This is the documentation package.

python3-pycryptodome: cryptographic Python library (Python 3)

 PyCryptodome is a self-contained Python package of low-level
 cryptographic primitives.
 .
 PyCryptodome is a fork of PyCrypto. It brings several enhancements
 with respect to the last official version of PyCrypto (2.6.1),
 for instance:
 .
   * Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)
   * Accelerated AES on Intel platforms via AES-NI
   * First class support for PyPy
   * Elliptic curves cryptography (NIST P-256 curve only)
   * Better and more compact API (`nonce` and `iv` attributes for ciphers,
     automatic generation of random nonces and IVs, simplified CTR cipher mode,
     and more)
   * SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms
   * Salsa20 and ChaCha20 stream ciphers
   * scrypt and HKDF
   * Deterministic (EC)DSA
   * Password-protected PKCS#8 key containers
   * Shamir's Secret Sharing scheme
   * Random numbers get sourced directly from the OS (and not from a CSPRNG in
     userspace)
   * Simplified install process, including better support for Windows
   * Cleaner RSA and DSA key generation (largely based on FIPS 186-4)
   * Major clean ups and simplification of the code base
 .
 PyCryptodome is not a wrapper to a separate C library like *OpenSSL*.
 To the largest possible extent, algorithms are implemented in pure Python.
 Only the pieces that are extremely critical to performance (e.g. block ciphers)
 are implemented as C extensions.
 .
 This is the Python 3 version of the package.

python3-pycryptodome-dbgsym: No summary available for python3-pycryptodome-dbgsym in ubuntu cosmic.

No description available for python3-pycryptodome-dbgsym in ubuntu cosmic.