Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
7ec49ce3
Commit
7ec49ce3
authored
Mar 17, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
system: tweak help for crypto settings
Suggested by: @oparoz
parent
9949d2a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
system_advanced_misc.php
src/www/system_advanced_misc.php
+3
-3
No files found.
src/www/system_advanced_misc.php
View file @
7ec49ce3
...
...
@@ -477,10 +477,10 @@ include("head.inc");
<td><a
id=
"help_for_cryptodev_enable"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"Use /dev/crypto"
);
?>
</td>
<td>
<input
name=
"cryptodev_enable"
type=
"checkbox"
id=
"cryptodev_enable"
value=
"yes"
<?=
!
empty
(
$pconfig
[
'cryptodev_enable'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
/>
<strong>
<?=
gettext
(
"Enable old userland device
node
for cryptographic acceleration"
);
?>
</strong>
<strong>
<?=
gettext
(
"Enable old userland device for cryptographic acceleration"
);
?>
</strong>
<div
class=
"hidden"
for=
"help_for_cryptodev_enable"
>
<?=
gettext
(
"Old hardware accelerators
may only provide userland acceleration to e.g. OpenVPN
"
.
"by means of the /dev/crypto interface, which can be accessed via the OpenSSL "
.
<?=
gettext
(
"Old hardware accelerators
like 'safe', 'hifn' or 'ubsec' may only provide userland acceleration to e.g.
"
.
"
OpenVPN
by means of the /dev/crypto interface, which can be accessed via the OpenSSL "
.
"engine framework. Note that LibreSSL does not have support for this device and "
.
"instead solely relies on embedded acceleration methods e.g. AES-NI. The default is "
.
"to disable this device as it is likely not needed on modern systems."
);
?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment