sfackler / rust-native-tls

Apache License 2.0
480 stars 202 forks source link

Use PfxImportOptions::named_no_persist_key() #280

Open ironyman opened 1 year ago

ironyman commented 1 year ago

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