aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/ipsec-demo/ipsec-demo/test_setkey/racoon.conf
blob: cf561f51e5837596962f8c5dc3d58aadb1ade254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
path pre_shared_key "/test_setkey/psk.txt" ;

        remote anonymous
        {
                exchange_mode main ;
                lifetime time 1 hour ;
                proposal {
                        encryption_algorithm 3des;
                        hash_algorithm sha1;
                        authentication_method pre_shared_key ;
                        dh_group 2 ;
                }
        }

        sainfo anonymous
        {
                pfs_group 2;
                lifetime time 1 hour ;
                encryption_algorithm 3des ;
                authentication_algorithm hmac_sha1 ;
                compression_algorithm deflate ;
        }