Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@derekparker
Copy link
Contributor

This method, while good for performance, is interfering with OpenSSL and Go interactions by accidentally hiding errors. This is due to likely to the goroutine being preempted during CGO calls. There is a series of circumstances that leads to the OpenSSL thread local error state being overwritten causing us to lose the error, and thus fail the test.

This method, while good for performance, is interfering with OpenSSL and
Go interactions by accidentally hiding errors. This is due to likely to
the goroutine being preempted during CGO calls. There is a series of
circumstances that leads to the OpenSSL thread local error state being
overwritten causing us to lose the error, and thus fail the test.
@dbenoit17 dbenoit17 merged commit 6f90b70 into golang-fips:go1.20-fips-release Feb 24, 2025
5 of 6 checks passed
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