Skip to content

Conversation

@LinuxJedi
Copy link
Member

  • keyboardAuthCb was not initalized correctly, meaning we could enable the mode without callback.
  • SendUserAuthKeyboardRequest didn't check keyboardAuthCb for NULL.
  • DoUserAuthInfoResponse left authData partially uninitialized.
  • DoUserAuthInfoResponse new checks that KB auth is in progress.

* `keyboardAuthCb` was not initalized correctly, meaning we could
  enable the mode without callback.
* `SendUserAuthKeyboardRequest` didn't check `keyboardAuthCb` for
  `NULL`.
* `DoUserAuthInfoResponse` left `authData` partially uninitialized.
* `DoUserAuthInfoResponse` new checks that KB auth is in progress.
Copy link
Contributor

@dgarske dgarske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Over to @ejohnstown

@douzzer douzzer merged commit 597a71b into wolfSSL:master May 16, 2025
93 checks passed
Sign up for free to 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.

5 participants