File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -680,10 +680,11 @@ components:
680
680
type : string
681
681
enumClass : KexHashFuncStatus
682
682
description : |
683
- SHA2 support for signatures of the server:
684
- * `bad` - SHA2 is not supported.
685
- * `good` - SHA2 is supported.
686
- * `unknown` - SHA2 support could not be determined (the server
683
+ Supported hashes for signatures:
684
+ * `good` - server supports only good hashes (SHA256 or newer).
685
+ * `bad` - server supports MD5 or SHA1.
686
+ * `phase_out` - server supports SHA224.
687
+ * `unknown` - hash support could not be determined (the server
687
688
uses RSA key exchange or anonymous ciphers).
688
689
zero_rtt :
689
690
type : string
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ asgiref==3.8.1
20
20
# django-browser-reload
21
21
async-timeout == 5.0.1
22
22
# via redis
23
- attrs == 25.3.0
24
- # via pytest
25
23
beautifulsoup4 == 4.13.3
26
24
# via -r requirements.in
27
25
billiard == 4.2.1
28
26
# via celery
29
27
bleach [css ]== 5.0.1
30
- # via django-bleach
28
+ # via
29
+ # bleach
30
+ # django-bleach
31
31
cached-property == 2.0.1
32
32
# via -r requirements.in
33
33
celery == 5.4.0
@@ -224,18 +224,15 @@ tinycss2==1.1.1
224
224
# via bleach
225
225
tls-parser == 2.0.1
226
226
# via -r requirements.in
227
- # via sslyze
228
- tinycss2 == 1.1.1
229
- # via bleach
230
- toml == 0.10.2
231
- # via pytest
232
227
tomli == 2.2.1
233
228
# via
234
229
# pytest
235
230
# setuptools-scm
236
231
typing-extensions == 4.12.2
237
232
# via
238
233
# asgiref
234
+ # beautifulsoup4
235
+ # exceptiongroup
239
236
# kombu
240
237
# pydantic
241
238
# pydantic-core
You can’t perform that action at this time.
0 commit comments