From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 4 Apr 2005 07:51:02 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Secure ftp Again In-Reply-To: <031a01c5390a$ba3ca540$0d35dfd5@kilgore> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <031a01c5390a$ba3ca540$0d35dfd5@kilgore> Topicbox-Message-UUID: 32d1afaa-ead0-11e9-9d60-3106f5b1d025 > i'd say dial should be left along and a lib written > to help setup and talk tls across the established > connection. that's already done. believe me, there's already an enormous library (and a kernel driver) sitting under the fd = tlsClient(fd, &conn); free(conn.cert); lines. russ