@@ -4,6 +4,7 @@ Date: Wed, 8 May 2019 10:16:31 -0400
4
4
Subject: [PATCH] Use system-provided crypto-policies by default
5
5
6
6
Signed-off-by: Alexander Scheel <
[email protected] >
7
+ [
[email protected] ]: update patch to 3.2.1 state
7
8
---
8
9
raddb/mods-available/eap | 4 ++--
9
10
raddb/mods-available/inner-eap | 2 +-
12
13
4 files changed, 6 insertions(+), 6 deletions(-)
13
14
14
15
diff --git a/raddb/mods-available/eap b/raddb/mods-available/eap
15
- index 36849e10f2..b28c0f19c6 100644
16
+ index 62152a6dfc..9f64963034 100644
16
17
--- a/raddb/mods-available/eap
17
18
+++ b/raddb/mods-available/eap
18
- @@ -368 ,7 +368 ,7 @@ eap {
19
- #
20
- # For EAP-FAST, use "ALL:!EXPORT:!eNULL:!SSLv2"
19
+ @@ -400 ,7 +400 ,7 @@ eap {
20
+ # TLS cipher suites. The format is listed
21
+ # in "man 1 ciphers".
21
22
#
22
23
- cipher_list = "DEFAULT"
23
24
+ cipher_list = "PROFILE=SYSTEM"
24
25
25
- # If enabled, OpenSSL will use server cipher list
26
- # (possibly defined by cipher_list option above)
27
- @@ -912 ,7 +912 ,7 @@ eap {
28
- # Note - for OpenSSL 1.1.0 and above you may need
29
- # to add ":@SECLEVEL=0"
26
+ # Set this option to specify the allowed
27
+ # TLS signature algorithms for OpenSSL 1.1.1 and above.
28
+ @@ -1082 ,7 +1082 ,7 @@ eap {
29
+ # "DEFAULT" as "DEFAULT" contains "!aNULL" so instead it is
30
+ # recommended "ALL:!EXPORT:!eNULL:!SSLv2" is used
30
31
#
31
32
- # cipher_list = "ALL:!EXPORT:!eNULL:!SSLv2"
32
33
+ # cipher_list = "PROFILE=SYSTEM"
@@ -47,23 +48,23 @@ index 576eb7739e..ffa07188e2 100644
47
48
# You may want to set a very small fragment size.
48
49
# The TLS data here needs to go inside of the
49
50
diff --git a/raddb/sites-available/abfab-tls b/raddb/sites-available/abfab-tls
50
- index 92f1d6330e..cd69b3905a 100644
51
+ index b8d0626bbe..073b2933c2 100644
51
52
--- a/raddb/sites-available/abfab-tls
52
53
+++ b/raddb/sites-available/abfab-tls
53
- @@ -19 ,7 +19 ,7 @@ listen {
54
+ @@ -20 ,7 +20 ,7 @@ listen {
54
55
dh_file = ${certdir}/dh
55
56
fragment_size = 8192
56
57
ca_path = ${cadir}
57
58
- cipher_list = "DEFAULT"
58
59
+ cipher_list = "PROFILE=SYSTEM"
59
-
60
60
cache {
61
61
enable = no
62
+ lifetime = 24 # hours
62
63
diff --git a/raddb/sites-available/tls b/raddb/sites-available/tls
63
- index bbc761b1c5..83cd35b851 100644
64
+ index 137fcbc6cc..a65f8a8711 100644
64
65
--- a/raddb/sites-available/tls
65
66
+++ b/raddb/sites-available/tls
66
- @@ -215 ,7 +215 ,7 @@ listen {
67
+ @@ -292 ,7 +292 ,7 @@ listen {
67
68
# Set this option to specify the allowed
68
69
# TLS cipher suites. The format is listed
69
70
# in "man 1 ciphers".
@@ -72,15 +73,14 @@ index bbc761b1c5..83cd35b851 100644
72
73
73
74
# If enabled, OpenSSL will use server cipher list
74
75
# (possibly defined by cipher_list option above)
75
- @@ -517 ,7 +517 ,7 @@ home_server tls {
76
+ @@ -676 ,7 +676 ,7 @@ home_server tls {
76
77
# Set this option to specify the allowed
77
78
# TLS cipher suites. The format is listed
78
79
# in "man 1 ciphers".
79
80
- cipher_list = "DEFAULT"
80
81
+ cipher_list = "PROFILE=SYSTEM"
81
- }
82
82
83
- }
83
+ #
84
+ # Connection timeout for outgoing TLS connections.
84
85
- -
85
- 2.21.0
86
-
86
+ 2.21.0
0 commit comments