Path to this page:
./
security/py-cryptography_vectors,
Cryptographic test vectors
Branch: CURRENT,
Version: 44.0.0,
Package name: py312-cryptography_vectors-44.0.0,
Maintainer: pkgsrc-usersThis package contains the test vectors for the cryptography python
module.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 34489.551 KB
Version history: (Expand)
- (2024-11-28) Updated to version: py312-cryptography_vectors-44.0.0
- (2024-10-19) Updated to version: py312-cryptography_vectors-43.0.3
- (2024-09-04) Updated to version: py312-cryptography_vectors-43.0.1
- (2024-07-21) Updated to version: py311-cryptography_vectors-43.0.0
- (2024-06-05) Updated to version: py311-cryptography_vectors-42.0.8
- (2024-05-07) Updated to version: py311-cryptography_vectors-42.0.7
CVS history: (Expand)
2024-11-28 11:31:24 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message:
py-cryptography py-cryptography_vectors: updated to 44.0.0
44.0.0 - 2024-11-27
* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL < 3.9.
* Deprecated Python 3.7 support. Python 3.7 is no longer supported by the
Python core team. Support for Python 3.7 will be removed in a future
``cryptography`` release.
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.4.0.
* macOS wheels are now built against the macOS 10.13 SDK. Users on older
versions of macOS should upgrade, or they will need to build
``cryptography`` themselves.
* Enforce the :rfc:`5280` requirement that extended key usage extensions must
not be empty.
* Added support for timestamp extraction to the
:class:`~cryptography.fernet.MultiFernet` class.
* Relax the Authority Key Identifier requirements on root CA certificates
during X.509 verification to allow fields permitted by :rfc:`5280` but
forbidden by the CA/Browser BRs.
* Added support for :class:`~cryptography.hazmat.primitives.kdf.argon2.Argon2id`
when using OpenSSL 3.2.0+.
* Added support for the :class:`~cryptography.x509.Admissions` certificate extension.
* Added basic support for PKCS7 decryption (including S/MIME 3.2) via
:func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_der`,
:func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_pem`, and
:func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_smime`.
|
2024-10-19 07:47:44 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
py-cryptography py-cryptography_vectors: updated to 43.0.3
43.0.3 - 2024-10-18
* Fixed release metadata for ``cryptography-vectors``
43.0.2 - 2024-10-18
* Fixed compilation when using LibreSSL 4.0.0.
|
2024-09-04 07:03:35 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
py-cryptography py-cryptography_vectors: updated to 43.0.1
43.0.1 - 2024-09-03
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2.
|
2024-07-21 11:12:59 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-cryptography_vectors: update to 43.0.0.
Update for py-cryptography-43.0.
|
2024-06-05 09:26:46 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-cryptography py-cryptography_vectors: updated to 42.0.8
42.0.8 - 2024-06-04
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.2.
|
2024-05-07 05:45:29 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-cryptography py-cryptography_vectors: updated to 42.0.7
42.0.7 - 2024-05-06
* Restored Windows 7 compatibility for our pre-built wheels. Note that we do
not test on Windows 7 and wheels for our next release will not support it.
Microsoft no longer provides support for Windows 7 and users are encouraged
to upgrade.
|
2024-05-05 15:50:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cryptography_vectors: updated to 42.0.6
Sync with py-cryptography
|
2024-02-25 16:54:58 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
py-cryptography*: update to 42.0.5
42.0.5 - 2024-02-23
~~~~~~~~~~~~~~~~~~~
* Limit the number of name constraint checks that will be performed in
:mod:`X.509 path validation <cryptography.x509.verification>` to protect
against denial of service attacks.
* Upgrade ``pyo3`` version, which fixes building on PowerPC.
|