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
8bc2ef25
Commit
8bc2ef25
authored
Feb 07, 2017
by
Ad Schellevis
Committed by
Franco Fichtner
Feb 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ipsec) add aesgcm, for
https://github.com/opnsense/core/issues/1366
(cherry picked from commit
26c99a97
)
parent
6860f6c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
ipsec.inc
src/etc/inc/ipsec.inc
+6
-0
No files found.
src/etc/inc/ipsec.inc
View file @
8bc2ef25
...
...
@@ -51,6 +51,9 @@ $ipsec_loglevels = array(
$p1_ealgos
=
array
(
'aes'
=>
array
(
'name'
=>
'AES'
,
'keysel'
=>
array
(
'lo'
=>
128
,
'hi'
=>
256
,
'step'
=>
64
),
'iketype'
=>
null
),
'aes128gcm16'
=>
array
(
'name'
=>
'128 bit AES-GCM with 128 bit ICV'
,
'iketype'
=>
null
),
'aes192gcm16'
=>
array
(
'name'
=>
'192 bit AES-GCM with 128 bit ICV'
,
'iketype'
=>
null
),
'aes256gcm16'
=>
array
(
'name'
=>
'256 bit AES-GCM with 128 bit ICV'
,
'iketype'
=>
null
),
'camellia'
=>
array
(
'name'
=>
'Camellia'
,
'keysel'
=>
array
(
'lo'
=>
128
,
'hi'
=>
256
,
'step'
=>
64
),
'iketype'
=>
'ikev2'
),
'blowfish'
=>
array
(
'name'
=>
'Blowfish'
,
'keysel'
=>
array
(
'lo'
=>
128
,
'hi'
=>
256
,
'step'
=>
64
),
'iketype'
=>
null
),
'3des'
=>
array
(
'name'
=>
'3DES'
,
'iketype'
=>
null
),
...
...
@@ -70,6 +73,9 @@ $p1_authentication_methods = array(
$p2_ealgos
=
array
(
'aes'
=>
array
(
'name'
=>
'AES'
,
'keysel'
=>
array
(
'lo'
=>
128
,
'hi'
=>
256
,
'step'
=>
64
)
),
'aes128gcm16'
=>
array
(
'name'
=>
'aes128gcm16'
),
'aes192gcm16'
=>
array
(
'name'
=>
'aes192gcm16'
),
'aes256gcm16'
=>
array
(
'name'
=>
'aes256gcm16'
),
'blowfish'
=>
array
(
'name'
=>
'Blowfish'
,
'keysel'
=>
array
(
'lo'
=>
128
,
'hi'
=>
256
,
'step'
=>
64
)
),
'3des'
=>
array
(
'name'
=>
'3DES'
),
'cast128'
=>
array
(
'name'
=>
'CAST128'
),
...
...
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