Skip to content

KDF Fix - #853

Closed
ejohnstown wants to merge 1 commit into
wolfSSL:masterfrom
ejohnstown:kdf-fix
Closed

KDF Fix#853
ejohnstown wants to merge 1 commit into
wolfSSL:masterfrom
ejohnstown:kdf-fix

Conversation

@ejohnstown

Copy link
Copy Markdown
Contributor

While checking the version of wolfSSL used with wolfSSH, also check that wolfSSL has the wolfSSH required options configured. This clears up a guard issue around the function wc_SSH_KDF(). The change makes sure wolfSSH falls back on its own version of the function if wolfSSL's isn't present.

Fixes#781.

@divinity76

Copy link
Copy Markdown
Contributor

this is exactly the same as PR #848

guess PR #848 was closed because of the contributor agreement thing?

1. While checking the version of wolfSSL used with wolfSSH, also check
that wolfSSL has the wolfSSH required options configured. This clears
up a guard issue around the function `wc_SSH_KDF()`. The change makes
sure wolfSSH falls back on its own version of the function if
wolfSSL's isn't present.
@ejohnstown

Copy link
Copy Markdown
ContributorAuthor

Redundant.

@ejohnstown
ejohnstown deleted the kdf-fix branch December 9, 2025 17:22
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

wolfssh_echoserver Example Fails to Compile Due to wc_SSH_KDF Implicit Declaration

3 participants

@ejohnstown@divinity76@wolfSSL-Bot