File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def get_http2_ssl_context():
4848
4949 # RFC 7540 Section 9.2.2: "deployments of HTTP/2 that use TLS 1.2 MUST
5050 # 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
5252 # cipher suites with ephemeral key negotiation.
5353 ctx .set_ciphers ("ECDHE+AESGCM:ECDHE+CHACHA20:DHE+AESGCM:DHE+CHACHA20" )
5454
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def get_http2_ssl_context():
5151
5252 # RFC 7540 Section 9.2.2: "deployments of HTTP/2 that use TLS 1.2 MUST
5353 # 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
5555 # cipher suites with ephemeral key negotiation.
5656 ctx .set_ciphers ("ECDHE+AESGCM:ECDHE+CHACHA20:DHE+AESGCM:DHE+CHACHA20" )
5757
You can’t perform that action at this time.
0 commit comments