(legacy) cleanup/refactor vpn_ipsec_phase1.php

This commit is contained in:
Ad Schellevis 2015-08-10 20:29:20 +00:00
parent ffb1dfd29e
commit 49229ef2d9
2 changed files with 749 additions and 847 deletions

View File

@ -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