Skip to content

Commit 6f473a1

Browse files
maorlegermstrisoline
authored andcommitted
Revert "KeyVault: Add OKP/EdDSA support to version 7.3-preview (Azure#17251)" (Azure#17331)
This reverts commit d50e631.
1 parent c2dc2bf commit 6f473a1

File tree

1 file changed

+10
-37
lines changed
  • specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview

1 file changed

+10
-37
lines changed

specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.3-preview/keys.json

Lines changed: 10 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,9 +1270,7 @@
12701270
"RSA",
12711271
"RSA-HSM",
12721272
"oct",
1273-
"oct-HSM",
1274-
"OKP",
1275-
"OKP-HSM"
1273+
"oct-HSM"
12761274
],
12771275
"x-ms-enum": {
12781276
"name": "JsonWebKeyType",
@@ -1301,14 +1299,6 @@
13011299
{
13021300
"value": "oct-HSM",
13031301
"description": "Octet sequence (used to represent symmetric keys) which is stored the HSM."
1304-
},
1305-
{
1306-
"value": "OKP",
1307-
"description": "Octet key pair (https://tools.ietf.org/html/rfc8037)"
1308-
},
1309-
{
1310-
"value": "OKP-HSM",
1311-
"description": "Octet key pair (https://tools.ietf.org/html/rfc8037) with a private key which is stored in the HSM."
13121302
}
13131303
]
13141304
}
@@ -1333,7 +1323,7 @@
13331323
"d": {
13341324
"type": "string",
13351325
"format": "base64url",
1336-
"description": "RSA private exponent, or the D component of an EC or OKP private key."
1326+
"description": "RSA private exponent, or the D component of an EC private key."
13371327
},
13381328
"dp": {
13391329
"x-ms-client-name": "DP",
@@ -1381,8 +1371,7 @@
13811371
"P-256",
13821372
"P-384",
13831373
"P-521",
1384-
"P-256K",
1385-
"Ed25519"
1374+
"P-256K"
13861375
],
13871376
"x-ms-enum": {
13881377
"name": "JsonWebKeyCurveName",
@@ -1403,18 +1392,14 @@
14031392
{
14041393
"value": "P-256K",
14051394
"description": "The SECG SECP256K1 elliptic curve."
1406-
},
1407-
{
1408-
"value": "Ed25519",
1409-
"description": "The Ed25519 Edwards curve."
14101395
}
14111396
]
14121397
}
14131398
},
14141399
"x": {
14151400
"type": "string",
14161401
"format": "base64url",
1417-
"description": "X component of an EC or OKP public key."
1402+
"description": "X component of an EC public key."
14181403
},
14191404
"y": {
14201405
"type": "string",
@@ -1616,9 +1601,7 @@
16161601
"RSA",
16171602
"RSA-HSM",
16181603
"oct",
1619-
"oct-HSM",
1620-
"OKP",
1621-
"OKP-HSM"
1604+
"oct-HSM"
16221605
],
16231606
"x-ms-enum": {
16241607
"name": "JsonWebKeyType",
@@ -1642,8 +1625,7 @@
16421625
"P-256",
16431626
"P-384",
16441627
"P-521",
1645-
"P-256K",
1646-
"Ed25519"
1628+
"P-256K"
16471629
],
16481630
"x-ms-enum": {
16491631
"name": "JsonWebKeyCurveName",
@@ -1665,9 +1647,7 @@
16651647
"RSA",
16661648
"RSA-HSM",
16671649
"oct",
1668-
"oct-HSM",
1669-
"OKP",
1670-
"OKP-HSM"
1650+
"oct-HSM"
16711651
],
16721652
"x-ms-enum": {
16731653
"name": "JsonWebKeyType",
@@ -1724,8 +1704,7 @@
17241704
"P-256",
17251705
"P-384",
17261706
"P-521",
1727-
"P-256K",
1728-
"Ed25519"
1707+
"P-256K"
17291708
],
17301709
"x-ms-enum": {
17311710
"name": "JsonWebKeyCurveName",
@@ -1908,8 +1887,7 @@
19081887
"ES256",
19091888
"ES384",
19101889
"ES512",
1911-
"ES256K",
1912-
"EdDSA"
1890+
"ES256K"
19131891
],
19141892
"x-ms-enum": {
19151893
"name": "JsonWebKeySignatureAlgorithm",
@@ -1958,10 +1936,6 @@
19581936
{
19591937
"value": "ES256K",
19601938
"description": "ECDSA using P-256K and SHA-256, as described in https://tools.ietf.org/html/rfc7518"
1961-
},
1962-
{
1963-
"value": "EdDSA",
1964-
"description": "Edwards-curve Digital Signature Algorithm, as described in https://tools.ietf.org/html/rfc8032."
19651939
}
19661940
]
19671941
}
@@ -1995,8 +1969,7 @@
19951969
"ES256",
19961970
"ES384",
19971971
"ES512",
1998-
"ES256K",
1999-
"EdDSA"
1972+
"ES256K"
20001973
],
20011974
"x-ms-enum": {
20021975
"name": "JsonWebKeySignatureAlgorithm",

0 commit comments

Comments
 (0)