↵ Return to the main page of python3-paramiko
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2025-06-03 | Python Maint <python dash maint at redhat dot com> - 3.5.1-2 | - Rebuilt for Python 3.14 |
2025-02-04 | Paul Howarth <paul at city dash fan dot org> - 3.5.1-1 | - Update to 3.5.1 (rhbz#2343673) - Private key material is now explicitly 'unpadded' during decryption, removing a reliance on some lax OpenSSL behavior and making us compatible with future Cryptography releases (GH#2490) |
2025-01-18 | Fedora Release Engineering <releng at fedoraproject dot org> - 3.5.0-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild |
2024-09-16 | Paul Howarth <paul at city dash fan dot org> - 3.5.0-1 | - Update to 3.5.0 (rhbz#2312503) - Add support for AES-GCM encryption ciphers (128 and 256 bit variants) (GH#982, GH#2157, GH#2444, rhbz#2311855); this functionality has been tested in client mode against OpenSSH 9.0, 9.2 and 9.6, as well as against a number of proprietary appliance SSH servers - Check for 'None' transport members inside '~paramiko.channel.Channel' when closing the channel; this likely doesn't come up much in the real world, but was causing warnings in the test suite |
2024-08-12 | Paul Howarth <paul at city dash fan dot org> - 3.4.1-1 | - Update to 3.4.1 - Massage our import of the TripleDES cipher to support Cryptography ≥ 43; this should prevent 'CryptographyDeprecationWarning' from appearing upon import (GH#2419, GH#2421) - Modify a test-harness skiptest check to work with newer versions of Cryptography (GH#2420) - Fix a 64-bit-ism in the test suite so the tests don't encounter a false negative on 32-bit systems (GH#2353) |
2024-07-22 | Paul Howarth <paul at city dash fan dot org> - 3.4.0-6 | - Fix detection of SHA1 signing support https://github.com/paramiko/paramiko/pull/2420 https://github.com/pyca/cryptography/issues/11332 https://github.com/PyO3/pyo3/issues/3059 - Remove cache Sphinx build folder ".doctrees" |
2024-07-19 | Fedora Release Engineering <releng at fedoraproject dot org> - 3.4.0-5 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild |
2024-06-08 | Python Maint <python dash maint at redhat dot com> - 3.4.0-4 | - Rebuilt for Python 3.13 |
2024-01-26 | Fedora Release Engineering <releng at fedoraproject dot org> - 3.4.0-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2024-01-22 | Fedora Release Engineering <releng at fedoraproject dot org> - 3.4.0-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |