diff options
| author | Roland Shoemaker <roland@golang.org> | 2025-05-08 16:27:36 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-05-21 15:01:46 -0700 |
| commit | 4158ca8d7c521aee5cc48f285f559e74845e973c (patch) | |
| tree | b2bad6c504512938608bb17b07a5d774bea4a1b3 /src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSA | |
| parent | 9112511725e37312a95c9d2c33ff94fe2f4da6af (diff) | |
| download | go-4158ca8d7c521aee5cc48f285f559e74845e973c.tar.xz | |
crypto: add a test for disallowed instructions
WORD and BYTE usage in crypto assembly cores is an anti-pattern which
makes extremely sensitive code significantly harder to understand, and
can result in unexpected behavior.
Because of this, we've decided to ban their usage in the crypto/ tree
(as part of the cryptography assembly policy).
This test walks the crypto/ tree looking for assembly files (those with
the filetype .s) and look for lines that match the regular rexpression
"(^|;)\s(BYTE|WORD)\s".
Change-Id: I60b5283e05e8588fa53273904a9611a411741f72
Reviewed-on: https://go-review.googlesource.com/c/go/+/671099
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Auto-Submit: Roland Shoemaker <roland@golang.org>
Diffstat (limited to 'src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSA')
0 files changed, 0 insertions, 0 deletions
