blob: 4d7c40fdc68caa7c1c66e859ff71699e95e3346c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<flag name="stunnel3">Install the stunnel3 wrapper.</flag>
</use>
<longdescription lang="en">
Stunnel is a program that allows you to encrypt arbitrary TCP
connections inside SSL (Secure Sockets Layer) available on both Unix and
Windows. Stunnel can allow you to secure non-SSL aware daemons and
protocols (like POP, IMAP, LDAP, etc) by having Stunnel provide the
encryption, requiring no changes to the daemon's code.
</longdescription>
<upstream>
<changelog>https://www.stunnel.org/NEWS.html</changelog>
</upstream>
</pkgmetadata>
|