Skip to content

Commit

Permalink
Merge pull request #188 from microsoft/user/sethbe/imex256
Browse files Browse the repository at this point in the history
Adding import/export algos from azure to protobuffs
  • Loading branch information
SethBe committed Jul 11, 2023
2 parents b60e82e + 2118aab commit a516f0c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 42 deletions.
90 changes: 48 additions & 42 deletions rpc/common/moc_common_security.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rpc/common/moc_common_security.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ enum IdentityCertificateOperation {

enum KeyWrappingAlgorithm {
CKM_RSA_AES_KEY_WRAP = 0;
RSA_AES_KEY_WRAP_256 = 1;
RSA_AES_KEY_WRAP_384 = 2;
}

message Scope {
Expand Down

0 comments on commit a516f0c

Please sign in to comment.