Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3008,7 +3008,7 @@
"crv": {
"type": "string",
"description": "Elliptic curve name. For valid values, see JsonWebKeyCurveName.",
"enum": [ "P-256", "P-384", "P-521", "SECP256K1" ],
"enum": [ "P-256", "P-384", "P-521", "P-256K" ],
"x-ms-enum": {
"name": "JsonWebKeyCurveName",
"modelAsString": true,
Expand All @@ -3026,8 +3026,8 @@
"description": "The NIST P-521 elliptic curve, AKA SECG curve SECP521R1."
},
{
"value": "SECP256K1",
"description": "The SECG SECP256K1 elliptic curve."
"value": "P-256K",
"description": "ECDSA for SHA-256 digests and EC keys created with curve P-256K."
}
]
}
Expand Down Expand Up @@ -3923,7 +3923,7 @@
"x-ms-client-name": "curve",
"type": "string",
"description": "Elliptic curve name. For valid values, see JsonWebKeyCurveName.",
"enum": [ "P-256", "P-384", "P-521", "SECP256K1" ],
"enum": [ "P-256", "P-384", "P-521", "P-256K" ],
"x-ms-enum": {
"name": "JsonWebKeyCurveName",
"modelAsString": true
Expand Down