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
#109 added support for scrypt as a KDF. OpenSSL also supports HKDF (RFC 5869).
According to openssl/openssl#355 use cases include TLS 1.3 and QUIC, personally I've used it for Android Pay token decryption. Could support be added?
The text was updated successfully, but these errors were encountered:
Seems like a nice feature to have.
Sorry, something went wrong.
kdf: add HKDF support
d8e9c54
OpenSSL 1.1.0 supports HKDF through the EVP API. Add OpenSSL::KDF.hkdf as a wrapper around that. Reference: ruby#172
#173
No branches or pull requests
#109 added support for scrypt as a KDF. OpenSSL also supports HKDF (RFC 5869).
According to openssl/openssl#355 use cases include TLS 1.3 and QUIC, personally I've used it for Android Pay token decryption. Could support be added?
The text was updated successfully, but these errors were encountered: