forked from wolfSSL/wolfssh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MY_FIXED_VALUES, WIP, HW SHA256 fail
- Loading branch information
Showing
9 changed files
with
500 additions
and
126 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
ide/Espressif/ESP-IDF/examples/wolfssh_echoserver/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
253 changes: 145 additions & 108 deletions
253
ide/Espressif/ESP-IDF/examples/wolfssh_template/components/wolfssh/CMakeLists.txt
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
...spressif/ESP-IDF/examples/wolfssh_template/components/wolfssh/include/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# wolfSSH ESP32 component | ||
|
||
This is a static copy for demonstration purposes only. | ||
|
||
### Troubleshooting | ||
|
||
|
||
#### Error undefined reference to `wc_GenerateSeed' libwolfssh.a(random.c.obj) | ||
|
||
This is usually a mis-configured `user_settings.h` in `components\wolfssh\include`. | ||
|
||
|
||
## Support | ||
|
||
For any issues related to wolfSSL or wolfSSH, please open an [issue](https://github.com/wolfssl/wolfssl/issues) on GitHub, | ||
visit the [wolfSSL support forum](https://www.wolfssl.com/forums/), | ||
send an email to [[email protected]](mailto:[email protected]), | ||
or [contact us](https://www.wolfssl.com/contact/). |
Oops, something went wrong.