python-cryptography
No description set
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
18
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-cryptography && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cryptography-2.7.tar.gz | 0000495877 484 KB | |
cryptography-2.7.tar.gz.asc | 0000000488 488 Bytes | |
disable-uneven-sizes-tests.patch | 0000000678 678 Bytes | |
python-cryptography.changes | 0000038681 37.8 KB | |
python-cryptography.keyring | 0000001847 1.8 KB | |
python-cryptography.spec | 0000003997 3.9 KB | |
skip_openssl_memleak_test.patch | 0000000674 674 Bytes |
Revision 47 (latest revision is 97)
Dominique Leuenberger (dimstar_suse)
accepted
request 707591
from
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
Comments 0