Displaying 1 result from an estimated 1 matches for "kmp_enc_alg".
Did you mean:
  esp_enc_alg
  
2006 May 06
1
IPsec with racoon2
..._sa_lifetime_byte infinite;
                        max_retry_to_send 3;
                        interval_to_send 10 sec;
                        times_per_send 1;
                        kmp_sa_nego_time_limit 60 sec;
                        ipsec_sa_nego_time_limit 40 sec;
                        kmp_enc_alg { aes256_cbc; 3des_cbc; };
                        kmp_hash_alg { hmac_sha1; hmac_md5; aes_xcbc; };
                        kmp_auth_method { dss; };
                        kmp_dh_group { 1; 2; 5; 14; 15; };
                        random_pad_content on;
                        random_padlen on;...