steffengy / schannel-rs

Schannel API-bindings for rust (provides an interface for native SSL/TLS using windows APIs)
MIT License
46 stars 50 forks source link

Added function to set exportable private key flag #96

Closed cristianbdg closed 9 months ago

cristianbdg commented 1 year ago

Hi, I needed the exportable flag to be set and this seems to do the trick. It works on my machine (TM). I would appreciate it a lot if you would consider adding it to the library.

This is my first attempt of a PR. I hope I'm doing it correctly.

steffengy commented 9 months ago

Thanks