Skip to content

Releases: NoMoreFood/putty-cac

PuTTY CAC 0.85

Choose a tag to compare

@NoMoreFood NoMoreFood released this 21 Aug 15:19

PuTTY CAC 0.84

Choose a tag to compare

@NoMoreFood NoMoreFood released this 25 May 15:28

This release merges upstream PuTTY 0.84 changes and includes PuTTY CAC specific changes. This release was compiled with Microsoft Visual Studio 2026.

Enhancements:

  • Added a portable mode. This can be enabled by creating an empty putty.dat file in the same directory as the executable. The PuTTY user interface also contains a new root-level 'Portable' pane that can be used to export current settings to the file. This file makes all PuTTY registry settings portable (not just PuTTY CAC specific settings).
  • Changed Windows cryptographic algorithm usage to attempt CNG APIs and fallback to CAPI APIs.

Changes:

  • Updated to latest FIDO2 libraries.
  • Numerous minor bug fixes.

MSI Installers
https://github.com/NoMoreFood/putty-cac/raw/0.84/binaries/puttycac-0.84-arm64.msi
https://github.com/NoMoreFood/putty-cac/raw/0.84/binaries/puttycac-0.84-x86.msi
https://github.com/NoMoreFood/putty-cac/raw/0.84/binaries/puttycac-0.84-x64.msi

ZIP Files (Contains All Executables)
https://github.com/NoMoreFood/putty-cac/raw/0.84/binaries/puttycac-0.84-arm64.zip
https://github.com/NoMoreFood/putty-cac/raw/0.84/binaries/puttycac-0.84-x86.zip
https://github.com/NoMoreFood/putty-cac/raw/0.84/binaries/puttycac-0.84-x64.zip

Binary Hash Information
https://github.com/NoMoreFood/putty-cac/raw/0.84/binaries/puttycac-hash.txt

Other Tools
https://github.com/NoMoreFood/putty-cac/raw/0.84/tools/CertificateTransformer.ps1

PuTTY CAC 0.84 Update 1

PuTTY CAC 0.83 Update 1

PuTTY CAC 0.83

PuTTY CAC 0.82 Update 1

PuTTY CAC 0.82

PuTTY CAC 0.81

Choose a tag to compare

@NoMoreFood NoMoreFood released this 15 Apr 23:24

This release merges upstream PuTTY 0.81 security changes and includes several PuTTY CAC specific changes. This release was compiled with Microsoft Visual Studio 2022.

Enhancements:

  • Added the ability to override user registry settings by setting like-named registry values under HKLM\Software\SimonTatham\PuTTY. This can allow administrators to turn off specific settings like PIN caching.

Changes:

  • Changed parent window for credential prompts to use the desktop window thereby causing the window to produce a taskbar-accessible icon. This can help the user locate the window if they had changed focus during the authentication process.
  • Addressed issue where PKCS mode may not properly pass PINs with multibyte characters to the token.
  • Addressed issue where PKCS mode may not honor PIN caching setting.
  • Addressed issue where PKCS mode login failure could crash Pageant.

MSI Installers
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/puttycac-0.81-installer.msi
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/puttycac-64bit-0.81-installer.msi

ZIP Files (Contains All Executables)
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/puttycac-0.81.zip
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/puttycac-64bit-0.81.zip

32-Bit Executables
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x86/pageant.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x86/plink.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x86/pscp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x86/psftp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x86/pterm.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x86/putty.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x86/puttygen.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x86/puttyimp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x86/puttytel.exe

64-Bit Executables
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x64/pageant.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x64/plink.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x64/pscp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x64/psftp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x64/pterm.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x64/putty.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x64/puttygen.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x64/puttyimp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/x64/puttytel.exe

Binary Hash Information
https://github.com/NoMoreFood/putty-cac/raw/0.81/binaries/puttycac-hash.txt

Other Tools
https://github.com/NoMoreFood/putty-cac/raw/0.81/tools/CertificateTransformer.ps1

PuTTY CAC 0.80

Choose a tag to compare

@NoMoreFood NoMoreFood released this 18 Dec 19:45

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

PuTTY CAC 0.79

Choose a tag to compare

@NoMoreFood NoMoreFood released this 27 Aug 18:27

This release merges upstream PuTTY 0.79 changes. This release was compiled with Microsoft Visual Studio 2022.

MSI Installers
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/puttycac-0.79-installer.msi
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/puttycac-64bit-0.79-installer.msi

ZIP Files (Contains All Executables)
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/puttycac-0.79.zip
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/puttycac-64bit-0.79.zip

32-Bit Executables
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x86/pageant.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x86/plink.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x86/pscp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x86/psftp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x86/pterm.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x86/putty.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x86/puttygen.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x86/puttyimp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x86/puttytel.exe

64-Bit Executables
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x64/pageant.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x64/plink.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x64/pscp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x64/psftp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x64/pterm.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x64/putty.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x64/puttygen.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x64/puttyimp.exe
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/x64/puttytel.exe

Binary Hash Information
https://github.com/NoMoreFood/putty-cac/raw/0.79/binaries/puttycac-hash.txt

Other Tools
https://github.com/NoMoreFood/putty-cac/raw/0.79/tools/CertificateTransformer.ps1