Path to this page:
Subject: CVS commit: pkgsrc/security
From: Adam Ciarcinski
Date: 2023-05-31 14:57:15
Message id: 20230531125715.845FFFA87@cvs.NetBSD.org
Log Message:
py-cryptography py-cryptography_vectors: updated to 41.0.0
41.0.0 - 2023-05-30
BACKWARDS INCOMPATIBLE: Support for OpenSSL less than 1.1.1d has been removed. \
Users on older version of OpenSSL will need to upgrade.
BACKWARDS INCOMPATIBLE: Support for Python 3.6 has been removed.
BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL < 3.6.
Updated the minimum supported Rust version (MSRV) to 1.56.0, from 1.48.0.
Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.1.
Added support for the :class:`~cryptography.x509.OCSPAcceptableResponses` OCSP \
extension.
Added support for the :class:`~cryptography.x509.MSCertificateTemplate` \
proprietary Microsoft certificate extension.
Implemented support for equality checks on all asymmetric public key types.
Added support for aes256-gcm@openssh.com encrypted keys in \
:func:`~cryptography.hazmat.primitives.serialization.load_ssh_private_key`.
Added support for obtaining X.509 certificate signature algorithm parameters \
(including PSS) via \
:meth:`~cryptography.x509.Certificate.signature_algorithm_parameters`.
Support signing :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS` \
X.509 certificates via the new keyword-only argument rsa_padding on \
:meth:`~cryptography.x509.CertificateBuilder.sign`.
Added support for \
:class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305` on \
BoringSSL.
Files: