Skip to content
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 computation of shared key per Channel Session Protocol #15

Closed
gnarea opened this issue May 7, 2019 · 3 comments
Closed

Implement computation of shared key per Channel Session Protocol #15

gnarea opened this issue May 7, 2019 · 3 comments

Comments

@gnarea
Copy link
Member

gnarea commented May 7, 2019

See: https://specs.relaynet.link/RS-003

@gnarea gnarea added this to To do in Relaynet Pong Service (Beta) via automation May 7, 2019
@gnarea gnarea added this to To do in Desktop Ping (Alpha) via automation May 8, 2019
@gnarea gnarea removed this from To do in Relaynet Pong Service (Beta) May 8, 2019
@gnarea gnarea removed this from To do in Desktop Ping (Alpha) Jul 15, 2019
@gnarea gnarea added this to To do in Relaynet Pong Service (Beta) via automation Jul 15, 2019
@gnarea gnarea moved this from To do to In progress in Relaynet Pong Service (Beta) Dec 11, 2019
@gnarea
Copy link
Member Author

gnarea commented Dec 12, 2019

I've realised PKI.js doesn't make it possible to override the KDF and it only supports X9.63, whilst RS-003 requires HKDF: PeculiarVentures/PKI.js#254

Worst case scenario, I may have to consider changing the spec to use X9.63 instead, which I'd really like to avoid at this point. (The Java implementation won't be affected by this because Bouncy Castle supports both KDFs)

@gnarea
Copy link
Member Author

gnarea commented Dec 12, 2019

I'm going to pause this work to try to do #12 with X9.63 instead.

@gnarea gnarea moved this from In progress to To do in Relaynet Pong Service (Beta) Dec 12, 2019
@gnarea
Copy link
Member Author

gnarea commented Jan 10, 2020

I added support for X9.63 in Relaynet so we can move on: AwalaNetwork/specs@4b1c91d

@gnarea gnarea closed this as completed Jan 10, 2020
Relaynet Pong Service (Beta) automation moved this from To do to Done Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant