Go to file
Dirk Mueller 7c43eed0a5 - update to 38.0.1:
* Fixed parsing TLVs in ASN.1 with length greater than 65535 bytes (typically
    seen in large CRLs).
  * Final deprecation of OpenSSL 1.1.0. The next release of ``cryptography``
    will drop support.
  * We no longer ship ``manylinux2010`` wheels. Users should upgrade to the
    latest ``pip`` to ensure this doesn't cause issues downloading wheels on
    their platform. We now ship ``manylinux_2_28`` wheels for users on new
    enough platforms.
  * Updated the minimum supported Rust version (MSRV) to 1.48.0, from 1.41.0.
    Users with the latest ``pip`` will typically get a wheel and not need Rust
    installed, but check :doc:`/installation` for documentation on installing a
    newer ``rustc`` if required.
  * :meth:`~cryptography.fernet.Fernet.decrypt` and related methods now accept
    both ``str`` and ``bytes`` tokens.
  * Parsing ``CertificateSigningRequest`` restores the behavior of enforcing
    that the ``Extension`` ``critical`` field must be correctly encoded DER. See
    `the issue <https://github.com/pyca/cryptography/issues/6368>`_ for complete
    details.
  * Added two new OpenSSL functions to the bindings to support an upcoming
    ``pyOpenSSL`` release.
  * When parsing :class:`~cryptography.x509.CertificateRevocationList` and
    :class:`~cryptography.x509.CertificateSigningRequest` values, it is now
    enforced that the ``version`` value in the input must be valid according to
    the rules of :rfc:`2986` and :rfc:`5280`.
  * Using MD5 or SHA1 in :class:`~cryptography.x509.CertificateBuilder` and
    other X.509 builders is deprecated and support will be removed in the next
    version.
  * Added additional APIs to
    :class:`~cryptography.x509.certificate_transparency.SignedCertificateTimestamp`, including

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=161
2022-09-29 19:43:01 +00:00
_multibuild - split tests in a multibuild variant to optimize rebuild time a bit 2022-02-16 19:00:35 +00:00
_service - update to 38.0.1: 2022-09-29 19:43:01 +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
cargo_config Accepting request 934514 from home:dirkmueller:Factory 2021-11-29 11:07:36 +00:00
cryptography-38.0.1.tar.gz - update to 38.0.1: 2022-09-29 19:43:01 +00:00
python-cryptography.changes - update to 38.0.1: 2022-09-29 19:43:01 +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 - update to 38.0.1: 2022-09-29 19:43:01 +00:00
remove_python_3_6_deprecation_warning.patch Accepting request 981552 from home:gladiac:mailman3 2022-06-13 06:38:29 +00:00
skip_openssl_memleak_test.patch Accepting request 854259 from home:darix:apps 2020-12-09 14:02:46 +00:00
vendor.tar.zst - update to 38.0.1: 2022-09-29 19:43:01 +00:00