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

tpm2_getekcertificate: needs to support non URL based EK Certs #1885

Closed
williamcroberts opened this issue Jan 15, 2020 · 2 comments · Fixed by #2134
Closed

tpm2_getekcertificate: needs to support non URL based EK Certs #1885

williamcroberts opened this issue Jan 15, 2020 · 2 comments · Fixed by #2134
Milestone

Comments

@williamcroberts
Copy link
Member

The provisioning guidelines:

Indicate that manufacturers can store certificates in certain NV indices, so we should also check those for certs rather than requiring a URL.

@idesai
Copy link
Member

idesai commented Jan 15, 2020

@williamcroberts wouldn't that be tpm2_nvread?

@williamcroberts
Copy link
Member Author

Yes, that would be one way, but if you call tpm2_getekcertificate, you should get an EK certificate, no matter where it exists.

@idesai idesai added this to the 4.3 milestone Feb 28, 2020
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 6, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 7, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 7, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 8, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 9, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 9, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 13, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 13, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 14, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 14, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 14, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 14, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 16, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 16, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 16, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 16, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 21, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 21, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 24, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 24, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Jul 25, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Aug 12, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit to idesai/tpm2.0-tools that referenced this issue Aug 12, 2020
…ficates

Fixes tpm2-software#1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
idesai added a commit that referenced this issue Aug 13, 2020
…ficates

Fixes #1885

Signed-off-by: Imran Desai <imran.desai@intel.com>
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 a pull request may close this issue.

2 participants