From owner-freebsd-security@FreeBSD.ORG Wed Jun 2 12:46:56 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D306916A4CE for ; Wed, 2 Jun 2004 12:46:56 -0700 (PDT) Received: from mail1.itu.edu.tr (mail1.itu.edu.tr [160.75.2.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C821843D46 for ; Wed, 2 Jun 2004 12:46:55 -0700 (PDT) (envelope-from nebi@itu.edu.tr) Received: from ao058 (ao058.cc.itu.edu.tr [160.75.5.58]) by mail1.itu.edu.tr (8.12.11/8.12.11) with ESMTP id i52Jl5Tl004471 for ; Wed, 2 Jun 2004 22:47:05 +0300 Message-Id: <200406021947.i52Jl5Tl004471@mail1.itu.edu.tr> From: "Nebi Gurbanov" To: Date: Wed, 2 Jun 2004 22:46:56 +0300 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Thread-Index: AcRI2lycIG57TGU7QFeEO3cJzBg0hg== X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-SpamCheck: not spam, SpamAssassin (score=0.81, required 6, HTML_30_40 0.81, HTML_MESSAGE 0.00) X-MailScanner-From: nebi@itu.edu.tr Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: How to configure applications so that they could use hardware ssl accelerator X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2004 19:46:57 -0000 Greetings, i came accross some comments about hardware ssl accelerator use under *nix in this list , and applied some of this information (which are post approximately 2 months ago) successfully to make apache to use hardware ssl accelerator . To do so i just wrote "SSLCryptoDevice ubsec" option to my httpd.conf and httpd started to use my Broadcom accelerator . But i still have problem , since i cannot make imaps , pops to use hardware ssl accelerator . I guess some guys in this list may have information about the usage of ssl accelerator with imaps ,pops applications (which are run under xinetd in RedHat AS 3.0) . Thanks in advance for your comments ..