]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips140: mark OpenBSD unsupported
authorFilippo Valsorda <filippo@golang.org>
Wed, 1 Jan 2025 14:08:28 +0000 (15:08 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 3 Jan 2025 18:53:43 +0000 (10:53 -0800)
commit31cabcf08429be71299975f7961822d26f8ea389
treef79737bb4b8f7d27ec4457248d012f814d8622c7
parenteb0c2b2f96d9590631c0fd502a6c570635399f0a
crypto/internal/fips140: mark OpenBSD unsupported

Since OpenBSD 7.3, external linking uses -fexecute-only, which breaks
the integrity check. Since we are not validating on OpenBSD anyway,
mark it as unsupported at least for now.

Fixes #70880

Change-Id: I6a6a4656b6c7a97c0962b4158d920f9e6b19678e
Reviewed-on: https://go-review.googlesource.com/c/go/+/639337
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Joel Sing <joel@sing.id.au>
Reviewed-by: صادق <sadq04724@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/dist/test.go
src/crypto/internal/fips140/fips140.go