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:
680680 type : string
681681 enumClass : KexHashFuncStatus
682682 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
687688 uses RSA key exchange or anonymous ciphers).
688689 zero_rtt :
689690 type : string
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ asgiref==3.8.1
2020 # django-browser-reload
2121async-timeout == 5.0.1
2222 # via redis
23- attrs == 25.3.0
24- # via pytest
2523beautifulsoup4 == 4.13.3
2624 # via -r requirements.in
2725billiard == 4.2.1
2826 # via celery
2927bleach [css ]== 5.0.1
30- # via django-bleach
28+ # via
29+ # bleach
30+ # django-bleach
3131cached-property == 2.0.1
3232 # via -r requirements.in
3333celery == 5.4.0
@@ -224,18 +224,15 @@ tinycss2==1.1.1
224224 # via bleach
225225tls-parser == 2.0.1
226226 # via -r requirements.in
227- # via sslyze
228- tinycss2 == 1.1.1
229- # via bleach
230- toml == 0.10.2
231- # via pytest
232227tomli == 2.2.1
233228 # via
234229 # pytest
235230 # setuptools-scm
236231typing-extensions == 4.12.2
237232 # via
238233 # asgiref
234+ # beautifulsoup4
235+ # exceptiongroup
239236 # kombu
240237 # pydantic
241238 # pydantic-core
You can’t perform that action at this time.
0 commit comments