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

package info (click to toggle)
php-amqplib 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,440 kB
  • sloc: php: 12,624; makefile: 57; sh: 33
file content (21 lines) | stat: -rw-r--r-- 745 bytes parent folder | download
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 b5d4ff3..33f5ba4 100644
--- a/tests/Functional/Connection/SSLConnectionTest.php
+++ b/tests/Functional/Connection/SSLConnectionTest.php
@@ -47,7 +47,7 @@ class SSLConnectionTest extends AbstractConnectionTest
         ];
 
         // #1 TLS protocol
-        $options['protocol'] = 'tlsv1.2';
+        $options['protocol'] = 'tlsv1.3';
         $sets[] = [$options];
 
         // #2 SNI_enabled