Bug 22671 - new port: security/sst -- yet another SSL wrapper
Summary: new port: security/sst -- yet another SSL wrapper
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-07 23:00 UTC by root
Modified: 2000-12-31 10:39 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.89 KB, text/plain)
2000-11-07 23:00 UTC, root
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description root 2000-11-07 23:00:01 UTC
	The nice thing about this one, is that it can be used
	entirely as a pipe. In fact, for network usage, it spawns
	off netcat.

	There is a patch for Amanda out there (by the same author),
	which makes it easy to tell amanda to encrypt the backups
	using SSL as they are sent from the clients to the server.

	That patch uses sst...
Comment 1 Will Andrews freebsd_committer freebsd_triage 2000-12-31 10:38:09 UTC
State Changed
From-To: open->closed

Committed, thanks!  I had trouble making it compile because of a missing 
Free() definition.  After examination, I determined that the char *'s 
being passed to Free() could be free()'d instead, and added a patch.