-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Feature: delegated management / token support #153
Comments
gregorjohannson
pushed a commit
to gregorjohannson/GlobalPlatformPro
that referenced
this issue
Feb 7, 2019
…culation for INSTALL [for load]. Minor refactoring for more clarity.
gregorjohannson
added a commit
to gregorjohannson/GlobalPlatformPro
that referenced
this issue
Feb 7, 2019
…culation for INSTALL [for load]. Minor refactoring for more clarity.
gregorjohannson
added a commit
to gregorjohannson/GlobalPlatformPro
that referenced
this issue
Feb 7, 2019
…culation for INSTALL [for load]. Minor refactoring for more clarity.
gregorjohannson
added a commit
to gregorjohannson/GlobalPlatformPro
that referenced
this issue
Feb 13, 2019
…dler, use in all commands that require DM token. Replace private key loading implementation.
gregorjohannson
added a commit
to gregorjohannson/GlobalPlatformPro
that referenced
this issue
Feb 13, 2019
gregorjohannson
added a commit
to gregorjohannson/GlobalPlatformPro
that referenced
this issue
Feb 19, 2019
…s. Handle DAP in --install. Extract duplicated CAP loading to separate method. Declare DM token in GlobalPlatform and load it in transitDM. Refactoring.
gregorjohannson
added a commit
to gregorjohannson/GlobalPlatformPro
that referenced
this issue
Feb 19, 2019
…B/PKCS1Padding) instead of security.Signature
gregorjohannson
added a commit
to gregorjohannson/GlobalPlatformPro
that referenced
this issue
Feb 21, 2019
…ters. Cipher back to Signature. Swap -token to -token-key.
gregorjohannson
added a commit
to gregorjohannson/GlobalPlatformPro
that referenced
this issue
Feb 21, 2019
gregorjohannson
added a commit
to gregorjohannson/GlobalPlatformPro
that referenced
this issue
Mar 21, 2019
…re zero-length of DM token to be transmitted
gregorjohannson
added a commit
to gregorjohannson/GlobalPlatformPro
that referenced
this issue
Mar 27, 2019
… token-key exists (as per specification). Respect SHA256 option for load if DAP not required.
gregorjohannson
added a commit
to gregorjohannson/GlobalPlatformPro
that referenced
this issue
Mar 27, 2019
martinpaljak
pushed a commit
that referenced
this issue
May 3, 2019
* #153: Add initial functionality of including DM token calculation for INSTALL [for load]. Minor refactoring for more clarity. * #153: Extract DM token addition to separate universal handler, use in all commands that require DM token. Replace private key loading implementation. * #153: Simple tests for DelegatedManagementHandler * #153: Refactor DAP properties assignment to separate class. Handle DAP in --install. Extract duplicated CAP loading to separate method. Declare DM token in GlobalPlatform and load it in transitDM. Refactoring. * #153: Sign APDU data for token with crypto.Cipher (RSA/ECB/PKCS1Padding) instead of security.Signature * #153: Fix introduced LGTM alert. Remove DAPProperties setters. Cipher back to Signature. Swap -token to -token-key. * #153: Fix another LGTM error * #153: Fix false assumption that INS_DELETE does not require zero-length of DM token to be transmitted * #153: Include required LFDB hash calculation for load if token-key exists (as per specification). Respect SHA256 option for load if DAP not required. * #153: Add tag '9E' before Delete Token
Merged
martinpaljak
added a commit
that referenced
this issue
May 16, 2019
This has been finalized in #215 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initial proposal is to add two options:
--token-key to generate the tokens on the fly
--token to add the token as byte array to a command
The text was updated successfully, but these errors were encountered: