File: 0004-Use-TLS-v1.3.patch

package info (click to toggle)
php-amqplib 3.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,044 kB
  • sloc: php: 13,145; makefile: 77; sh: 27
file content (21 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Sat, 23 Oct 2021 07:33:34 -0400
Subject: Use TLS v1.3

---
 tests/Functional/Connection/SSLConnectionTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Functional/Connection/SSLConnectionTest.php b/tests/Functional/Connection/SSLConnectionTest.php
index 537131b..a6d9433 100644
--- a/tests/Functional/Connection/SSLConnectionTest.php
+++ b/tests/Functional/Connection/SSLConnectionTest.php
@@ -57,7 +57,7 @@ class SSLConnectionTest extends AbstractConnectionTest
         ];
 
         // #1 TLS protocol
-        $options['protocol'] = 'tlsv1.2';
+        $options['protocol'] = 'tlsv1.3';
         $sets[] = [$options];
 
         // #2 SNI_enabled