Skip to content

Commit 9d7c743

Browse files
Google APIscopybara-github
authored andcommitted
feat: add OAEP+SHA1 to the list of supported algorithms
PiperOrigin-RevId: 399728217
1 parent 6355bdb commit 9d7c743

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

google/cloud/kms/v1/resources.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,15 @@ message CryptoKeyVersion {
300300
// RSAES-OAEP 4096 bit key with a SHA512 digest.
301301
RSA_DECRYPT_OAEP_4096_SHA512 = 17;
302302

303+
// RSAES-OAEP 2048 bit key with a SHA1 digest.
304+
RSA_DECRYPT_OAEP_2048_SHA1 = 37;
305+
306+
// RSAES-OAEP 3072 bit key with a SHA1 digest.
307+
RSA_DECRYPT_OAEP_3072_SHA1 = 38;
308+
309+
// RSAES-OAEP 4096 bit key with a SHA1 digest.
310+
RSA_DECRYPT_OAEP_4096_SHA1 = 39;
311+
303312
// ECDSA on the NIST P-256 curve with a SHA256 digest.
304313
EC_SIGN_P256_SHA256 = 12;
305314

0 commit comments

Comments
 (0)