Re: [PATCH] wininet: TLS fallback mechanism (take2)

2012-10-27 Thread Hiroshi Miura
Hi, My updated patch which is Message-ID: <5089bda7.3040...@linux.com> is not properly treated in http://source.winehq.org/patches http://source.winehq.org/patches/data/91337 New one is removed, and the one that make compile error in older openssl is tagged as new. Hiroshi Miura

Re: [PATCH(1/1)] wininet: TLS fallback mechanism

2012-10-25 Thread Hiroshi Miura
Alexandre Julliard wrote: > "Hiroshi Miura(@osmf)" writes: > >> OpenSSL 1.0.x now support TLSv1.1 and TLSv1.2. >> Sometimes TLSv1.1/1.2 negotiation fails because of combination >> of server/client ssl library versions. >> It fixes the error connecting Evern

Re: [PATCH(0/1)] wininet: TLS fallback mechanism

2012-10-24 Thread Hiroshi Miura
Hiroshi Miura wrote: > Evernote windows client on Wine/OpenSSL 1.0.1/Ubuntu12.04/12.10 cannot > connect > its server. > It is caused by server is only support TLS1.0/SSL3.0, > but client ask TLS1.1/1.2 and then server returns that session is fails. > > A wininet

[PATCH(0/1)] wininet: TLS fallback mechanism

2012-10-24 Thread Hiroshi Miura(@osmf)
bility may become well, >> but is it good behavior? > > If it's possible to implement some sort of automatic fall back, that > would certainly be preferable. > > -- > Alexandre Julliard Hiroshi Hiroshi Miura (1): wininet: TLS fallback m

Re: wininet: disable TLSv1.1/1.2 by default

2012-09-10 Thread Hiroshi Miura
, compatibility may become well, but is it good behavior? Hiroshi On 2012.08.26 11:51, Hiroshi Miura wrote: > > OpenSSL 1.0.x now support TLSv1.1 and TLSv1.2 > but Windows7 is disabled by default. > > Schannel registry indicate TLSv1.1/1.2 config. > >

Re: [PATCH] secur32/schannel: diabled TLS1.1/1.2 by Default

2012-09-10 Thread Hiroshi Miura
On 20120910 18:14, Marcus Meissner wrote: > On Mon, Sep 10, 2012 at 12:14:51AM +0900, Hiroshi Miura wrote: >>-Set TLS1.1/1.2 disabled by Default that is >> same as Windows 7 default. >> >> See registry entry for schannel and control >> enable/disabl

Re: [PATCH] secur32/schannel: diabled TLS1.1/1.2 by Default

2012-09-09 Thread Hiroshi Miura
Hi, On 2012年09月03日 05:21, Henri Verbeet wrote: > On 2 September 2012 10:58, Hiroshi Miura wrote: >> -Set TLS1.1/1.2 disabled by Default that is >> same as Windows 7 default. >> > Aside from whether disabling TLS1.1+ is appropriate or not, or if this > is the

Re: winhttp: disable TLSv1.1/1.2 by default

2012-09-01 Thread Hiroshi Miura
Hi, Thanks André to point the discussion On 2012年08月27日 01:56, André Hentschel wrote: > Am 26.08.2012 17:46, schrieb Marcus Meissner: >> On Sun, Aug 26, 2012 at 11:50:15AM +0900, Hiroshi Miura wrote: >>> >>> Windows 7 disables TLSv1.1/1.2 by default. >>>