Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
compat-openssl098.703
openssl-CVE-2010-0740.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openssl-CVE-2010-0740.patch of Package compat-openssl098.703
Index: openssl-0.9.8h/ssl/s3_pkt.c =================================================================== --- openssl-0.9.8h.orig/ssl/s3_pkt.c +++ openssl-0.9.8h/ssl/s3_pkt.c @@ -282,9 +282,9 @@ again: if (version != s->version) { SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_WRONG_VERSION_NUMBER); - /* Send back error using their - * version number :-) */ - s->version=version; + if ((s->version & 0xFF00) == (version & 0xFF00)) + /* Send back error using their minor version number :-) */ + s->version = (unsigned short)version; al=SSL_AD_PROTOCOL_VERSION; goto f_err; }
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