-
After setting up wolfSSH and wolfSSL so that they are visible when compiling the ESP32 example SSH server, I encountered an error during the build indicating that wc_SSH_KDF is not declared (or rather…
-
Hi!
I am wondering - aren't WS_WANT_READ/WRITE non-fatal errors by design? See here:
https://github.com/wolfSSL/wolfssh/blob/ceb461897bcc73390ba4ac3be14f5ca0bb87fda2/src/wolfsftp.c#L411-L419
Bu…
-
Hi,
I am trying to build the libraries as suggested in the instructions, however I am facing the following issue while building wolfssh and wolfmqtt recipes (wolfssl builds fine):
> MACHINE=am65xx…
-
Hi,
While integrating wolfSSH within FileZilla Professional Enterprise Server, which exposes its own filesystem abstraction, I found the need to modify some functions in wolfsftp.c. Specifically, I…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have up…
-
WolfSSL is written in ANSI-C, supposed to be quite portable (embedded devices, etc), and has some level of OpenSSL compatibility so it may provide a pathway to TLS support on Vintage Windows and OS/2.…
-
The documentation mentions compatibility with liboqs v0.7.0. However, this version is from Aug, 2021. I wonder wondering if wolfSSH supported recent versions of liboqs?
Releases:
* https://github.…
-
With OpenSSH 9.x+, OpenSSH has made **SFTP protocol** [the default protocol for the command-line `scp` tool](https://man.openbsd.org/scp.1#O) (_client-side_).
(See also e.g. https://www.redhat.com/en…
-
Hey there. We are a few people at a hacker-space, who'd love to use this as an SSH bridge for a few of our switches. The switches are old switches, so only support SSH1.
I see that it's mainly a pr…
-
I opened https://github.com/espressif/esp-idf/pull/9288 in the hopes of improving the wolfSSL component integration with the ESP-IDF.
In the comments of the PR I learned there's a completely new an…