8000 Tags · golang-fips/go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: golang-fips/go

Tags

go1.17.13-6-openssl-fips

Toggle go1.17.13-6-openssl-fips's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Learn about vigilant mode
Merge pull request #293 from drehak/go1.17-fips-dev

net/http: reject newlines in chunk-size lines (backport to 1.17)

go1.24.3-1-openssl-fips

Toggle go1.24.3-1-openssl-fips's commit message
go1.24.3

go1.21.13-10-openssl-fips

Toggle go1.21.13-10-openssl-fips's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #290 from drehak/go1.21-fips-dev

net/http: reject newlines in chunk-size lines (backport to 1.21)

go1.22.12-2-openssl-fips

Toggle go1.22.12-2-openssl-fips's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #282 from archanaravindar/sleep1.22

Backport fix to correct usleep asm implementation on s390x for Go1.22

go1.21.13-9-openssl-fips

Toggle go1.21.13-9-openssl-fips's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #281 from archanaravindar/sleep1.21

Backport fix to correct usleep asm implementation on s390x to Go1.21

go1.23.7-1-openssl-fips

Toggle go1.23.7-1-openssl-fips's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rebase to 1.23.7 (#280)

go1.21.13-8-openssl-fips

Toggle go1.21.13-8-openssl-fips's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #268 from archanaravindar/vartime1.21

backport of fix for variable time crypto/internal/nistec/p256NegCond on ppc64le

go1.21.13-7-openssl-fips

Toggle go1.21.13-7-openssl-fips's commit message
Remove the call to parallelize TestEverything

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.

go1.20.12-8-openssl-fips

Toggle go1.20.12-8-openssl-fips's commit message
Remove the call to parallelize TestEverything

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.

go1.19.13-9-openssl-fips

Toggle go1.19.13-9-openssl-fips's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix expired certificates patch (#271)

There was an extra comma causing a build failure.
0