1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/security/sslwrap/pkg-descr
Dmitry Marakasov 468261c1e2 - Add LICENSE
- Switch to options helpers
- Cleanup pkg-descr
2016-03-16 02:34:06 +00:00

13 lines
494 B
Plaintext

"... 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 ssleay 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. ..."
Of course, it works with OpenSSL, too.
WWW: http://www.rickk.com/sslwrap/