Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / sslwrap / DESCR
blob7958040ab8c31c2d84a3f96ceb6830ac860402cb
1   sslwrap is a simple Unix service that sits over any simple TCP service
2 such as POP3, IMAP, SMTP, and encrypts all of the data on the connection
3 using TLS/SSL. It uses openssl to support SSL version 2 and 3. It can run
4 out of inetd. It can also encrypt data for services located on another
5 computer.
7   It works with the servers you already have, and does not require any
8 modifications to your existing servers.