pyopenssl 0.12-1ubuntu2.1 source package in Ubuntu

Changelog

pyopenssl (0.12-1ubuntu2.1) precise-security; urgency=low

  * SECURITY UPDATE: incorrect ssl cert validation via NUL byte in
    subjectAltName
    - debian/patches/CVE-2013-4314.patch: fix leak in OpenSSL/crypto/x509.c,
      properly handle subjectAltName in OpenSSL/crypto/x509ext.c, added
      tests to OpenSSL/test/test_crypto.py.
    - CVE-2013-4314
  * debian/patches/remove_sslv2_test.patch: fix test suite failure by
    removing SSLv2 in test_method as openssl in precise doesn't enable it.
 -- Marc Deslauriers <email address hidden>   Mon, 23 Sep 2013 10:00:40 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main interpreters
Precise security main interpreters

Downloads

File Size SHA-256 Checksum
pyopenssl_0.12.orig.tar.gz 230.5 KiB 4517e9630a90db09ab8fe77d4dad753d5514a5f76b65ac327a7cd5a1d1ddd8a8
pyopenssl_0.12-1ubuntu2.1.debian.tar.gz 16.3 KiB e858de4202eba87cc2944ead5918ca414b155ef45b1b7eb88db3444c9f3f9e64
pyopenssl_0.12-1ubuntu2.1.dsc 2.3 KiB 24000436f34a87ee938a12d2eed5221cddb3ad5074d263852e5d9c7b9730b5d1

View changes file

Binary packages built by this source

python-openssl: Python wrapper around the OpenSSL library

 High-level wrapper around a subset of the OpenSSL library, includes
 .
   * SSL.Connection objects, wrapping the methods of Python's portable
     sockets
   * Callbacks written in Python
   * Extensive error-handling mechanism, mirroring OpenSSL's error
     codes
 .
 A lot of the object methods do nothing more than calling a
 corresponding function in the OpenSSL library.

python-openssl-dbg: Python wrapper around the OpenSSL library (debug extension)

 High-level wrapper around a subset of the OpenSSL library, includes
 .
   * SSL.Connection objects, wrapping the methods of Python's portable
     sockets
   * Callbacks written in Python
   * Extensive error-handling mechanism, mirroring OpenSSL's error
     codes
 .
 A lot of the object methods do nothing more than calling a
 corresponding function in the OpenSSL library.
 .
 This package contains the debug extension for python-openssl.

python-openssl-doc: Python wrapper around the OpenSSL library (documentation package)

 High-level wrapper around a subset of the OpenSSL library, includes
 .
   * SSL.Connection objects, wrapping the methods of Python's portable
     sockets
   * Callbacks written in Python
   * Extensive error-handling mechanism, mirroring OpenSSL's error
     codes
 .
 A lot of the object methods do nothing more than calling a
 corresponding function in the OpenSSL library.
 .
 This package contains documentation for python-openssl.