Skip to content

Commit

Permalink
feat: add OAEP+SHA1 to the list of supported algorithms
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 399728217
  • Loading branch information
Google APIs authored and copybara-github committed Sep 29, 2021
1 parent 6355bdb commit 9d7c743
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions google/cloud/kms/v1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,15 @@ message CryptoKeyVersion {
// RSAES-OAEP 4096 bit key with a SHA512 digest.
RSA_DECRYPT_OAEP_4096_SHA512 = 17;

// RSAES-OAEP 2048 bit key with a SHA1 digest.
RSA_DECRYPT_OAEP_2048_SHA1 = 37;

// RSAES-OAEP 3072 bit key with a SHA1 digest.
RSA_DECRYPT_OAEP_3072_SHA1 = 38;

// RSAES-OAEP 4096 bit key with a SHA1 digest.
RSA_DECRYPT_OAEP_4096_SHA1 = 39;

// ECDSA on the NIST P-256 curve with a SHA256 digest.
EC_SIGN_P256_SHA256 = 12;

Expand Down

0 comments on commit 9d7c743

Please sign in to comment.