Skip to content

Tags: golang-fips/openssl

Tags

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cipher: do not reuse cipher ctx for certain operations (#146)

Fixes golang-fips/go#187

Co-authored-by: Derek Parker <deparker@redhat.com>

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #139 from golang-fips/remove-threadtests

Link against pthread

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request from GHSA-78hx-gp6g-7mj6

Fix memory leak in setupEVP and newCipherCtx

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add build tag excluding thread_setup.go during bootstrap (#137)

This file utilizes CGO which causes the bootstrap phase of the compiler build to fail.

v2.0.0-rc.3

Toggle v2.0.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #105 from golang-fips/md4md5

Support for MD4 and MD5

v2.0.0-rc.2

Toggle v2.0.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add version suffix to the module name (#92)

v2.0.0-rc.1

Toggle v2.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump minimum Go version to 1.20 (#91)

* bump minimum Go version to 1.20

* fix compilation

* remove // +build comments