Revisions of python-cryptography

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 707591 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 47)
- update to 2.7
 * BACKWARDS INCOMPATIBLE: Removed the cryptography.hazmat.primitives.mac.MACContext interface.
   The CMAC and HMAC APIs have not changed, but they are no longer registered
   as MACContext instances.
 * Removed support for running our tests with setup.py test.
 * Add support for :class:`~cryptography.hazmat.primitives.poly1305.Poly1305`
   when using OpenSSL 1.1.1 or newer.
 * Support serialization with Encoding.OpenSSH and PublicFormat.OpenSSH
   in :meth:`Ed25519PublicKey.public_bytes <cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey.public_bytes>` .
 * Correctly allow passing a SubjectKeyIdentifier to :meth:`~cryptography.x509.AuthorityKeyIdentifier.from_issuer_subject_key_identifier`
   and deprecate passing an Extension object.

- Simplify the test execution to be more understandable
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 659254 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 43)
- Update to 2.4.1:
    * Dropped support for LibreSSL 2.4.x.
    * Deprecated OpenSSL 1.0.1 support. OpenSSL 1.0.1 is no
      longer supported by the OpenSSL project. At this time there
      is no time table for dropping support, however we strongly
      encourage all users to upgrade or install cryptography from
      a wheel.
    * Added initial :doc:`OCSP </x509/ocsp>` support.
    * Added support for cryptography.x509.PrecertPoison.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 630716 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 41)
- Update to 2.3.1:
  * updated tests for upstream wycheproof changes
  * many other tiny test tweaks
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 591618 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 38)
- Cleanup with spec-cleaner
- Use %setup to unpack all archives do not rely on tar calls

- Update to upstream release 2.2.1:
  * Reverted a change to GeneralNames which prohibited having zero elements,
    due to breakages.
  * Fixed a bug in
    :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap_with_padding`
    that caused it to raise InvalidUnwrap when key length modulo 8 was zero.
  * BACKWARDS INCOMPATIBLE: Support for Python 2.6 has been dropped.
  * Resolved a bug in HKDF that incorrectly constrained output size.
  * Added
    :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP256R1`,
    :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP384R1`, and
    :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP512R1` to
    support inter-operating with systems like German smart meters.
  * Added token rotation support to :doc:`Fernet </fernet>` with
    :meth:`~cryptography.fernet.MultiFernet.rotate`.
  * Fixed a memory leak in
    :func:`~cryptography.hazmat.primitives.asymmetric.ec.derive_private_key`.
  * Added support for AES key wrapping with padding via
    :func:`~cryptography.hazmat.primitives.keywrap.aes_key_wrap_with_padding` and
    :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap_with_padding` .
* Allow loading DSA keys with 224 bit q.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 572222 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 35)
- Fix the previous change to not pull in py2 on py3 enviroment

- fix requires on python ssl once more after the last change
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 567426 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 34)
- Add proper conditional for the python2, the ifpython works only
  for the requires/etc

- add missing dependency on python ssl
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 540642 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 32)
- update to version 2.1.3:
  * Updated Windows, macOS, and manylinux1 wheels to be compiled with
    OpenSSL 1.1.0g.

- update to version 2.1.2:
  * Corrected a bug with the manylinux1 wheels where OpenSSL’s stack
    was marked executable.
Displaying revisions 41 - 60 of 89
openSUSE Build Service is sponsored by