schannel-rs
schannel-rs copied to clipboard
PfxImportOptions::import() creates ncrypt key in file system that is not deleted when program exits
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