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 1b9e76e commit 1295e11Copy full SHA for 1295e11
1 file changed
Modules/_ssl.c
@@ -2798,7 +2798,7 @@ _ssl__SSLContext_impl(PyTypeObject *type, int proto_version)
2798
#endif
2799
SSL_CTX_set_options(self->ctx, options);
2800
2801
- /* A bare minimum cipher list without completly broken cipher suites.
+ /* A bare minimum cipher list without completely broken cipher suites.
2802
* It's far from perfect but gives users a better head start. */
2803
if (proto_version != PY_SSL_VERSION_SSL2) {
2804
result = SSL_CTX_set_cipher_list(ctx, "HIGH:!aNULL:!eNULL:!MD5");
0 commit comments