SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-python-gnupg-0.5.0-34.5.noarch.rpm :

* Fri May 05 2023 Johannes Kastl - add sle15_python_module_pythons
* Sat Sep 17 2022 Dirk Müller - update to 0.5.0:
* Fixed #181: Added the ability to pass file paths to encrypt_file, decrypt_file, sign_file, verify_file, get_recipients_file and added import_keys_file.
* Fixed #183: Handle FAILURE and UNEXPECTED conditions correctly. Thanks to sebbASF for the patch.
* Fixed #185: Handle VALIDSIG arguments more robustly.
* Fixed #188: Remove handling of DECRYPTION_FAILED from Verify code, as not required there. Thanks to sebbASF for the patch.
* Fixed #190: Handle KEY_CREATED more robustly.
* Fixed #191: Handle NODATA messages during verification.
* Fixed #196: Don\'t log chunk data by default, as it could contain sensitive information (during decryption, for example).
* Added the ability to pass an environment to the gpg executable. Thanks to Edvard Rejthar for the patch.
* Sat Jun 04 2022 Dirk Müller - update to 0.4.9:
* Added a status attribute to the returned object from gen_key()
* Provide the ability to add subkeys.
* Add keygrip values to the information collected when keys are listed.
* Added extra_args keyword argument to send_keys(), recv_keys() and search_keys() to allow passing options relating to key servers.
* Mon Nov 29 2021 Dirk Müller - update to 0.4.8:
* Return gpg\'s return code in all result instances.
* Add check for invalid file objects.
* Provide more useful status message when a secret key is absent.
* Added a get_recipients() API to find the recipients of an encrypted message without decrypting it.
* Sun Aug 01 2021 Dirk Müller - update to 0.4.7:
* Added support for no passphrase during key generation.
* Improved permission-denied test.
* Updated logging to only show partial results.
* Allowed a passphrase to be passed to import_keys().
* Wed Aug 05 2020 Marketa Calabkova - Update to 0.4.6
* Fixed #128: Added ECC support by changing key generation parameters. (The Key-Length value isn\'t added if a curve is specified.)
* More bugfixes.
* Support for Python versions 3.5 and under is discontinued, except for Python 2.7.
* Tue Sep 10 2019 Tomáš Chvátal - Update to 0.4.5:
* various bugfixes
* Wed Apr 17 2019 Matej Cepl - Switch to pytest runner, which seems to be a way more stable in providing the results.
* Thu Jan 24 2019 Tomáš Chvátal - Enable tests
* Thu Jan 24 2019 Karol Babioch - Update to 0.4.4:
* Changed how any return value from the ``on_data`` callable is processed. In earlier versions, the return value was ignored. In this version, if the return value is ``False``, the data received from ``gpg`` is not buffered. Otherwise (if the value is ``None`` or ``True``, for example), the data is buffered as normal. This functionality can be used to do your own buffering, or to prevent buffering altogether. The ``on_data`` callable is also called once with an empty byte-string to signal the end of data from ``gpg``.
* Added an additional attribute ``check_fingerprint_collisions`` to ``GPG`` instances, which defaults to ``False``. It seems that ``gpg`` is happy to have duplicate keys and fingerprints in a keyring, so we can\'t be too strict. A user can set this attribute of an instance to ``True`` to trigger a check for collisions.
* With GnuPG 2.2.7 or later, provide the fingerprint of a signing key for a failed signature verification, if available.
* For verification where multiple signatures are involved, a mapping of signature_ids to fingerprint, keyid, username, creation date, creation timestamp and expiry timestamp is provided.
* Added a check to disallow certain control characters (\'\\r\', \'\
\', NUL) in passphrases (CVE-2019-6690 bsc#1123498)
 
ICM