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

Test on the GNU toolchain. #1

Closed frewsxcv closed 8 years ago

steffengy commented 8 years ago

superseded by https://github.com/sfackler/schannel-rs/pull/2 .

While the major work is done somewhere else, it doesn't really make sense to touch this inactive state here, might only make things harder in the future.

frewsxcv commented 8 years ago

@steffengy While you're around, do you have any ideas what might be causing the failures in https://github.com/sfackler/schannel-rs/pull/3 for 32bit machines?

steffengy commented 8 years ago

@frewsxcv fixed it, filing a PR. https://github.com/sfackler/schannel-rs/pull/4