Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify keyMetadata for provider detection. #37

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

copybara-service[bot]
Copy link

Modify keyMetadata for provider detection.

  • The cert() function returns certs/keys from the local store regardless of store.Prov. This creates a problem when a cert is in a different provider than store.Prov.
  • Add type-specific getProperty functions for str, int, & handle. Make getProperty generic.
  • Modify keyMetadata to lookup the key's individual provider based on property lookups.
  • Use the provider implementation property as the basis for determining software-backed keys.

@copybara-service copybara-service bot force-pushed the test_407169748 branch 2 times, most recently from b714b3b to ba6e2bb Compare November 3, 2021 14:10
* The cert() function returns certs/keys from the local store regardless of store.Prov. This creates a problem when a cert is in a different provider than store.Prov.
* Add type-specific getProperty functions for str, int, & handle. Make getProperty generic.
* Modify keyMetadata to lookup the key's individual provider based on property lookups.
* Use the provider implementation property as the basis for determining software-backed keys.

PiperOrigin-RevId: 407329444
@copybara-service copybara-service bot merged commit ce8d7ef into master Nov 3, 2021
@copybara-service copybara-service bot deleted the test_407169748 branch November 3, 2021 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant