From owner-freebsd-hackers@freebsd.org Sat Mar 5 23:15:15 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44386A139E9 for ; Sat, 5 Mar 2016 23:15:15 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E8EB9CD for ; Sat, 5 Mar 2016 23:15:15 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-ob0-x235.google.com with SMTP id ts10so79003942obc.1 for ; Sat, 05 Mar 2016 15:15:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=mXKs82LLkw8ySlf+KiUYSoBvidyq+cyS8Smheh+HhPs=; b=cRUuD7N8HGaxlyVGDIUj5gKQKCzN2izWwxWAppksc8Ri96ftPXl6QTHNNw3lVjP6mr YH9gRpMsP1/0t3f7RNWnlKvyNn93DCK+2KtI9Z0r7MJ7W7C1MTdy/oJ9D/9RmOhkPlxJ VO1DvPAgmRyIOWnm0pHSmQjvGixO4Oh6kYUEoqtEeimIlcSSczTnPTh2/sTuIzqLAAjB xvnrRjq/CAbOq+zGEGVcmZFwyDgLTZ6kJmggLGlv9cEPjtrZnkeNb94tLh9xhVy5vj6I zQaoDuhX/OVqr6U1UpvzMYy8I/Ur59nDoslJzppSjM1GhCN6Nw+Z4HQYhYejcvwGSZwJ 1I7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=mXKs82LLkw8ySlf+KiUYSoBvidyq+cyS8Smheh+HhPs=; b=jwUHCIW4Em0kHRWdsw+ryfm4ZQp4a0Y7g+E7/OkDEbAC47jaL+KgmeMJRlukccgBrA 5lJyK7Mnkv5F7/o+hK6mDvjOqk68ajYJmLICQUGsAvVbhkZk0wXxkqsmKs+jezJaPpYT UmAwGvE+262FWu8AISb7sxXEmACCn+aao3WdcnRQ5eXB5s+vJfXIz6MZPXr+HwzWmSlS 1kBbFsrHFkS5BqS2owb5UzipMZ47AikqKydLwfOIioMv6ocYGX9QJePS6kWERx8yPQge NLqNjxyxGfyQ07xqV5EMNnm+hwE1SvWx4KQ22ISQmcBjs1KstlZFXG+jypnuyJMSwOWl DlRg== X-Gm-Message-State: AD7BkJIgB13L8gesDgyH4yytA6hz9E1Bs1C3nNvncn63qP4nMrrltdBJKObbXxDho4gsaSeg+v5x0PSAvKXswA== MIME-Version: 1.0 X-Received: by 10.182.34.167 with SMTP id a7mr10108721obj.41.1457219713718; Sat, 05 Mar 2016 15:15:13 -0800 (PST) Received: by 10.202.64.138 with HTTP; Sat, 5 Mar 2016 15:15:13 -0800 (PST) In-Reply-To: References: Date: Sat, 5 Mar 2016 16:15:13 -0700 Message-ID: Subject: Re: Looking for security-related intro project From: alan somers To: =?UTF-8?B?S2FtaWxhIFNvdcSNa292w6E=?= Cc: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2016 23:15:15 -0000 On Sat, Mar 5, 2016 at 3:45 PM, Kamila Sou=C4=8Dkov=C3=A1 w= rote: > Hello, > > I am looking for a project that would help me get started with contributi= ng > to FreeBSD. I am most interested in something security-related (and as I > need a project for a security class at my university, going for security > would allow/force me to dedicate more time to this). I am aware that > "starting with security" sounds like a horrible idea, and I would like to > try anyway. Non-trivial is OK (in fact, good). Any suggestions? > > (BTW, I have seen PR 206607 - Update base OpenSSL to 1.0.2, but that > probably wouldn't be accepted for my school project.) > > Thank you! > > Kamila > _______________________________________________ > > How about adding Capsicum support to your favorite daemon? It never hurts to sandbox anything with an IP socket. -Alan