blob: 797968ea64ae8fced5ee24a0a0a93971dafb9a91 (
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>
<maintainer>
<email>floppym@gentoo.org</email>
<name>Mike Gilbert</name>
</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>
<flag name="nss">Include libnss support (adds smartcard support)</flag>
<flag name="ssl">Use OpenSSL libraries for BIGNUM support</flag>
</use>
</pkgmetadata>
|