Path to this page:
./
security/py-cryptography,
Cryptographic recipes and primitives for Python
Branch: CURRENT,
Version: 44.0.0,
Package name: py312-cryptography-44.0.0,
Maintainer: pkgsrc-userscryptography is a package designed to expose cryptographic recipes
and primitives to Python developers. Our goal is for it to be your
"cryptographic standard library".
cryptography includes both high level recipes, and low level
interfaces to common cryptographic algorithms such as symmetric
ciphers, message digests and key derivation functions.
Required to run:[
security/openssl] [
devel/py-setuptools] [
devel/py-cffi] [
devel/py-cparser] [
lang/py-six] [
www/py-idna] [
security/py-asn1crypto] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 694.001 KB
Version history: (Expand)
- (2024-11-28) Updated to version: py312-cryptography-44.0.0
- (2024-10-19) Updated to version: py312-cryptography-43.0.3
- (2024-09-04) Updated to version: py312-cryptography-43.0.1
- (2024-08-22) Updated to version: py312-cryptography-43.0.0nb1
- (2024-07-21) Updated to version: py311-cryptography-43.0.0
- (2024-06-05) Updated to version: py311-cryptography-42.0.8
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-11-13 14:32:26 by Jonathan Perkin | Files touched by this commit (11) |
Log message:
*: Switch to py-maturin's tool.mk
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
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-08-22 15:30:17 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-cryptography: py-maturin changed license location
Update PLIST and depends.
Bump PKGREVISION
|
2024-08-04 11:42:36 by Kimmo Suominen | Files touched by this commit (5) |
Log message:
Patch py-certbot to avoid deprecation warnings
Bump py-cryptography minimum version of the rust variety due to API change.
|
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.
|