Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

8
security/sslwrap/DESCR Normal file
View File

@@ -0,0 +1,8 @@
sslwrap is a simple Unix service that sits over any simple TCP service
such as POP3, IMAP, SMTP, and encrypts all of the data on the connection
using TLS/SSL. It uses openssl to support SSL version 2 and 3. It can run
out of inetd. It can also encrypt data for services located on another
computer.
It works with the servers you already have, and does not require any
modifications to your existing servers.