This repository was archived by the owner on May 24, 2026. It is now read-only.
Jc keymaster 41 android 11 - #24
Merged
mdwivedi merged 6 commits intoMar 23, 2021
Merged
Conversation
Jc keymaster 41 android 11
Allow upgrade if any of the boot parameters gets changed. Signed-off-by: BKSSM Venkateswarlu <venki.manikanta@gmail.com>
| KMException.throwIt(KMError.INVALID_ARGUMENT); | ||
| } | ||
| } | ||
| return (byte) 0; |
Collaborator
There was a problem hiding this comment.
if you fail the else if at line 1111 and versions are valid then you will need to ruturn 1 and also if line 1104 is false then you will need to return 0 (by deafult).
mdwivedi pushed a commit
that referenced
this pull request
Mar 31, 2021
Merge pull request #24 from BKSSMVenkateswarlu/jc_keymaster_41_androi…
subrahmanyaman referenced
this pull request
in subrahmanyaman/JavaCardKeymaster
Aug 26, 2021
…d_11 Jc keymaster 41 android 11
subrahmanyaman referenced
this pull request
in subrahmanyaman/JavaCardKeymaster
Aug 26, 2021
Merge pull request #24 from BKSSMVenkateswarlu/jc_keymaster_41_androi…
mdwivedi pushed a commit
that referenced
this pull request
Jan 14, 2022
Handled attest key purpose validation in generate key and import key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.