Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e881302 commit cfc6047Copy full SHA for cfc6047
1 file changed
Modules/_ssl.c
@@ -2736,7 +2736,7 @@ _ssl__SSLContext_impl(PyTypeObject *type, int proto_version)
2736
#endif
2737
SSL_CTX_set_options(self->ctx, options);
2738
2739
- /* A bare minimum cipher list without completly broken cipher suites.
+ /* A bare minimum cipher list without completely broken cipher suites.
2740
* It's far from perfect but gives users a better head start. */
2741
if (proto_version != PY_SSL_VERSION_SSL2) {
2742
result = SSL_CTX_set_cipher_list(ctx, "HIGH:!aNULL:!eNULL:!MD5");
0 commit comments