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

countersignature: remove TS_VERIFY_CTX_init() call #2044

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

orbea
Copy link
Contributor

@orbea orbea commented Feb 25, 2024

This is redundant and already handled by TS_VERIFY_CTX_new(). Additionally it causes build failures with LibreSSL >= 3.8.0 which removed this function since it serves no purpose with opaque TS_VERIFY_CTX where it will zero out an already zero'd out ctx or cause a leak.

See: libressl/portable#1006

This is redundant and already handled by TS_VERIFY_CTX_new().
Additionally it causes build failures with LibreSSL >= 3.8.0 which
removed this function since it serves no purpose with opaque
TS_VERIFY_CTX where it will zero out an already zero'd out ctx or cause
a leak.

See: libressl/portable#1006
Copy link

google-cla bot commented Feb 25, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@orbea
Copy link
Contributor Author

orbea commented Feb 25, 2024

No Google account, I can't sign the CLA...

@plusvic plusvic merged commit 2e2cd20 into VirusTotal:master Feb 26, 2024
9 of 10 checks passed
@orbea orbea deleted the ts_verify_ctx_init branch February 26, 2024 16:09
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.

2 participants