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

Investigate caching of fetched algorithm in per-thread storage. #548

Open
Tracked by #357
nhorman opened this issue May 13, 2024 · 0 comments
Open
Tracked by #357

Investigate caching of fetched algorithm in per-thread storage. #548

nhorman opened this issue May 13, 2024 · 0 comments
Assignees

Comments

@nhorman
Copy link
Contributor

nhorman commented May 13, 2024

EVP object caching is currently global and shared with multiple threads. This proposes to create a per-thread cache identified by a CRYPTO_THREAD_local pointer.

Question: How does cache invalidation work

Question: How are elements shared among muliple contexts

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

No branches or pull requests

2 participants