Skip to content

Commit

Permalink
MY_FIXED_VALUES, WIP, HW SHA256 fail
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Jan 25, 2024
1 parent d303bc3 commit 650fcf3
Show file tree
Hide file tree
Showing 9 changed files with 500 additions and 126 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [wolfSSL Project]/CMakeLists.txt
# [wolfSSH Project]/CMakeLists.txt
#
# Copyright (C) 2006-2023 WOLFSSL Inc.
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
/* DH disabled by default, needed if ECDSA/ECC also turned off */
#define HAVE_DH
#else
#undef WOLFSSH_NO_RSA
#define WOLFSSH_NO_RSA
#endif
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Copyright (C) 2006-2023 wolfSSL Inc.
*
* This file is part of wolfSSL.
* This file is part of wolfSSH.
*
* wolfSSL is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

Large diffs are not rendered by default.

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 [support@wolfssl.com](mailto:support@wolfssl.com),
or [contact us](https://www.wolfssl.com/contact/).
Loading

0 comments on commit 650fcf3

Please sign in to comment.