Feature: Add RC4-MD5 and ChAChA20
This commit is contained in:
parent
c56aa26493
commit
67a5cd2585
|
@ -17,12 +17,14 @@ class SampleConfigViewController: NSViewController {
|
|||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
serverencryptMethodBox.addItems(withObjectValues: [
|
||||
"RC4-MD5",
|
||||
"AES-128-CTR",
|
||||
"AES-192-CTR",
|
||||
"AES-256-CTR",
|
||||
"AES-128-CFB",
|
||||
"AES-192-CFB",
|
||||
"AES-256-CFB",
|
||||
"CHACHA20",
|
||||
"CHACHA20-IETF",
|
||||
"XCHACHA20",
|
||||
"AEAD_AES_128_GCM",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1ae0f79d3974e44b004f30e576148317bb2a2190
|
||||
Subproject commit 28831f24996d1adf593395c2b03a5c507eb0e7c5
|
Loading…
Reference in New Issue