Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
gloox
gloox-fix_TLSGnuTLS_test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gloox-fix_TLSGnuTLS_test.patch of Package gloox
diff --git a/src/tlsgnutlsclientanon.cpp b/src/tlsgnutlsclientanon.cpp index ce82836..1786f99 100644 --- a/src/tlsgnutlsclientanon.cpp +++ b/src/tlsgnutlsclientanon.cpp @@ -51,7 +51,7 @@ namespace gloox return false; #if GNUTLS_VERSION_NUMBER >= 0x020600 - int ret = gnutls_priority_set_direct( *m_session, "SECURE128:+PFS:+COMP-ALL:+VERS-TLS-ALL:-VERS-SSL3.0:+SIGN-ALL:+CURVE-ALL", 0 ); + int ret = gnutls_priority_set_direct( *m_session, "SECURE128:+PFS:+COMP-ALL:+VERS-TLS-ALL:-VERS-SSL3.0:+SIGN-ALL:+CURVE-ALL:+ANON-ECDH:+ANON-DH", 0 ); if( ret != GNUTLS_E_SUCCESS ) return false; #else diff --git a/src/tlsgnutlsserveranon.cpp b/src/tlsgnutlsserveranon.cpp index db4401f..618ac9d 100644 --- a/src/tlsgnutlsserveranon.cpp +++ b/src/tlsgnutlsserveranon.cpp @@ -55,7 +55,7 @@ namespace gloox return false; #if GNUTLS_VERSION_NUMBER >= 0x020600 - int ret = gnutls_priority_set_direct( *m_session, "SECURE128:+PFS:+COMP-ALL:+VERS-TLS-ALL:-VERS-SSL3.0:+SIGN-ALL:+CURVE-ALL", 0 ); + int ret = gnutls_priority_set_direct( *m_session, "SECURE128:+PFS:+COMP-ALL:+VERS-TLS-ALL:-VERS-SSL3.0:+SIGN-ALL:+CURVE-ALL:+ANON-ECDH:+ANON-DH", 0 ); if( ret != GNUTLS_E_SUCCESS ) return false; #else
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