@@ -55,7 +55,7 @@ func TestGatewayIPNSPath(t *testing.T) {
55
55
Name : "GET for /ipns/name with valid V1+V2 signatures with V1-vs-V2 value mismatch MUST fail with 5XX" ,
56
56
Hint : `
57
57
Legacy V1 signatures in IPNS records are considered insecure and
58
- got replaced with V2 that sings entire CBOR in the data field.
58
+ got replaced with V2 that signs entire CBOR in the data field.
59
59
Producing records with both V1 and V2 signatures is valid for
60
60
backward-compatibility, but validation logic requires V1 (legacy
61
61
protobuf fields) and V2 (CBOR in data field) to match. This means
@@ -73,7 +73,7 @@ func TestGatewayIPNSPath(t *testing.T) {
73
73
Name : "GET for /ipns/name with valid V2 and broken V1 signature succeeds" ,
74
74
Hint : `
75
75
Legacy V1 signatures in IPNS records are considered insecure and
76
- got replaced with V2 that sings entire CBOR in the data field.
76
+ got replaced with V2 that signs entire CBOR in the data field.
77
77
Integrity of the record is protected by SignatureV2, V1 can be
78
78
ignored as long V1 values match V2 ones in CBOR.
79
79
More details in IPIP-428.
@@ -100,7 +100,7 @@ func TestGatewayIPNSPath(t *testing.T) {
100
100
Name : "GET for /ipns/name with valid V2-only signature succeeds" ,
101
101
Hint : `
102
102
Legacy V1 signatures in IPNS records are considered insecure and
103
- got replaced with V2 that sings entire CBOR in the data field.
103
+ got replaced with V2 that signs entire CBOR in the data field.
104
104
Gateway MUST correctly resolve IPNS records without V1 fields.
105
105
More details in IPIP-428.
106
106
` ,
0 commit comments