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

Cross Process Access Control #58

Open
nibanks opened this issue Mar 22, 2023 · 2 comments
Open

Cross Process Access Control #58

nibanks opened this issue Mar 22, 2023 · 2 comments
Labels
QEO Related to QUIC encryption/decryption offload

Comments

@nibanks
Copy link
Member

nibanks commented Mar 22, 2023

We need to make sure that one process cannot leverage another's offloaded key material.

@nibanks nibanks added the QEO Related to QUIC encryption/decryption offload label Mar 22, 2023
@nibanks nibanks changed the title QEO Access Control Cross Process Access Control Mar 22, 2023
@nibanks
Copy link
Member Author

nibanks commented Mar 22, 2023

Instead of cross-process, should this be cross-socket? Probably...

@anrossi
Copy link
Contributor

anrossi commented Mar 22, 2023

What about when a process creates a socket and then hands it off to a subprocess, with the intent that the subprocess essentially takes over?
I suppose cross-socket is kind of assumed, but it's good to call it out and allow the above scenario.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QEO Related to QUIC encryption/decryption offload
Projects
None yet
Development

No branches or pull requests

2 participants