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

PfxImportOptions::import() creates ncrypt key in file system that is not deleted when program exits #98

Open
ironyman opened this issue Nov 27, 2023 · 0 comments · May be fixed by #97
Open

Comments

@ironyman
Copy link

The key is created here in one of the child directories in

$env:APPDATA\Microsoft\Crypto\RSA\

when a pkcs12 key is imported and it's not deleted when the program exits.

This test reproduces the behavior

cargo test -- pfx_import
@ironyman ironyman linked a pull request Nov 27, 2023 that will close this issue
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.

1 participant