Skip to content

Unable to express all security conditions for key usage. #66

@dmercer-google

Description

@dmercer-google

The Access Mode Enumeration described here does not allow for a complete expression of all access modes described in 800-73-4.

You define:

AccessMode ::= ENUMERATED {
	never  (0),
	pin  (1),  
	pinAlways  (2),
        occ  (4),  
	userAdmin  (16),
	always  (127)
}

If you look at 800-73-4 Part 1 Table b4 you will see that there is a need to describe VCI and PIN, VCI and OCC, VCI and PIN Always and VCI and OCC Always

Looking at your PutDataCreateObjectRequest and PutDataCreateKeyRequest in the PUT DATA ADMIN schema I see that you have only defined modeContact and modeContactless. I think that the right way to fix this is to add modeVci to each of these and add a tag to the pre-perso APDUs to indicate conditions specific only to the VCI interface.

BTW: We will probably be implementing VCI and will push it up to you if and when it gets done. Likewise with OCC.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions