From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 09:55:15 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B81D106567A for ; Mon, 24 Jan 2011 09:55:15 +0000 (UTC) (envelope-from ali64iust@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0870D8FC12 for ; Mon, 24 Jan 2011 09:55:14 +0000 (UTC) Received: by iwn39 with SMTP id 39so3916336iwn.13 for ; Mon, 24 Jan 2011 01:55:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=gt327wWRbKdG7IljJXcXGWnXkabgPkp1ILIELphw6vk=; b=CPWMrsMlsM5nOjU8BermS3Xv+WF+PLyCqqRUg04DONPxEwd1bjjv9WelqTe5GkDMR4 tvN8+dwhTTwftP/mzxyopP+XHvvMApE98kgoVriIXLDg8jHCBM6xKDfmSZXwO2WDJ4io 21PPQf56qytSMGJ26EWXtI5buzKwO4qwDNlaI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Z/kyIJyx0vzuua1Pf7dKGUqMosqMijT1iuLYtTY+BNJ9Snjt33LHi82o50BxYnmSNP cXitRa4DDxZGuLOfuU9nTQajBn3QYQEYeO1iy1KoiiBXNATdFDZIQmYddbOgb3T3OxdN VVkq49T/XKVmNEv9K4/hBkxZYQtYDgJO/uVoU= MIME-Version: 1.0 Received: by 10.42.228.3 with SMTP id jc3mr4515052icb.307.1295862914329; Mon, 24 Jan 2011 01:55:14 -0800 (PST) Received: by 10.42.178.74 with HTTP; Mon, 24 Jan 2011 01:55:14 -0800 (PST) Date: Mon, 24 Jan 2011 13:25:14 +0330 Message-ID: From: alireza imani To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: using openssl in kernel module that are loaded at runtime X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 09:55:15 -0000 I've got a quick question about using openssl within custom kernel modules that are loaded at runtime. Is openssl designed to be used within kernel modules? Specifically I want to use some the des and aes encryption routines. I have a kernel module (for an embedded system) that includes .