mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:33:38 +03:00
GHA: update rustls dependency to 0.9.2
This allows re-enabling test 312 for the rustls backend. Closes #10553
This commit is contained in:
parent
e665415a0e
commit
30411d7278
3 changed files with 8 additions and 5 deletions
|
|
@ -80,9 +80,12 @@
|
|||
2305
|
||||
%endif
|
||||
2043
|
||||
# Tests that are disabled here for rustls are SUPPOSED to work
|
||||
# The CRL test (313) doesn't work with rustls because rustls doesn't support
|
||||
# CRLs.
|
||||
# Tests that rely on connecting to an IP address over TLS don't work because
|
||||
# rustls doesn't support IP address certificates yet. That's the 400 series of
|
||||
# tests listed here, plus 1112 and 1272
|
||||
%if rustls
|
||||
312
|
||||
313
|
||||
400
|
||||
401
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue