openssl_publickey: fix handling of OpenSSH private keys with passphrase (#54192)

* Cleanup.
* Make sure that OpenSSH passphrases are handled correctly.
* Add changelog.
This commit is contained in:
Felix Fontein
2019-03-22 11:45:55 +01:00
committed by Abhijeet Kasurde
parent 3c20a9b12b
commit 1a94cf140c
2 changed files with 9 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "openssl_publickey - fixed crash on Python 3 when OpenSSH private keys were used with passphrases."