GLib GIO TLS backend using the Windows SChannel API
glib-networking already provides a GIO module that implements a GIO TLS backend, but it uses GnuTLS.
This project builds a GIO module that uses the TLS implementation provided by Windows as part of the SChannel API.
Advantages include reduced external dependencies, easier security updates, and better integration with the Windows certificate store.
See also glib-openssl which does the same but uses OpenSSL.