Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
python3.370
python-3.1.3-CVE-ssl-compat.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-3.1.3-CVE-ssl-compat.patch of Package python3.370
Index: Modules/_ssl.c =================================================================== --- Modules/_ssl.c.orig 2010-10-14 00:20:48.000000000 +0200 +++ Modules/_ssl.c 2012-03-29 18:31:54.000000000 +0200 @@ -317,6 +317,8 @@ goto fail; } + SSL_CTX_set_options(self->ctx, SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); /* ssl compatibility */ + if (certreq != PY_SSL_CERT_NONE) { if (cacerts_file == NULL) { errstr = ERRSTR("No root certificates specified for " @@ -361,7 +363,7 @@ } /* ssl compatibility */ - SSL_CTX_set_options(self->ctx, SSL_OP_ALL); + SSL_CTX_set_options(self->ctx, SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); verification_mode = SSL_VERIFY_NONE; if (certreq == PY_SSL_CERT_OPTIONAL)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor