Este contenido no está disponible en el idioma seleccionado.
1.76. m2crypto
1.76.1. RHBA-2011:0019: bug fix and enhancement update Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
An updated m2crypto package that fixes some bugs and provides an enhancement is now available.
m2crypto is a Python wrapper for OpenSSL. It makes it possible to call OpenSSL functions from Python scripts.
This updated m2crypto package fixes the following bugs:
* Example scripts used "/usr/bin/env python" as the script interpreter path. With this update, the example scripts use "/usr/bin/python" as the script interpreter path to make sure the scripts are executed by the system Python interpreter, not a locally built interpreter. ( BZ#521887)
* When a M2Crypto.SSL.Connection object was created without setting up a connection, an SSL object was allocated and never freed. Over time, this could result in a significant memory leak. This update ensures the memory is correctly deallocated. ( BZ#660292)
In addition, this updated package provides the following enhancement:
* Previously, m2crypto did not allow users to override the certificate hostname checks performed by default. With this update, users can disable the hostname checks. ( BZ#524855)
Users are advised to upgrade to this updated m2crypto package, which resolves these issues and adds this enhancement.
1.76.2. RHBA-2010:0993: bug fix update Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
An updated m2crypto package that fixes a memory leak is now available for Red Hat Enterprise Linux 5.
m2crypto is a Python wrapper for OpenSSL. It makes it possible to call OpenSSL functions from Python scripts.
This updated m2crypto package fixes the following bug:
* When an "M2Crypto.SSL.Connection" object was created without setting up a connection, an SSL object was allocated and never freed. Over time, this could result in a significant memory leak. This update ensures the memory is correctly deallocated. ( BZ#661869)
Users of m2crypto are advised to upgrade to this updated package, which resolves this issue.