diff options
Diffstat (limited to 'net-misc/openswan/metadata.xml')
-rw-r--r-- | net-misc/openswan/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/openswan/metadata.xml b/net-misc/openswan/metadata.xml new file mode 100644 index 0000000..797968e --- /dev/null +++ b/net-misc/openswan/metadata.xml @@ -0,0 +1,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> |