aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2024-05-21 13:44:29 +0200
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-05-21 15:38:47 +0000
commit29c9e64ce548ff8278e9d98aa53f611f115c2bed (patch)
treea91521779586da078205dc1bbcbba945341ef09a /ssl
parent58745d61afe244a37941d391f5dec3ab08f5cf2c (diff)
downloadboringssl-29c9e64ce548ff8278e9d98aa53f611f115c2bed.zip
boringssl-29c9e64ce548ff8278e9d98aa53f611f115c2bed.tar.gz
boringssl-29c9e64ce548ff8278e9d98aa53f611f115c2bed.tar.bz2
Enable -expect-curve-id in NotJustKyberKeyShare
Change-Id: Id9801b1cd65c543115b0daddd170c386bf027706 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/68667 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com> Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/test/runner/runner.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/test/runner/runner.go b/ssl/test/runner/runner.go
index 6e80e63..b08e1bf 100644
--- a/ssl/test/runner/runner.go
+++ b/ssl/test/runner/runner.go
@@ -12060,8 +12060,7 @@ func addCurveTests() {
flags: []string{
"-curves", strconv.Itoa(int(CurveX25519Kyber768)),
"-curves", strconv.Itoa(int(CurveX25519)),
- // Cannot expect Kyber until we have a Go implementation of it.
- // "-expect-curve-id", strconv.Itoa(int(CurveX25519Kyber768)),
+ "-expect-curve-id", strconv.Itoa(int(CurveX25519Kyber768)),
},
})