From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: David Presotto To: 9fans@cse.psu.edu Subject: Re: [9fans] TLSServer? In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-kndgyfeeqgigfjqnpqacwxjwhr" Date: Mon, 10 Nov 2003 10:35:51 -0500 Topicbox-Message-UUID: 84f3acc4-eacc-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-kndgyfeeqgigfjqnpqacwxjwhr Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit You'ld have to take our devtls stuff out of the kernel. You could run it as a process that you pipe stuff through. WOuldn't be too hard. The security and extended math libraries have been ported before, I think rsc probably has them ported to a Unix. --upas-kndgyfeeqgigfjqnpqacwxjwhr Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Mon Nov 10 10:24:37 EST 2003 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Mon Nov 10 10:24:34 EST 2003 Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 802D219B37; Mon, 10 Nov 2003 10:24:27 -0500 (EST) Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.4.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id B7FF419A8A; Mon, 10 Nov 2003 10:24:09 -0500 (EST) X-Original-To: 9fans@cse.psu.edu Delivered-To: 9fans@cse.psu.edu Received: by mail.cse.psu.edu (CSE Mail Server, from userid 60001) id 2954A199FC; Mon, 10 Nov 2003 10:23:43 -0500 (EST) Received: from athena.softcardsystems.com (mail.softcardsystems.com [12.34.136.114]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 696CD199B3 for <9fans@cse.psu.edu>; Mon, 10 Nov 2003 10:23:32 -0500 (EST) Received: from athena (athena [12.34.136.114]) by athena.softcardsystems.com (8.12.8/8.12.8) with ESMTP id hAAEPIAo021761 for <9fans@cse.psu.edu>; Mon, 10 Nov 2003 09:25:18 -0500 From: Sam X-Sender: To: <9fans@cse.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] TLSServer? Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Mon, 10 Nov 2003 09:25:18 -0500 (EST) X-Spam-Status: No, hits=0.0 required=5.0 tests=USER_AGENT_PINE version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) I need to write a Unix application that uses TLS/SSL. I looked at using OpenSSL, but lordy mama -- what an interface. Since I only need to do the server side of the communication, I thought perhaps the Plan 9 tls stuff could be used. Comments? How much work would it be to get the current code working in a Unix environ? Cheers, Sam --upas-kndgyfeeqgigfjqnpqacwxjwhr--