Skip to content

Commit a20914c

Browse files
authored
[openvpn] Add missing TLS ciphers #172
Fixes #172
1 parent 82a12e1 commit a20914c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

netjsonconfig/backends/openvpn/schema.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,19 @@
111111
"AES-128-CFB",
112112
"AES-128-CFB1",
113113
"AES-128-CFB8",
114+
"AES-128-GCM",
114115
"AES-128-OFB",
115116
"AES-192-CBC",
116117
"AES-192-CFB",
117118
"AES-192-CFB1",
118119
"AES-192-CFB8",
120+
"AES-192-GCM",
119121
"AES-192-OFB",
120122
"AES-256-CBC",
121123
"AES-256-CFB",
122124
"AES-256-CFB1",
123125
"AES-256-CFB8",
126+
"AES-256-GCM",
124127
"AES-256-OFB",
125128
"BF-CBC",
126129
"BF-CFB",

0 commit comments

Comments
 (0)