Differences
This shows you the differences between the selected revisions of the page.
| 2019-06-12 | 2019-06-14 | ||
| PutFile*ToDirectory + GetFile*ToDirectory (martin) | Host key and certificate fingerprint verification improvements (martin) | ||
| Line 3: | Line 3: | ||
| This is a full list of changes for each release of WinSCP. See also [[project_history|Project history]] and [[incompatible_changes|Incompatible changes between versions]]. | This is a full list of changes for each release of WinSCP. See also [[project_history|Project history]] and [[incompatible_changes|Incompatible changes between versions]]. | ||
| - | ===== [[5.16]] 5.16 (not released yet) ((2019-06-12)) ===== | + | ===== [[5.16]] 5.16 (not released yet) ((2019-06-13)) ===== |
| * SSH core upgraded to [[&url(puttychanges)|PuTTY 0.71]]. It brings the following changes: | * SSH core upgraded to [[&url(puttychanges)|PuTTY 0.71]]. It brings the following changes: | ||
| Line 15: | Line 15: | ||
| * User can choose between installation for all users and the current user only. | * User can choose between installation for all users and the current user only. | ||
| * Modern style of the installer wizard. | * Modern style of the installer wizard. | ||
| + | * Host key and certificate fingerprint verification improvements: | ||
| + | * When verifying a host key using an expected fingerprint, it is possible to use an expected fingerprint with a checksum only (with both key type and bit count omitted). | ||
| + | * When verifying a host key or a certificate using an expected fingerprint, the comparison is case-insensitive (with an exception of SHA-256 checksum). | ||
| + | * When verifying a host key using an expected fingerprint, a padding (''='') in SHA-256 checksum is not required. | ||
| + | * Change: TLS/SSL certificate fingerprints in generated URL use dashes (''-'') instead of colons ('':''), while colons are still accepted. | ||
| + | * Change: SHA-256 fingerprints in generated URL use dashes (''-'') and underscores (''_'') instead of pluses (''+'') and slashes (''/''), while pluses and slashes are still accepted. | ||
| * Change: Removed option to create //Quick Launch// icons (Windows Vista and older only). | * Change: Removed option to create //Quick Launch// icons (Windows Vista and older only). | ||
| * Change: Consider size of linked file when transferring/synchronizing symbolic link. [[bug>1747]] | * Change: Consider size of linked file when transferring/synchronizing symbolic link. [[bug>1747]] | ||