From owner-freebsd-net@FreeBSD.ORG Thu Nov 8 02:52:56 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48B47ECF for ; Thu, 8 Nov 2012 02:52:56 +0000 (UTC) (envelope-from vijju.singh@gmail.com) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0C8948FC08 for ; Thu, 8 Nov 2012 02:52:54 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id c10so1121179eaa.13 for ; Wed, 07 Nov 2012 18:52:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=PkNOLnUW4dwvKcDg7ryfFVxcyYrLlmlTyT1XIwA0pfE=; b=hnkGBFtqrtg8dwOZYGKXT2htACePN9W4yYvOy4OYbJi7OfZ4dv7Lh9Bzwxb6yEiMv1 oWiXCEIBwLtXBo6jZXKgx3LAOKmdbk1GZdSAfJoluSekjj8PdzOJxwsTWC4SEfiRTx4b qFug0wb3wYIP3DBx+qoC4kCtgfoTqmChwReoCNtAWSMuuZRHtlEp6U+kG+AtcZvzkrij 09oxLMxhKLsbxPjfnw8exQ8LJ1iSTvU5DKpFPkJjl6APv/egYVYn4P/Xczqr48EmDy3W Vwqa/KJ0Tn16mx0MQs9bPLJ3O59Ody2u2rQLODaYB4AY6TaUoH6GX6r7jCkLzHnWJrgU 0SHw== MIME-Version: 1.0 Received: by 10.14.173.67 with SMTP id u43mr22462245eel.27.1352343173680; Wed, 07 Nov 2012 18:52:53 -0800 (PST) Received: by 10.14.176.7 with HTTP; Wed, 7 Nov 2012 18:52:53 -0800 (PST) Date: Wed, 7 Nov 2012 18:52:53 -0800 Message-ID: Subject: SSL with kernel sockets From: Vijay Singh To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 02:52:56 -0000 Hi, I am working on a project with FreeBSD that requires the use of SSL with kernel sockets (in a kmod). Does FreeBSD support this?