sfackler / rust-native-tls

Apache License 2.0
468 stars 197 forks source link

Use PfxImportOptions::named_no_persist_key() #280

Open ironyman opened 9 months ago

ironyman commented 9 months ago

Use the new method PfxImportOptions::named_no_persist_key() from schannel-rs to prevent leaking keys when importing pkcs12 files.