We’re pleased to announce an important interoperability fix for wolfSSH and WinSCP, introduced in Pull Request #832. This update resolves connection issues when using WinSCP with the SCP protocol in Default shell mode, enabling wolfSSH to work seamlessly with one of the most popular SFTP and SCP clients for Windows. Download wolfSSL → About WinSCP […]
Read MoreMore TagCategory: wolfSSH
New Example: Microchip ATSAMV71Q21B Support with Harmony Filesystem in wolfSSH
We’re pleased to announce a new example implementation for Microchip’s ATSAMV71Q21B microcontroller in wolfSSH, introduced in Pull Request #790. This addition provides a complete reference implementation and Harmony filesystem port, making it straightforward for developers to integrate secure SSH functionality into ARM Cortex-M7-based embedded applications using Microchip’s MPLAB Harmony framework. Download wolfSSL → What’s Included […]
Read MoreMore TagInteroperability Testing: wolfSSH Server with Paramiko SFTP Client
We’re pleased to announce the addition of automated interoperability testing between wolfSSH and Paramiko. This GitHub Actions workflow validates that wolfSSH’s SFTP server implementation works seamlessly with Paramiko, one of the most widely used Python SSH/SFTP client libraries. Download wolfSSL → About Paramiko Paramiko is a pure-Python implementation of SSHv2 that provides both client and […]
Read MoreMore TagwolfSSH v1.4.22 Release
Look at that! wolfSSH had another release. New year, new version. Welcome to wolfSSH v1.4.22. This is mainly a bug fix release. We’ve improved interoperability with other implementations of SSH. We’ve improved the build process with several IDEs, Zephyr, and LwIP. We also added an SFTP client example for the Renesas RX72N platform. There is […]
Read MoreMore TagVulnerability Disclosure: wolfSSH CVE-2025-11624
Affected Users: wolfSSH with SFTP enabled on the server side before version 1.4.21. Summary: A stack overflow vulnerability was discovered in wolfSSH’s SFTP server implementation. After an SFTP connection is established, a malicious SFTP client could send a specially crafted read, write, or set state SFTP packet that would cause the SFTP server code to […]
Read MoreMore TagFATFS Enhancements in wolfSSH 1.4.21
FATFS Ready in wolfSSH 1.4.21 wolfSSH 1.4.21 is now available, and this release focuses on making FATFS-backed SFTP deployments easier to ship, test, and maintain. Since tagging v1.4.20-stable, we invested in reliability improvements, developer tooling, and CI coverage that harden FATFS integration for embedded SSH gateways, industrial control systems, and secure file transfer clients. This […]
Read MoreMore TagKeyboard-Interactive (RFC 4256) lands in wolfSSH — flexible SSH authentication for embedded, IoT, and server use
At wolfSSL we build compact, high-performance security libraries for systems that range from tiny MCUs to cloud servers. Our SSHv2 library, wolfSSH, now supports Keyboard-Interactive authentication (RFC 4256), enabling rich challenge/response and multi-step logins without changing your client code. Keyboard-Interactive first shipped in wolfSSH 1.4.20 and has since seen API refinements to simplify how applications […]
Read MoreMore TagwolfSSH 1.4.21 Released
Version 1.4.21 of wolfSSH is now available! This update includes a critical security fix, improved interoperability, and enhancements for embedded and hardware-backed key use cases. Security Updates This release addresses two security issues: CVE-2025-11625: Fixed a client-side host verification bypass that could expose credentials (PR#840). CVE-2025-11624: Fixed an SFTP server stack overflow triggered by malformed […]
Read MoreMore TagwolfSSH Support With TPM Public Key Authentication
wolfSSH now supports TPM public key authentication with RSA. This feature enhances security for embedded and IoT applications by leveraging TPM 2.0 functionality for client side authentication. Below is a summary of the key changes that were made in PR# 754. TPM Public Key Authentication with RSA PR# 754 provides TPM-based RSA authentication for client-side […]
Read MoreMore TagwolfSSH 1.4.20: Enhanced Features and Stability
The wolfSSL team has released wolfSSH version 1.4.20, introducing some new features and nice fixes! New Features: DH Group 16 and HMAC-SHA2-512 Support: This addition gives more options for algorithms used when connecting and more interoperability with other implementations. Keyboard-Interactive Authentication: Providing a more versatile authentication method implementing RFC 4256. Enhancements and Fixes: Memory Management […]
Read MoreMore Tag
