Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
glib-networking
Commits
0f5938db
Commit
0f5938db
authored
Sep 20, 2019
by
Michael Catanzaro
Committed by
Ignacio Casal Quinteiro
Sep 21, 2019
Browse files
gnutls: Disable TLS 1.0 and TLS 1.1
parent
642b380c
Pipeline
#117026
passed with stage
in 8 minutes and 13 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
tls/gnutls/gtlsconnection-gnutls.c
View file @
0f5938db
...
...
@@ -103,7 +103,7 @@ static gnutls_priority_t priorities[2][2];
/* TODO: Get rid of this in favor of gnutls_set_default_priority_append()
* when upgrading to GnuTLS 3.6.3.
*/
#define DEFAULT_BASE_PRIORITY "NORMAL:%COMPAT"
#define DEFAULT_BASE_PRIORITY "NORMAL:%COMPAT
:-VERS-TLS1.1:-VERS-TLS1.0
"
static
void
g_tls_connection_gnutls_init_priorities
(
void
)
...
...
Andre Klapper
💬
@aklapper
mentioned in issue
evolution#1024 (closed)
·
Jul 11, 2020
mentioned in issue
evolution#1024 (closed)
mentioned in issue evolution#1024
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment