Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
liberty
tunnel
liberty-tunnel-client-library-apple
Commits
3bfa5ae6
Commit
3bfa5ae6
authored
Oct 28, 2019
by
Jose Blaya
Browse files
Rename encryption algorithms
parent
6df9976d
Changes
1
Show whitespace changes
Inline
Side-by-side
PIALibrary/Sources/Core/VPN/IKEv2EncryptionAlgorithm.swift
View file @
3bfa5ae6
...
@@ -14,8 +14,8 @@ public enum IKEv2EncryptionAlgorithm: String, EnumsBuilder {
...
@@ -14,8 +14,8 @@ public enum IKEv2EncryptionAlgorithm: String, EnumsBuilder {
public
static
let
defaultAlgorithm
:
IKEv2EncryptionAlgorithm
=
.
algorithmAES256GCM
public
static
let
defaultAlgorithm
:
IKEv2EncryptionAlgorithm
=
.
algorithmAES256GCM
case
algorithm3DES
=
"3DES"
case
algorithm3DES
=
"3DES"
case
algorithmAES128
=
"AES-128"
case
algorithmAES128
=
"AES-128
-CBC
"
case
algorithmAES256
=
"AES-256"
case
algorithmAES256
=
"AES-256
-CBC
"
case
algorithmAES128GCM
=
"AES-128-GCM"
case
algorithmAES128GCM
=
"AES-128-GCM"
case
algorithmAES256GCM
=
"AES-256-GCM"
case
algorithmAES256GCM
=
"AES-256-GCM"
...
...
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