blob: 20e74f4f51620a199d04147138dd0468120565ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>mrness@gentoo.org</email>
<name>Alin Năstac</name>
<description>Backup maintainer</description>
</maintainer>
<longdescription>From the Openswan web site: Openswan is an Open Source
implementation of IPsec for the Linux operating system. Is it a code fork
of the FreeS/WAN project, started by a few of the developers who were
growing frustrated with the politics surrounding the FreeS/WAN project.</longdescription>
<use>
<flag name="curl">Include curl support (used for fetching CRLs)</flag>
<flag name="ldap">Include LDAP support (used for fetching CRLs)</flag>
<flag name="extra-algorithms">Include additional strong algorithms
(Blowfish, Twofish, Serpent and SHA2)</flag>
<flag name="weak-algorithms">Include weak algorithms (DH1)</flag>
<flag name="nocrypto-algorithms">Include algorithms that don't even encrypt
(1DES)</flag>
<flag name="ms-bad-proposal">Allow bad IP address proposal offered by an
Microsoft L2TP/IPSec servers</flag>
</use>
</pkgmetadata>
|