Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@
<label>Data Ciphers</label>
<type>select_multiple</type>
<advanced>true</advanced>
<style>selectpicker role role_server</style>
<help>Restrict the allowed ciphers to be negotiated to the ciphers in this list.</help>
<grid_view>
<visible>false</visible>
Expand All @@ -348,7 +347,6 @@
<label>Data Ciphers Fallback</label>
<type>dropdown</type>
<advanced>true</advanced>
<style>selectpicker role role_server</style>
<help>
Configure a cipher that is used to fall back to if we could not determine which cipher the peer is willing to use.
This option should only be needed to connect to peers that are running OpenVPN 2.3 or older versions,
Expand Down
2 changes: 2 additions & 0 deletions src/opnsense/mvc/app/models/OPNsense/OpenVPN/OpenVPN.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,15 @@
<OptionValues>
<AES-256-GCM>AES-256-GCM</AES-256-GCM>
<AES-128-GCM>AES-128-GCM</AES-128-GCM>
<AES-256-CBC>AES-256-CBC</AES-256-CBC>
<CHACHA20-POLY1305>CHACHA20-POLY1305</CHACHA20-POLY1305>
</OptionValues>
</data-ciphers>
<data-ciphers-fallback type="OptionField">
<OptionValues>
<AES-256-GCM>AES-256-GCM</AES-256-GCM>
<AES-128-GCM>AES-128-GCM</AES-128-GCM>
<AES-256-CBC>AES-256-CBC</AES-256-CBC>
<CHACHA20-POLY1305>CHACHA20-POLY1305</CHACHA20-POLY1305>
</OptionValues>
</data-ciphers-fallback>
Expand Down