Go to file
Todd R f4aa7a93bc Accepting request 319463 from Cloud:OpenStack:Master
- update to 0.9.3:
  * Updated Windows wheels to be compiled against OpenSSL 1.0.2d.
  * Updated Windows wheels to be compiled against OpenSSL 1.0.2c.
  * **SECURITY ISSUE**: Fixed a double free in the OpenSSL backend when using DSA
   to verify signatures. Note that this only affects PyPy 2.6.0 and (presently
   unreleased) CFFI versions greater than 1.1.0.
  * Removed support for Python 3.2. This version of Python is rarely used
    and caused support headaches. Users affected by this should upgrade to 3.3+.
  * Deprecated support for Python 2.6. At the time there is no time table for
    actually dropping support, however we strongly encourage all users to upgrade
    their Python, as Python 2.6 no longer receives support from the Python core
    team.
  * Add support for the
    :class:`~cryptography.hazmat.primitives.asymmetric.ec.SECP256K1` elliptic
    curve.
  * Fixed compilation when using an OpenSSL which was compiled with the
    ``no-comp`` (``OPENSSL_NO_COMP``) option.
  * Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER`
    serialization of public keys using the ``public_bytes`` method of
    :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`,
    :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`,
    and
    :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`.
  * Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER`
    serialization of private keys using the ``private_bytes`` method of
    :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization`,
    :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization`,
    and
    :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization`.
  * Add support for parsing X.509 certificate signing requests (CSRs) with

OBS-URL: https://build.opensuse.org/request/show/319463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=13
2015-07-30 06:33:42 +00:00
.gitattributes Accepting request 223686 from home:mvyskocil:branches:devel:languages:python 2014-02-24 14:01:28 +00:00
.gitignore Accepting request 223686 from home:mvyskocil:branches:devel:languages:python 2014-02-24 14:01:28 +00:00
cryptography_vectors-0.9.3.tar.gz Accepting request 319463 from Cloud:OpenStack:Master 2015-07-30 06:33:42 +00:00
cryptography_vectors-0.9.3.tar.gz.asc Accepting request 319463 from Cloud:OpenStack:Master 2015-07-30 06:33:42 +00:00
cryptography-0.9.3.tar.gz Accepting request 319463 from Cloud:OpenStack:Master 2015-07-30 06:33:42 +00:00
cryptography-0.9.3.tar.gz.asc Accepting request 319463 from Cloud:OpenStack:Master 2015-07-30 06:33:42 +00:00
python-cryptography.changes Accepting request 319463 from Cloud:OpenStack:Master 2015-07-30 06:33:42 +00:00
python-cryptography.keyring Accepting request 223686 from home:mvyskocil:branches:devel:languages:python 2014-02-24 14:01:28 +00:00
python-cryptography.spec Accepting request 319463 from Cloud:OpenStack:Master 2015-07-30 06:33:42 +00:00