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

Don't use deprecated OpenSSL functions #673

Merged
merged 5 commits into from
Feb 18, 2025

Conversation

hvge
Copy link
Member

@hvge hvge commented Feb 10, 2025

This PR rewrites all low level cryptographic routines and now we're using high level EVP API for everything. As a part of this change, I introduced TLLObject<> and TLLRefObject<> templates. Both templates helps to manage creation and release of OpenSSL objects in safe way.

@hvge hvge requested a review from kober32 February 10, 2025 13:38
@hvge hvge merged commit 4f8e385 into develop Feb 18, 2025
1 check passed
@hvge hvge deleted the issues/638-dont-use-openssl-lowlevel-functions branch February 18, 2025 09:57
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