On Mon, 29 Jun 2020, Jeroen Ooms wrote:

Hi Alexandre,

Where can I learn more about what native windows TLS means? We have
been been building the msys2 version of libcurl using native windows
schannel TLS backend for years, how is this different from windows
native TLS?

TLS in this case means Thread Local Storage (where GCC so far has used a mechanism called "emulated TLS", different from the "native TLS" that MSVC and clang use, that relies on platform specific mechanisms provided by windows, for handling thread local variables), not Transport Layer Security.

// Martin



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to