File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def get_http2_ssl_context():
48
48
49
49
# RFC 7540 Section 9.2.2: "deployments of HTTP/2 that use TLS 1.2 MUST
50
50
# support TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256". In practice, the
51
- # blacklist defined in this section allows only the AES GCM and ChaCha20
51
+ # blocklist defined in this section allows only the AES GCM and ChaCha20
52
52
# cipher suites with ephemeral key negotiation.
53
53
ctx .set_ciphers ("ECDHE+AESGCM:ECDHE+CHACHA20:DHE+AESGCM:DHE+CHACHA20" )
54
54
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def get_http2_ssl_context():
51
51
52
52
# RFC 7540 Section 9.2.2: "deployments of HTTP/2 that use TLS 1.2 MUST
53
53
# support TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256". In practice, the
54
- # blacklist defined in this section allows only the AES GCM and ChaCha20
54
+ # blocklist defined in this section allows only the AES GCM and ChaCha20
55
55
# cipher suites with ephemeral key negotiation.
56
56
ctx .set_ciphers ("ECDHE+AESGCM:ECDHE+CHACHA20:DHE+AESGCM:DHE+CHACHA20" )
57
57
You can’t perform that action at this time.
0 commit comments