We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a12e1 commit a20914cCopy full SHA for a20914c
1 file changed
netjsonconfig/backends/openvpn/schema.py
@@ -111,16 +111,19 @@
111
"AES-128-CFB",
112
"AES-128-CFB1",
113
"AES-128-CFB8",
114
+ "AES-128-GCM",
115
"AES-128-OFB",
116
"AES-192-CBC",
117
"AES-192-CFB",
118
"AES-192-CFB1",
119
"AES-192-CFB8",
120
+ "AES-192-GCM",
121
"AES-192-OFB",
122
"AES-256-CBC",
123
"AES-256-CFB",
124
"AES-256-CFB1",
125
"AES-256-CFB8",
126
+ "AES-256-GCM",
127
"AES-256-OFB",
128
"BF-CBC",
129
"BF-CFB",
0 commit comments