steffengy / schannel-rs

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

Switched from winapi to windows-rs #76

Closed ancwrd1 closed 2 years ago

ancwrd1 commented 2 years ago

This PR resolves #75. Important bullet points:

steffengy commented 2 years ago

Updated and revived appveyor tests on master and checked that this builds through CI given with 1.40 as min version: https://ci.appveyor.com/project/steffengy/schannel-rs/builds/43467207

Build times seem the same, so no issue on that front. Need to still take a look at the code and check some compatiblity things.

steffengy commented 2 years ago

Thanks