Skip to content

Commit 069e800

Browse files
authored
Adjust branding for Microsoft build of Go (#247)
1 parent bf655f6 commit 069e800

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
# reasonable. In that case, we can help by making sure the openssl package
106106
# builds successfully even without cgo.
107107
#
108-
# For example, the Microsoft Go toolset fork builds this module without cgo
109-
# for a cross-platform build.
108+
# For example, the Microsoft build of Go compiles this module without cgo when
109+
# running a cross-platform build.
110110
#
111111
# The golang-fips/openssl module can't do any crypto when built without cgo,
112112
# but it exports a few simple functions and types.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `openssl` package has support for multiple OpenSSL versions, namely 1.0.2, 1
3131
All supported OpenSSL versions pass a small set of automatic tests that ensure they can be built and that there are no major regressions.
3232
These tests do not validate the cryptographic correctness of the `openssl` package.
3333

34-
On top of that, the [golang-fips Go fork](https://github.com/golang-fips/go) -maintained by Red Hat- and the [Microsoft Go fork](https://github.com/microsoft/go), tests a subset of the supported OpenSSL versions when integrated with the Go `crypto` package.
34+
On top of that, the [golang-fips Go fork](https://github.com/golang-fips/go) (maintained by Red Hat) and the [Microsoft build of Go](https://github.com/microsoft/go) test a subset of the supported OpenSSL versions when integrated with the Go `crypto` package.
3535
These tests are much more exhaustive and validate a specific OpenSSL version can produce working applications.
3636

3737
### Building without OpenSSL headers

0 commit comments

Comments
 (0)