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

Strong name support for BLOB is no longer functional in ikvmc #63

Open
NightOwl888 opened this issue May 30, 2022 · 0 comments
Open

Strong name support for BLOB is no longer functional in ikvmc #63

NightOwl888 opened this issue May 30, 2022 · 0 comments

Comments

@NightOwl888
Copy link
Contributor

Since we fixed support for -keyfile in #46, using a BLOB transfer the certificate no longer functions. The documentation only shows 2 options for loading a strong name key:

  1. -keyfile to load the key from the local file system.
  2. -key to load the key from the system key container.

However, there appears to be another (undocumented?) option to load the key from a BLOB. Legacy scripts that load the BLOB approach to strong naming no longer function (example), which is a breaking change.

We should write some tests to ensure the -key option still functions as documented and to decide whether this BLOB approach is a "feature" or a "vulnerability".

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

No branches or pull requests

1 participant