Differences
This shows you the differences between the selected revisions of the page.
2016-01-06 | 2016-01-06 | ||
SshPrivateKeyPassphrase renamed to PrivateKeyPassphrase (martin) | client certificate improvements (martin) | ||
Line 4: | Line 4: | ||
===== [[5.8.1]] 5.8.1 (not released yet) ===== | ===== [[5.8.1]] 5.8.1 (not released yet) ===== | ||
- | === 2016-01-05 === | + | === 2016-01-06 === |
* Support DER encoded binary certificates. [[bug>1388]] | * Support DER encoded binary certificates. [[bug>1388]] | ||
* Correcting DST adjustments of FTP timestamps by IIS FTP server. [[bug>1380]] | * Correcting DST adjustments of FTP timestamps by IIS FTP server. [[bug>1380]] | ||
Line 16: | Line 16: | ||
* Change: Deprecating ''Session.IniFilePath'' in favor of ''Session.AddRawConfiguration''. | * Change: Deprecating ''Session.IniFilePath'' in favor of ''Session.AddRawConfiguration''. | ||
* Prolonging countdown only after mouse moves substantially over message box with "timeout" button. [[bug>1386]] | * Prolonging countdown only after mouse moves substantially over message box with "timeout" button. [[bug>1386]] | ||
+ | * More user-friendly error message when a wrong passphrase is used for a client certificate. | ||
+ | * When a passphrase for a client certificate is not provided, the authentication continues. | ||
* Bug fix: When opening ''%%ssh://%%'' URL in PuTTY or handling URL with a save extension, a main window was opened. | * Bug fix: When opening ''%%ssh://%%'' URL in PuTTY or handling URL with a save extension, a main window was opened. | ||
* Bug fix: Missing help link for //Internal Editor page// of Preferences dialog. | * Bug fix: Missing help link for //Internal Editor page// of Preferences dialog. | ||
Line 29: | Line 31: | ||
* Bug fix: Too long automatic bug reports were rejected. | * Bug fix: Too long automatic bug reports were rejected. | ||
* Bug fix: Failure when reading a private key from a ''.pem'' file fails. | * Bug fix: Failure when reading a private key from a ''.pem'' file fails. | ||
+ | * Bug fix: An ''open'' scripting command for FTP session with encrypted client certificate without passphrase but with password is silently ignored. | ||