mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
15 lines
549 B
Plaintext
15 lines
549 B
Plaintext
This is a port of sslwrap.
|
|
|
|
"... 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/
|