We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to derive keys from shared secrets calculated during the DAKE and GKA we use a very simple and custom key derivation function.
While it is probably not insecure this is a bad practice and we should use a standardized KDF instead.
The best candidate is https://tools.ietf.org/html/rfc5869 since it is very simple and quite similar to what we already do.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In order to derive keys from shared secrets calculated during the DAKE and GKA we use a very simple and custom key derivation function.
While it is probably not insecure this is a bad practice and we should use a standardized KDF instead.
The best candidate is https://tools.ietf.org/html/rfc5869 since it is very simple and quite similar to what we already do.
The text was updated successfully, but these errors were encountered: