From owner-freebsd-current@FreeBSD.ORG Wed Apr 2 11:00:20 2014 Return-Path: Delivered-To: current@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 F3B7E1E1 for ; Wed, 2 Apr 2014 11:00:19 +0000 (UTC) Received: from mail-ob0-f176.google.com (mail-ob0-f176.google.com [209.85.214.176]) (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 BFE3ADC8 for ; Wed, 2 Apr 2014 11:00:19 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id wp18so14274obc.35 for ; Wed, 02 Apr 2014 04:00:19 -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=WcBgMF/svHkb0cJpt32plUw3OBHhQiW0OaSE2P4vGBw=; b=nCyYPX0Rnx240gr2TZAV7suK1Wjku1M45hmo6zBWK4UHotvm8qPd5k7iOHWb3VkZUL WbSepNkG3/zwdvf1Ht8tvuQatBMnCc4ieC7prtkjoe1tPAVMW39ETDJHEDCcUX7UpWcW zTh15qJ1cEOHQ+0cDe0WAzp3z6O048S9IPcSlbolHBQqgHNpdl+B9PPlk6SBRNR89EOu Bvgw+Js/X2Wfu84KW8pGzJC9klAQvwopyWdCeB4qIMlwu77ejhkqpFrHMVIsOX5w0n8G lQn5z3XxUPZH/5ez8I6r5pGNLTgSlQwYTALQ/Hw5TCb+OtXXIaZjAYxyg1oBTI5XCxlc oeyw== X-Gm-Message-State: ALoCoQmCVIeL+8OhsdAB5Cp5aE4j4WBUqDzp8W2PztoRq51tozLDDWeQx7R2Wgr/CieNWJFtIa4H MIME-Version: 1.0 X-Received: by 10.60.50.197 with SMTP id e5mr7747793oeo.39.1396436418967; Wed, 02 Apr 2014 04:00:18 -0700 (PDT) Received: by 10.182.130.168 with HTTP; Wed, 2 Apr 2014 04:00:18 -0700 (PDT) Date: Wed, 2 Apr 2014 13:00:18 +0200 Message-ID: Subject: Adding Encryption Algorithm to Kernel From: Shady Elhamy To: current@FreeBSD.org X-Mailman-Approved-At: Wed, 02 Apr 2014 11:35:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2014 11:00:20 -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