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

async public key operations #297

Open
kazuho opened this issue Mar 15, 2020 · 0 comments
Open

async public key operations #297

kazuho opened this issue Mar 15, 2020 · 0 comments

Comments

@kazuho
Copy link
Member

kazuho commented Mar 15, 2020

We already have #291 in which we are working to add an async API for crypto offload, but it might also make sense provide a way to run offloading to a different thread.

When using picotls for QUIC (or DTLS), it would be beneficial if the transport could transmit as much as data at the earliest moment, retransmitting them necessary, acking packets from peer, while the crypto engine makes the calculation. This would especially be helpful for slow devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant