Skip to content

Commit 51ab984

Browse files
authored
Merge pull request #175664 from msmbaldwin/akv-hsm
Added HSM info
2 parents 3d5b7b9 + 6988a6e commit 51ab984

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

articles/key-vault/keys/about-keys.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ Key Vault supports RSA and EC keys. Managed HSM supports RSA, EC, and symmetric
5555

5656
|Key type|Vaults (Premium SKU only)|Managed HSMs|
5757
|--|--|--|
58-
|**EC-HSM**: Elliptic Curve key | Supported | Supported|
59-
|**RSA-HSM**: RSA key|Supported|Supported|
60-
|**oct-HSM**: Symmetric key|Not supported|Supported|
58+
|**EC-HSM**: Elliptic Curve key | Supported (P-256, P-384, P-521, P-256K)| Supported (P-256, P-256K, P-384, P-521)|
59+
|**RSA-HSM**: RSA key|Supported (2048-bit, 3072-bit, 4096-bit)|Supported (2048-bit, 3072-bit, 4096-bit)|
60+
|**oct-HSM**: Symmetric key|Not supported|Supported (128-bit, 192-bit, 256-bit)|
6161
|||
6262

6363
### Software-protected keys
6464

6565
|Key type|Vaults|Managed HSMs|
6666
|--|--|--|
67-
**RSA**: "Software-protected" RSA key|Supported|Not supported
68-
**EC**: "Software-protected" Elliptic Curve key|Supported|Not supported
67+
**RSA**: "Software-protected" RSA key|Supported (2048-bit, 3072-bit, 4096-bit)|Not supported
68+
**EC**: "Software-protected" Elliptic Curve key |Supported (P-256, P-384, P-521, P-256K)|Not supported
6969
|||
7070

7171
### Compliance

articles/key-vault/managed-hsm/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ author: msmbaldwin
1616
---
1717
# What is Azure Key Vault Managed HSM?
1818

19-
Azure Key Vault Managed HSM is a fully managed, highly available, single-tenant, standards-compliant cloud service that enables you to safeguard cryptographic keys for your cloud applications, using **FIPS 140-2 Level 3** validated HSMs (Hardware Security Modules). For pricing information please see Managed HSM Pools section on [Azure Key Vault pricing page](https://azure.microsoft.com/pricing/details/key-vault/).
19+
Azure Key Vault Managed HSM is a fully managed, highly available, single-tenant, standards-compliant cloud service that enables you to safeguard cryptographic keys for your cloud applications, using **FIPS 140-2 Level 3** validated HSMs (Hardware Security Modules).
20+
21+
For pricing information please see Managed HSM Pools section on [Azure Key Vault pricing page](https://azure.microsoft.com/pricing/details/key-vault/). For supported key types, see [About keys](../keys/about-keys.md).
2022

2123
## Why use Managed HSM?
2224

0 commit comments

Comments
 (0)