Skip to content

Commit

Permalink
[Presence] Clean up deprecated SHA256withECDSA private key utilities …
Browse files Browse the repository at this point in the history
…and deprecate `signature_version` field in protos.

PiperOrigin-RevId: 668209177
  • Loading branch information
anthonyrueda authored and copybara-github committed Sep 4, 2024
1 parent 83c6a8b commit c123d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/proto/credential.proto
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ message SharedCredential {

// Signature algorithm version. Used to determine which algorithm to use to
// verify incoming signatures.
string signature_version = 16;
string signature_version = 16 [deprecated = true];

// The HMAC of the plaintext identity token included (in encrypted form) in an
// unsigned, extended salt, V1 advertisement.
Expand Down
2 changes: 1 addition & 1 deletion internal/proto/local_credential.proto
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ message LocalCredential {

// Signature algorithm version. Used to determine which algorithm to use to
// sign data.
string signature_version = 12;
string signature_version = 12 [deprecated = true];

// Credential version used to infer the expected credential material.
int64 credential_version = 13;
Expand Down

0 comments on commit c123d23

Please sign in to comment.