Bug 22671

Summary: new port: security/sst -- yet another SSL wrapper
Product: Ports & Packages Reporter: root <root>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: pkern
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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.