Comment 9 for bug 1054590

Revision history for this message
In , Ilya Loginov (isloginov) wrote :

It looks like Evernote does not use winhttp at all.

But looking into wininet log I've founded something interesting:

trace:wininet:InternetSetOptionW (0x3 31 0x2fce058 4)

MSDN says that 31 is INTERNET_OPTION_SECURITY_FLAGS [1]. Indeed it says also that

SECURITY_FLAG_SSL3
0x00000004
Not implemented.

But I will look into it and try to find out if Evernote pass this flag to InternetSetOption.

[1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa385328(v=vs.85).aspx