From owner-freebsd-security@FreeBSD.ORG Wed Apr 2 11:00:49 2014 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D8C91F0 for ; Wed, 2 Apr 2014 11:00:49 +0000 (UTC) Received: from mail-oa0-f51.google.com (mail-oa0-f51.google.com [209.85.219.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48EBADCE for ; Wed, 2 Apr 2014 11:00:49 +0000 (UTC) Received: by mail-oa0-f51.google.com with SMTP id i4so19036oah.10 for ; Wed, 02 Apr 2014 04:00:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=t//3L/MWlTxJuWSXmOxHKUOtWbUjsbn7Bo+EwME5zM8=; b=m5XiOHkA6dmH86rpa7s+TAK7Oj3BD79hmoWRN04FRa7B+OyKLX4userIINjbW9nY8P IYi1U4tYf/G8fOyotvtJMJswP+TwukpMd6sY2fPNBnOUPX5kSK8Y/VbeD4zdieVSQCq5 yt7T5fQVGTMewggd+LxxcwxUksRSuHSZVREziMAOcAAhlJLBJCgdNRJZBS3iMzzYJAHL mx6mOC1ye9jzdAZxn2cz0THZl+Ow4zEQuuNxzcv7ntw3ZEe4FjmANwynblG+OuFsPFLr Q+jVd3HC47iW+dubSgZ99ctN/rH06OesC2TZCts8UFNtGjlzTgC1xVbwU/HEDfUbqi+U l5Vg== X-Gm-Message-State: ALoCoQnpvwOtE9mlGjSIuCYthimnUUFPU4zRjk6jihtUMrFLunIVBbUtfOJcSmyE+PyBWcG9QKJ3 MIME-Version: 1.0 X-Received: by 10.60.226.198 with SMTP id ru6mr1595985oec.49.1396436448334; Wed, 02 Apr 2014 04:00:48 -0700 (PDT) Received: by 10.182.130.168 with HTTP; Wed, 2 Apr 2014 04:00:48 -0700 (PDT) Date: Wed, 2 Apr 2014 13:00:48 +0200 Message-ID: Subject: Adding Encryption Algorithm to Kernel From: Shady Elhamy To: freebsd-security@freebsd.org X-Mailman-Approved-At: Wed, 02 Apr 2014 11:36:32 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.17 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 Apr 2014 11:00:49 -0000 Hi I am working on a project and i want to add an encryption algorithm to freeBSD kernel. What are the steps ? Which files should i change ? I have searched the internet and the forums and mailing lists, but couldn't find anything. I was hoping you could help me out. Thanks in advance, Shady