Skip to content

1. In processAttestKey , call isKeyUpgradeRequired() for generated k… - #49

Merged
subrahmanyaman merged 1 commit into
hmac_sign_len_validationfrom
import_key_changes
Apr 13, 2022
Merged

1. In processAttestKey , call isKeyUpgradeRequired() for generated k…#49
subrahmanyaman merged 1 commit into
hmac_sign_len_validationfrom
import_key_changes

Conversation

@subrahmanyaman

Copy link
Copy Markdown
Owner

…ey also and return KEY_REQUIRES_UPGRADE error if upgrade condition passes.

  1. using reclaimable buffer for encoding the key_paramters while creating mac for keyparamters. if the encoded key_paramters length exceeds 3K return INSUFFICIENT_BUFFER_SPACE error.
  2. HAL does not handle KEY_REQUIRES_UPGRADE error.

…y also and return KEY_REQUIRES_UPGRADE error if upgrade condition passes.
2. using reclaimable buffer for encoding the key_paramters while creating mac for keyparamters. if the encoded key_paramters length exceeds 3K return INSUFFICIENT_BUFFER_SPACE error.
3. HAL does not handle KEY_REQUIRES_UPGRADE error.
@subrahmanyaman
subrahmanyaman merged commit efc9f41 into hmac_sign_len_validationApr 13, 2022
@subrahmanyaman
subrahmanyaman deleted the import_key_changes branch April 13, 2022 05:24
Sign up for freeto 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

@subrahmanyaman