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

How to sign the Stub driver in production? #344

Open
topsniper496 opened this issue Feb 28, 2023 · 0 comments
Open

How to sign the Stub driver in production? #344

topsniper496 opened this issue Feb 28, 2023 · 0 comments

Comments

@topsniper496
Copy link

topsniper496 commented Feb 28, 2023

@cezanne I have one question. The below code will sign the stub driver dynamically.

if (!sign_file("USBIP Test", path_cat)) {
remove_dir_all(path_drvpkg);
free(path_cat);
free(id_hw);
return FALSE;
}

If someone sign the driver using official certificate, how we can address this part?

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