]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
The priority modifier %LATEST_RECORD_VERSION is now the default
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 13 Nov 2014 08:18:31 +0000 (09:18 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 13 Nov 2014 08:19:31 +0000 (09:19 +0100)
This works-around issue with servers that forbit the SSL 3.0
version number from the first packet of the record protocol.

lib/gnutls_priority.c

index 82abea6e3167c75f7eb544ec7b47579d060d1a29..6eebe8444d6bb6c69c01d612958b43bd48b8954c 100644 (file)
@@ -1185,7 +1185,6 @@ gnutls_priority_init(gnutls_priority_t * priority_cache,
         * when we make it the default.
         */
        (*priority_cache)->sr = SR_PARTIAL;
-       (*priority_cache)->ssl3_record_version = 1;
 
        (*priority_cache)->max_empty_records = DEFAULT_MAX_EMPTY_RECORDS;