Skip to content

Commit 8857b88

Browse files
sgmendacpu
authored andcommitted
Fix flag names containing spaces
1 parent 6ee6d1c commit 8857b88

17 files changed

+118
-118
lines changed

testvectors_v1/ecdh_brainpoolP224r1_test.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@
6666
"bugType": "MODIFIED_PARAMETER",
6767
"description": "The cofactor is larger than the limits specified in FIPS-PUB 186-4 table 1, p.36."
6868
},
69-
"Modified curve parameter": {
70-
"bugType": "MODIFIED_PARAMETER",
71-
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
72-
},
7369
"ModifiedCofactor": {
7470
"bugType": "MODIFIED_PARAMETER",
7571
"description": "The cofactor has been modified. ",
@@ -122,6 +118,10 @@
122118
"bugType": "MODIFIED_PARAMETER",
123119
"description": "The order of the public key has been modified.",
124120
"effect": "If this order is used in a cryptographic primitive instead of the correct order then an invalid curve attack is possible and the private keys may leak. E.g. ECDHC in BC 1.52 suffered from this."
121+
},
122+
"ModifiedCurveParameter": {
123+
"bugType": "MODIFIED_PARAMETER",
124+
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
125125
}
126126
},
127127
"testGroups": [
@@ -6097,7 +6097,7 @@
60976097
"tcId": 540,
60986098
"comment": "a = 0",
60996099
"flags": [
6100-
"Modified curve parameter",
6100+
"ModifiedCurveParameter",
61016101
"UnusedParam",
61026102
"UnnamedCurve"
61036103
],

testvectors_v1/ecdh_brainpoolP256r1_test.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@
7070
"bugType": "MODIFIED_PARAMETER",
7171
"description": "The cofactor is larger than the limits specified in FIPS-PUB 186-4 table 1, p.36."
7272
},
73-
"Modified curve parameter": {
74-
"bugType": "MODIFIED_PARAMETER",
75-
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
76-
},
7773
"ModifiedCofactor": {
7874
"bugType": "MODIFIED_PARAMETER",
7975
"description": "The cofactor has been modified. ",
@@ -126,6 +122,10 @@
126122
"bugType": "MODIFIED_PARAMETER",
127123
"description": "The order of the public key has been modified.",
128124
"effect": "If this order is used in a cryptographic primitive instead of the correct order then an invalid curve attack is possible and the private keys may leak. E.g. ECDHC in BC 1.52 suffered from this."
125+
},
126+
"ModifiedCurveParameter": {
127+
"bugType": "MODIFIED_PARAMETER",
128+
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
129129
}
130130
},
131131
"testGroups": [
@@ -6318,7 +6318,7 @@
63186318
"tcId": 559,
63196319
"comment": "a = 0",
63206320
"flags": [
6321-
"Modified curve parameter",
6321+
"ModifiedCurveParameter",
63226322
"UnusedParam",
63236323
"UnnamedCurve"
63246324
],

testvectors_v1/ecdh_brainpoolP320r1_test.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@
6262
"bugType": "MODIFIED_PARAMETER",
6363
"description": "The cofactor is larger than the limits specified in FIPS-PUB 186-4 table 1, p.36."
6464
},
65-
"Modified curve parameter": {
66-
"bugType": "MODIFIED_PARAMETER",
67-
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
68-
},
6965
"ModifiedCofactor": {
7066
"bugType": "MODIFIED_PARAMETER",
7167
"description": "The cofactor has been modified. ",
@@ -118,6 +114,10 @@
118114
"bugType": "MODIFIED_PARAMETER",
119115
"description": "The order of the public key has been modified.",
120116
"effect": "If this order is used in a cryptographic primitive instead of the correct order then an invalid curve attack is possible and the private keys may leak. E.g. ECDHC in BC 1.52 suffered from this."
117+
},
118+
"ModifiedCurveParameter": {
119+
"bugType": "MODIFIED_PARAMETER",
120+
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
121121
}
122122
},
123123
"testGroups": [
@@ -5950,7 +5950,7 @@
59505950
"tcId": 527,
59515951
"comment": "a = 0",
59525952
"flags": [
5953-
"Modified curve parameter",
5953+
"ModifiedCurveParameter",
59545954
"UnusedParam",
59555955
"UnnamedCurve"
59565956
],

testvectors_v1/ecdh_brainpoolP384r1_test.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@
6666
"bugType": "MODIFIED_PARAMETER",
6767
"description": "The cofactor is larger than the limits specified in FIPS-PUB 186-4 table 1, p.36."
6868
},
69-
"Modified curve parameter": {
70-
"bugType": "MODIFIED_PARAMETER",
71-
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
72-
},
7369
"ModifiedCofactor": {
7470
"bugType": "MODIFIED_PARAMETER",
7571
"description": "The cofactor has been modified. ",
@@ -122,6 +118,10 @@
122118
"bugType": "MODIFIED_PARAMETER",
123119
"description": "The order of the public key has been modified.",
124120
"effect": "If this order is used in a cryptographic primitive instead of the correct order then an invalid curve attack is possible and the private keys may leak. E.g. ECDHC in BC 1.52 suffered from this."
121+
},
122+
"ModifiedCurveParameter": {
123+
"bugType": "MODIFIED_PARAMETER",
124+
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
125125
}
126126
},
127127
"testGroups": [
@@ -7626,7 +7626,7 @@
76267626
"tcId": 679,
76277627
"comment": "a = 0",
76287628
"flags": [
7629-
"Modified curve parameter",
7629+
"ModifiedCurveParameter",
76307630
"UnusedParam",
76317631
"UnnamedCurve"
76327632
],

testvectors_v1/ecdh_brainpoolP512r1_test.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@
6666
"bugType": "MODIFIED_PARAMETER",
6767
"description": "The cofactor is larger than the limits specified in FIPS-PUB 186-4 table 1, p.36."
6868
},
69-
"Modified curve parameter": {
70-
"bugType": "MODIFIED_PARAMETER",
71-
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
72-
},
7369
"ModifiedCofactor": {
7470
"bugType": "MODIFIED_PARAMETER",
7571
"description": "The cofactor has been modified. ",
@@ -122,6 +118,10 @@
122118
"bugType": "MODIFIED_PARAMETER",
123119
"description": "The order of the public key has been modified.",
124120
"effect": "If this order is used in a cryptographic primitive instead of the correct order then an invalid curve attack is possible and the private keys may leak. E.g. ECDHC in BC 1.52 suffered from this."
121+
},
122+
"ModifiedCurveParameter": {
123+
"bugType": "MODIFIED_PARAMETER",
124+
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
125125
}
126126
},
127127
"testGroups": [
@@ -6262,7 +6262,7 @@
62626262
"tcId": 555,
62636263
"comment": "a = 0",
62646264
"flags": [
6265-
"Modified curve parameter",
6265+
"ModifiedCurveParameter",
62666266
"UnusedParam",
62676267
"UnnamedCurve"
62686268
],

testvectors_v1/ecdh_secp224r1_pem_test.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@
6060
"bugType": "MODIFIED_PARAMETER",
6161
"description": "The cofactor is larger than the limits specified in FIPS-PUB 186-4 table 1, p.36."
6262
},
63-
"Modified curve parameter": {
64-
"bugType": "MODIFIED_PARAMETER",
65-
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
66-
},
6763
"ModifiedCofactor": {
6864
"bugType": "MODIFIED_PARAMETER",
6965
"description": "The cofactor has been modified. ",
@@ -116,6 +112,10 @@
116112
"bugType": "MODIFIED_PARAMETER",
117113
"description": "The order of the public key has been modified.",
118114
"effect": "If this order is used in a cryptographic primitive instead of the correct order then an invalid curve attack is possible and the private keys may leak. E.g. ECDHC in BC 1.52 suffered from this."
115+
},
116+
"ModifiedCurveParameter": {
117+
"bugType": "MODIFIED_PARAMETER",
118+
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
119119
}
120120
},
121121
"testGroups": [
@@ -5364,7 +5364,7 @@
53645364
"tcId": 474,
53655365
"comment": "a = 0",
53665366
"flags": [
5367-
"Modified curve parameter",
5367+
"ModifiedCurveParameter",
53685368
"UnusedParam",
53695369
"UnnamedCurve"
53705370
],

testvectors_v1/ecdh_secp224r1_test.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@
6262
"bugType": "MODIFIED_PARAMETER",
6363
"description": "The cofactor is larger than the limits specified in FIPS-PUB 186-4 table 1, p.36."
6464
},
65-
"Modified curve parameter": {
66-
"bugType": "MODIFIED_PARAMETER",
67-
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
68-
},
6965
"ModifiedCofactor": {
7066
"bugType": "MODIFIED_PARAMETER",
7167
"description": "The cofactor has been modified. ",
@@ -118,6 +114,10 @@
118114
"bugType": "MODIFIED_PARAMETER",
119115
"description": "The order of the public key has been modified.",
120116
"effect": "If this order is used in a cryptographic primitive instead of the correct order then an invalid curve attack is possible and the private keys may leak. E.g. ECDHC in BC 1.52 suffered from this."
117+
},
118+
"ModifiedCurveParameter": {
119+
"bugType": "MODIFIED_PARAMETER",
120+
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
121121
}
122122
},
123123
"testGroups": [
@@ -5366,7 +5366,7 @@
53665366
"tcId": 474,
53675367
"comment": "a = 0",
53685368
"flags": [
5369-
"Modified curve parameter",
5369+
"ModifiedCurveParameter",
53705370
"UnusedParam",
53715371
"UnnamedCurve"
53725372
],

testvectors_v1/ecdh_secp256k1_test.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@
6262
"bugType": "MODIFIED_PARAMETER",
6363
"description": "The cofactor is larger than the limits specified in FIPS-PUB 186-4 table 1, p.36."
6464
},
65-
"Modified curve parameter": {
66-
"bugType": "MODIFIED_PARAMETER",
67-
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
68-
},
6965
"ModifiedCofactor": {
7066
"bugType": "MODIFIED_PARAMETER",
7167
"description": "The cofactor has been modified. ",
@@ -118,6 +114,10 @@
118114
"bugType": "MODIFIED_PARAMETER",
119115
"description": "The order of the public key has been modified.",
120116
"effect": "If this order is used in a cryptographic primitive instead of the correct order then an invalid curve attack is possible and the private keys may leak. E.g. ECDHC in BC 1.52 suffered from this."
117+
},
118+
"ModifiedCurveParameter": {
119+
"bugType": "MODIFIED_PARAMETER",
120+
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
121121
}
122122
},
123123
"testGroups": [
@@ -5762,7 +5762,7 @@
57625762
"tcId": 510,
57635763
"comment": "a = 0",
57645764
"flags": [
5765-
"Modified curve parameter",
5765+
"ModifiedCurveParameter",
57665766
"UnusedParam",
57675767
"UnnamedCurve"
57685768
],

testvectors_v1/ecdh_secp256r1_pem_test.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@
6868
"bugType": "MODIFIED_PARAMETER",
6969
"description": "The cofactor is larger than the limits specified in FIPS-PUB 186-4 table 1, p.36."
7070
},
71-
"Modified curve parameter": {
72-
"bugType": "MODIFIED_PARAMETER",
73-
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
74-
},
7571
"ModifiedCofactor": {
7672
"bugType": "MODIFIED_PARAMETER",
7773
"description": "The cofactor has been modified. ",
@@ -124,6 +120,10 @@
124120
"bugType": "MODIFIED_PARAMETER",
125121
"description": "The order of the public key has been modified.",
126122
"effect": "If this order is used in a cryptographic primitive instead of the correct order then an invalid curve attack is possible and the private keys may leak. E.g. ECDHC in BC 1.52 suffered from this."
123+
},
124+
"ModifiedCurveParameter": {
125+
"bugType": "MODIFIED_PARAMETER",
126+
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
127127
}
128128
},
129129
"testGroups": [
@@ -4184,7 +4184,7 @@
41844184
"tcId": 366,
41854185
"comment": "a = 0",
41864186
"flags": [
4187-
"Modified curve parameter",
4187+
"ModifiedCurveParameter",
41884188
"UnusedParam",
41894189
"UnnamedCurve"
41904190
],

testvectors_v1/ecdh_secp256r1_test.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@
7070
"bugType": "MODIFIED_PARAMETER",
7171
"description": "The cofactor is larger than the limits specified in FIPS-PUB 186-4 table 1, p.36."
7272
},
73-
"Modified curve parameter": {
74-
"bugType": "MODIFIED_PARAMETER",
75-
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
76-
},
7773
"ModifiedCofactor": {
7874
"bugType": "MODIFIED_PARAMETER",
7975
"description": "The cofactor has been modified. ",
@@ -126,6 +122,10 @@
126122
"bugType": "MODIFIED_PARAMETER",
127123
"description": "The order of the public key has been modified.",
128124
"effect": "If this order is used in a cryptographic primitive instead of the correct order then an invalid curve attack is possible and the private keys may leak. E.g. ECDHC in BC 1.52 suffered from this."
125+
},
126+
"ModifiedCurveParameter": {
127+
"bugType": "MODIFIED_PARAMETER",
128+
"description": "The parameters a and b of the curve have been modified. The parameters haven been chosen so that public key or generator still are also valid points on the new curve."
129129
}
130130
},
131131
"testGroups": [
@@ -4186,7 +4186,7 @@
41864186
"tcId": 366,
41874187
"comment": "a = 0",
41884188
"flags": [
4189-
"Modified curve parameter",
4189+
"ModifiedCurveParameter",
41904190
"UnusedParam",
41914191
"UnnamedCurve"
41924192
],

0 commit comments

Comments
 (0)