Go to file
Tomáš Chvátal 615f36f655 Accepting request 623674 from home:stroeder:branches:devel:languages:python
- update to 2.3:
  * SECURITY ISSUE: finalize_with_tag() allowed tag truncation by default 
    which can allow tag forgery in some cases. The method now enforces the 
    min_tag_length provided to the GCM constructor.
  * Added support for Python 3.7.
  * Added extract_timestamp() to get the authenticated timestamp of a Fernet token.
  * Support for Python 2.7.x without hmac.compare_digest has been deprecated. 
    We will require Python 2.7.7 or higher (or 2.7.6 on Ubuntu) in the next 
    cryptography release.
  * Fixed multiple issues preventing cryptography from compiling
    against LibreSSL 2.7.x.
  * Added get_revoked_certificate_by_serial_number for quick
    serial number searches in CRLs.
  * The RelativeDistinguishedName class now preserves the order of attributes.
    Duplicate attributes now raise an error instead of silently discarding duplicates.
  * aes_key_unwrap() and aes_key_unwrap_with_padding() now raise InvalidUnwrap
    if the wrapped key is an invalid length, instead of ValueError.

OBS-URL: https://build.opensuse.org/request/show/623674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=100
2018-07-18 14:32:41 +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
cryptography_vectors-2.3.tar.gz Accepting request 623674 from home:stroeder:branches:devel:languages:python 2018-07-18 14:32:41 +00:00
cryptography-2.3.tar.gz Accepting request 623674 from home:stroeder:branches:devel:languages:python 2018-07-18 14:32:41 +00:00
cryptography-2.3.tar.gz.asc Accepting request 623674 from home:stroeder:branches:devel:languages:python 2018-07-18 14:32:41 +00:00
disable-uneven-sizes-tests.patch Accepting request 331785 from Cloud:OpenStack:Master 2015-09-17 14:30:34 +00:00
python-cryptography.changes Accepting request 623674 from home:stroeder:branches:devel:languages:python 2018-07-18 14:32:41 +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 Accepting request 623674 from home:stroeder:branches:devel:languages:python 2018-07-18 14:32:41 +00:00
skip_openssl_memleak_test.patch Accepting request 521999 from home:vitezslav_cizek:branches:devel:languages:python 2017-09-07 14:49:40 +00:00