mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
(legacy) cleanup/refactor vpn_ipsec_phase1.php
This commit is contained in:
parent
ffb1dfd29e
commit
49229ef2d9
@ -55,15 +55,6 @@ $p2_ealgos = array(
|
||||
'cast128' => array( 'name' => 'CAST128' ),
|
||||
'des' => array( 'name' => 'DES' ));
|
||||
|
||||
$p1_halgos = array(
|
||||
'md5' => 'MD5',
|
||||
'sha1' => 'SHA1',
|
||||
'sha256' => 'SHA256',
|
||||
'sha384' => 'SHA384',
|
||||
'sha512' => 'SHA512',
|
||||
'aesxcbc' => 'AES-XCBC'
|
||||
);
|
||||
|
||||
$p2_halgos = array(
|
||||
'hmac_md5' => 'MD5',
|
||||
'hmac_sha1' => 'SHA1',
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user