• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D03-May-2022384 3212

READMEH A D11-Nov-20001.2 KiB4232

apps.hH A D03-May-20224.9 KiB15578

e_os.hH A D03-May-20227.7 KiB289175

s_apps.hH A D03-May-20224.9 KiB12357

s_cb.cH A D03-May-20227.2 KiB244161

s_server.cH A D03-May-202221.4 KiB888658

s_socket.cH A D03-May-202214.2 KiB685538

README

1sslwrap
2
3sslwrap is an inetd service that front-ends most simple TCP-based services
4like POP3, IMAP, SMTP, HTTP, telnet, etc. to encrypt all of the data in the
5session.
6
7Rick Kaseguma
8http://www.rickk.com/sslwrap
9December 28, 1997
10
11
12Version 2.0.0
13- September 21, 1998
14- Added "-addr 123.45.67.99" option to connect to a host other than
15  localhost.
16- Added "-accept 123" option to accept connections on port 123 as a
17  standalone app instead of using inetd. This has not been extensively
18  tested.
19
20Version 2.0.1
21- November 11, 1998 (User Contributions)
22- Added "-exec" option to directly run a program instead of having to connect
23  to localhost
24- Corrected a typo in the usage info for -accept
25- Corrected a segmentation fault when -nocafile is used
26
27Version 2.0.2
28- November 19, 1999
29- Corrected missing ")" in call to RSA_generate_key for SSLeay < 0.9
30- Additions to Makefile for more Solaris friendliness
31
32Version 2.0.3
33- March 10, 1999
34- Fixed a buffer size overflow that could cause problems during large
35  read operations, such as downloading large messages with POP3s.
36
37Version 2.0.6
38- November 11, 2000
39- Fixed include of "err.h" (should be OPENSSL"err.h")
40- Changed Malloc/Free to malloc/free
41
42