SatelliteQE / satellite-populate

This new module adds tools and commands to populate and validate entities in the system based in YAML file.
Other
8 stars 10 forks source link

Update cryptography to 1.8.1 #45

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of cryptography available. You are currently using 1.7.2. I have updated it to 1.8.1

These links might come in handy: PyPI | Changelog | Repo

Changelog

1.8



* Added support for Python 3.6.
* Windows and macOS wheels now link against OpenSSL 1.1.0.
* macOS wheels are no longer universal. This change significantly shrinks the
 size of the wheels. Users on macOS 32-bit Python (if there are any) should
 migrate to 64-bit or build their own packages.
* Changed ASN.1 dependency from ``pyasn1`` to ``asn1crypto`` resulting in a
 general performance increase when encoding/decoding ASN.1 structures. Also,
 the ``pyasn1_modules`` test dependency is no longer required.
* Added support for
 :meth:`~cryptography.hazmat.primitives.ciphers.CipherContext.update_into` on
 :class:`~cryptography.hazmat.primitives.ciphers.CipherContext`.
* Added
 :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKeyWithSerialization.private_bytes`
 to
 :class:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKeyWithSerialization`.
* Added
 :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPublicKeyWithSerialization.public_bytes`
 to
 :class:`~cryptography.hazmat.primitives.asymmetric.dh.DHPublicKeyWithSerialization`.
* :func:`~cryptography.hazmat.primitives.serialization.load_pem_private_key`
 and
 :func:`~cryptography.hazmat.primitives.serialization.load_der_private_key`
 now require that ``password`` must be bytes if provided. Previously this
 was documented but not enforced.
* Added support for subgroup order in :doc:`/hazmat/primitives/asymmetric/dh`.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖