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

openssl 3 performance #646

Closed
wants to merge 1 commit into from
Closed

Conversation

pabuhler
Copy link
Member

Investigate and fix reported performance issues with openssl 3 reported in #645.

Try explicit fetching once per stream, should be more efficient than implicit featuring on demand.

This is openssl 3 only so with fail to build with older version for now.

Explicit fetching once per stream should be more efficient than implicit featuring on demand.
@pabuhler
Copy link
Member Author

pabuhler commented May 3, 2023

This change did not make the expected difference in performance as the cipher is already on fetched once when the stream is created.

@pabuhler pabuhler closed this May 3, 2023
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

Successfully merging this pull request may close these issues.

1 participant