-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Implement ECDH-ES #74
Labels
Comments
is still in the works? There is some mention of ECDH-ES in the source Line 418 in e578b40
|
Support from the Crypto library (ring) is missing. I haven't had the time
to implement it with Openssl instead.
On Thu, 16 Nov 2017, 23:38 Vlad Filippov, ***@***.***> wrote:
is still in the works?
There is some mention of ECDH-ES in the source
https://github.com/lawliet89/biscuit/blob/e578b4071fb7315dbe9d84d05b2d81672887151e/src/jwa.rs#L418
, what's currently missing?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA8APeZzAU7eYuHhjce_0Ea3ITFLAQ1Dks5s3FcEgaJpZM4NFp9F>
.
--
Regards
Yong Wen
|
There are two PRs for ring to implement briansmith/ring#331, which would allow this to be implemented using ring, I believe. |
Thanks @briansmith for letting me know. I'll keep a lookout. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably not the
AES**KW
variants becausering
does not seem to supportAESKW
.The text was updated successfully, but these errors were encountered: