Skip to content

Commit 50907af

Browse files
authored
Merge pull request #107475 from msmbaldwin/patch-11
Update about-keys-secrets-and-certificates.md
2 parents 9c10f0d + dd90ce4 commit 50907af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/key-vault/about-keys-secrets-and-certificates.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ The cryptographic modules that Key Vault uses, whether HSM or software, are FIPS
116116
- **ES384** - ECDSA for SHA-384 digests and keys created with curve P-384. This algorithm is described at [RFC7518](https://tools.ietf.org/html/rfc7518).
117117
- **ES512** - ECDSA for SHA-512 digests and keys created with curve P-521. This algorithm is described at [RFC7518](https://tools.ietf.org/html/rfc7518).
118118

119+
119120
### RSA algorithms
120121
The following algorithm identifiers are supported with RSA and RSA-HSM keys in Key Vault.
121122

@@ -126,6 +127,9 @@ The cryptographic modules that Key Vault uses, whether HSM or software, are FIPS
126127

127128
#### SIGN/VERIFY
128129

130+
- **PS256** - RSASSA-PSS using SHA-256 and MGF1 with SHA-256, as described in [RFC7518](https://tools.ietf.org/html/rfc7518).
131+
- **PS384** - RSASSA-PSS using SHA-384 and MGF1 with SHA-384, as described in [RFC7518](https://tools.ietf.org/html/rfc7518).
132+
- **PS512** - RSASSA-PSS using SHA-512 and MGF1 with SHA-512, as described in [RFC7518](https://tools.ietf.org/html/rfc7518).
129133
- **RS256** - RSASSA-PKCS-v1_5 using SHA-256. The application supplied digest value must be computed using SHA-256 and must be 32 bytes in length.
130134
- **RS384** - RSASSA-PKCS-v1_5 using SHA-384. The application supplied digest value must be computed using SHA-384 and must be 48 bytes in length.
131135
- **RS512** - RSASSA-PKCS-v1_5 using SHA-512. The application supplied digest value must be computed using SHA-512 and must be 64 bytes in length.

0 commit comments

Comments
 (0)