Unreviewed changes
2 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: src/crypto/tls/bogo_config.json
Insertions: 2, Deletions: 10.
@@ -93,17 +93,9 @@
"MLKEMKeyShareIncludedThird-X25519MLKEM768": "We don't return key shares in client preference order",
- "ECDSAKeyUsage-Server-TLS12": "We don't enforce ECDSA KU",
- "ECDSAKeyUsage-Server-TLS13": "We don't enforce ECDSA KU",
- "ECDSAKeyUsage-Client-TLS12": "We don't enforce ECDSA KU",
- "ECDSAKeyUsage-Client-TLS13": "We don't enforce ECDSA KU",
+ "ECDSAKeyUsage-*": "We don't enforce ECDSA KU",
-
- "RSAKeyUsage-Client-WantEncipherment-GotSignature-TLS*": "We don't enforce RSA KU",
- "RSAKeyUsage-Client-WantEncipherment-GotEnciphermentTLS*": "We don't enforce RSA KU",
- "RSAKeyUsage-Client-WantSignature-GotSignature-TLS*": "We don't enforce RSA KU",
- "RSAKeyUsage-Client-WantSignature-GotEncipherment-TLS*": "We don't enforce RSA KU",
- "RSAKeyUsage-Server-WantSignature-GotEncipherment-TLS*": "We don't enforce RSA KU",
+ "RSAKeyUsage-*": "We don't enforce RSA KU",
"CheckLeafCurve": "TODO: first pass, this should be fixed",
"KeyUpdate-RequestACK": "TODO: first pass, this should be fixed",
```
```
The name of the file: src/crypto/tls/bogo_shim_test.go
Insertions: 1, Deletions: 1.
@@ -36,7 +36,7 @@
// The pseudo-version can be found by executing:
//
// go mod download -json boringssl.googlesource.com/boringssl.git@latest
-const boringsslModVer = "v0.0.0-20260209150534-e1f8b37bee4d"
+const boringsslModVer = "v0.0.0-20260209204302-2a7ca5404e13"
var (
port = flag.String("port", "", "")
```
Change information
Commit message:
crypto/tls: update bogo version
Change-Id: Ia80dd969a2033328692d337ececef4e13986aa88
Files:
- M src/crypto/tls/bogo_config.json
- M src/crypto/tls/bogo_shim_test.go
Change size: M
Delta: 2 files changed, 28 insertions(+), 25 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Daniel McCarney, +1 by Nicholas Husin, +1 by Neal Patel
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI