This release merges upstream PuTTY 0.80 changes and includes two PuTTY CAC specific enhancements. This release was compiled with Microsoft Visual Studio 2022.
Enhancements
- Added the ability to set of display name when creating a FIDO key. This field is not used in PuTTY CAC operations but can be useful for distinguishing keys in applications like Yubico Authenticator.
- Added the ability to ignore any certificates that have a specific subject name from autoloading or being available in the certificate selection dialog boxes. You can set this creating a registry; an example is provided below:
REG ADD "HKEY_CURRENT_USER\Software\SimonTatham\PuTTY" /F /V IgnoreCertName /T REG_SZ /D "StringToIgnore"
MSI Installers
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/puttycac-0.80-installer.msi
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/puttycac-64bit-0.80-installer.msi
ZIP Files (Contains All Executables)
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/puttycac-0.80.zip
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/puttycac-64bit-0.80.zip
32-Bit Executables
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x86/pageant.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x86/plink.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x86/pscp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x86/psftp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x86/pterm.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x86/putty.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x86/puttygen.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x86/puttyimp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x86/puttytel.exe
64-Bit Executables
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x64/pageant.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x64/plink.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x64/pscp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x64/psftp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x64/pterm.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x64/putty.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x64/puttygen.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x64/puttyimp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/x64/puttytel.exe
Binary Hash Information
https://github.com/NoMoreFood/putty-cac/raw/0.80/binaries/puttycac-hash.txt
Other Tools
https://github.com/NoMoreFood/putty-cac/raw/0.80/tools/CertificateTransformer.ps1