[Bug 53180] New: Would you please implement WinTLS ?

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jun 18 21:38:20 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53180

            Bug ID: 53180
           Summary: Would you please implement WinTLS ?
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: abcfy2 at 163.com
      Distribution: ---

aria2 uses WinTLS for https support. But seems currently wine does not support
this feature.

Reproduce:

Download aria2 windows build from
https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0-win-64bit-build1.zip

unzip and execute:

```
$ wine aria2c.exe --console-log-level=debug https://github.com
0100:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm L"RC4" not supported

06/19 10:37:58 [INFO] <<--- --- --- ---

06/19 10:37:58 [INFO]   --- --- --- ---

06/19 10:37:58 [INFO]   --- --- --- --->>

06/19 10:37:58 [INFO] aria2 1.36.0

06/19 10:37:58 [INFO] mingw-w64 8.0.0 (alpha) / gcc 10-win32 20210110
  built by  x86_64-pc-linux-gnu
  targeting x86_64-w64-mingw32
  on        Aug 21 2021 17:37:16

06/19 10:37:58 [INFO] Windows 7 (Service Pack 1) (x86_64) (6.1)

06/19 10:37:58 [INFO] zlib/1.2.11 expat/2.4.1 sqlite3/3.36.0 GMP/6.2.1
c-ares/1.17.2 libssh2/1.9.0

06/19 10:37:58 [INFO] Logging started.

06/19 10:37:58 [INFO] Checking configured addresses

06/19 10:37:58 [INFO] Not considered: ::1

06/19 10:37:58 [INFO] Not considered: 127.0.0.1

06/19 10:37:58 [INFO] Found configured address:
2409:8a70:9c8:c620:6cdc:8f41:b638:5d4f

06/19 10:37:58 [INFO] Not considered: fe80::2a66:3ae2:70a0:cb25%wlp1s0

06/19 10:37:58 [INFO] Found configured address: 192.168.50.196

06/19 10:37:58 [INFO] IPv4 configured=1, IPv6 configured=1

06/19 10:37:58 [NOTICE] Downloading 1 item(s)

06/19 10:37:58 [DEBUG] 1 RequestGroup(s) added.

06/19 10:37:58 [DEBUG] CUID#7 - socket: read:0, write:0, hup:0, err:0

06/19 10:37:58 [DEBUG] Selected from normCands

06/19 10:37:58 [DEBUG] FeedbackURISelector selected https://github.com

06/19 10:37:58 [DEBUG] CUID#7 - socket: read:0, write:0, hup:0, err:0
0100:fixme:iphlpapi:GetBestRoute2 (00000000015612D0, 0, 0000000000000000,
00000000015614B8, 0x00000000, 0000000000B5F3E0, 0000000000B5F3C0): stub

06/19 10:37:58 [INFO] CUID#7 - Resolving hostname github.com

06/19 10:37:59 [DEBUG] CUID#7 - socket: read:0, write:0, hup:0, err:0

06/19 10:37:59 [DEBUG] CUID#7 - socket: read:0, write:0, hup:0, err:0

06/19 10:37:59 [INFO] CUID#7 - Name resolution complete: github.com ->
192.30.255.112

06/19 10:37:59 [INFO] CUID#7 - Connecting to 192.30.255.112:443

06/19 10:37:59 [DEBUG] CUID#7 - socket: read:0, write:0, hup:0, err:0

06/19 10:37:59 [DEBUG] CUID#7 - socket: read:0, write:1, hup:0, err:0

06/19 10:37:59 [DEBUG] CUID#7 - socket: read:0, write:1, hup:0, err:0

06/19 10:37:59 [DEBUG] Creating TLS session

06/19 10:37:59 [DEBUG] TLS Handshaking

06/19 10:37:59 [DEBUG] WinTLS: Starting/Resuming TLS Connect

06/19 10:37:59 [DEBUG] WinTLS: Initializing handshake

06/19 10:37:59 [DEBUG] WinTLS: Writing handshake

06/19 10:37:59 [DEBUG] WinTLS: Reading handshake...

06/19 10:37:59 [DEBUG] CUID#7 - socket: read:1, write:0, hup:0, err:0

06/19 10:37:59 [DEBUG] WinTLS: Starting/Resuming TLS Connect

06/19 10:37:59 [DEBUG] WinTLS: Reading handshake...

06/19 10:37:59 [DEBUG] WinTLS: Continuing with handshake

06/19 10:37:59 [DEBUG] WinTLS: Writing handshake

06/19 10:37:59 [DEBUG] WinTLS: Reading handshake...

06/19 10:37:59 [DEBUG] CUID#7 - socket: read:1, write:0, hup:0, err:0

06/19 10:37:59 [DEBUG] WinTLS: Starting/Resuming TLS Connect

06/19 10:37:59 [DEBUG] WinTLS: Reading handshake...
0100:fixme:secur32:schan_QueryContextAttributesA Unhandled attribute 0x64

06/19 10:37:59 [INFO] WinTLS: connected with: Unknown
0100:fixme:secur32:schan_QueryContextAttributesA Unhandled attribute 0x64
Assertion failed: 0, file WinTLSSession.cc, line 798
```

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list