Skip to content

Commit

Permalink
[openvpn] Add missing TLS ciphers #172
Browse files Browse the repository at this point in the history
Fixes #172
  • Loading branch information
okraits committed Feb 12, 2021
1 parent 82a12e1 commit 0f2fe00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netjsonconfig/backends/openvpn/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,19 @@
"AES-128-CFB",
"AES-128-CFB1",
"AES-128-CFB8",
"AES-128-GCM",
"AES-128-OFB",
"AES-192-CBC",
"AES-192-CFB",
"AES-192-CFB1",
"AES-192-CFB8",
"AES-192-GCM",
"AES-192-OFB",
"AES-256-CBC",
"AES-256-CFB",
"AES-256-CFB1",
"AES-256-CFB8",
"AES-256-GCM",
"AES-256-OFB",
"BF-CBC",
"BF-CFB",
Expand Down

0 comments on commit 0f2fe00

Please sign in to comment.