You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
-keyfile to load the key from the local file system.
-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".
The text was updated successfully, but these errors were encountered:
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:-keyfile
to load the key from the local file system.-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".The text was updated successfully, but these errors were encountered: