From owner-freebsd-current@freebsd.org Wed Aug 1 13:02:59 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BF1B105B959 for ; Wed, 1 Aug 2018 13:02:59 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (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 AE9F372EBD for ; Wed, 1 Aug 2018 13:02:58 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x233.google.com with SMTP id k16-v6so15965590iom.12 for ; Wed, 01 Aug 2018 06:02:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9iFYQcW5bmYSYAKQpPKP2DdPY4RdHvnvxYD2jmtwvjQ=; b=iyxCR24fC4dqI/L954Zn7ydCbmXmQPWvyEqGSkU2iA1UvVmSLAgAnhguZdSynfF0Hq WnivKz3YwNTX4+eiGKzB85hR/dKcOh4WTlqoFhZzxJjA6RZfH2bcqlmxPV+vav6tfT9a NDWWepXvfKN80sApvLfnZ+tuy0+Q8zS4k1mSlzv0mNVoxrrwnLXhgWPzEr1xbdEGfTbv 1GtDqVC8yoB80lwOxr9H8Ceg5NMsz7IRF/y426zU7i/I8TBNcdoxj0j00btdPrN+paNM b3RARY5wgPgyJGZ2pIsUjoffNQ7RI5DtZUTBLSjohLtrFvyaewH55uwLl9GARo94Rn78 DpRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9iFYQcW5bmYSYAKQpPKP2DdPY4RdHvnvxYD2jmtwvjQ=; b=CPKUvsazI3oSGPkLC8qOdPUU/z42m5lsjmWGAvdFv/fH0sUHpQ2SYLr709UgtId7bP ck/YpzpmkvluFbvN/zGGvkMjbShV5iGiq8HYOXF6So2jOJsFWZn+Z0Iunqu4DEBUlP9e 3BuNGUweeilBVvZMy7jAYbFnKbQu39/4CrIB4EwwYyv/KLIVS4BV80TJR8NEM+aOSCOc D8+I7vOFcQV3nFS9QWOUoweXtUpHCqDFzgjxShjGuHhCM1DR9e+YxiJUM0po2uA0+Xzc TXHBXp+aT0xVP1elVSs/c8yftRrqe6D7ciKdnIg/Aiz4NdGEgntcEkFW3sHP0Nn17Ln6 hPoA== X-Gm-Message-State: AOUpUlHpBAquF2VnJ11lEgVer/uWRhKuTPdvYHwb/H1m50O6VvniwOpP wh520FOkxCPyYxf3zAVgLuWsIo5VjSo6bwHa7dQMHw== X-Google-Smtp-Source: AAOMgpeua2uji37665Jo3KSqhx78c+24h3sP4o9fScVTtTBwXOSp64OteB/mdos3JzjKyjEX3Pu6HBriOS55QEWwyyQ= X-Received: by 2002:a6b:3902:: with SMTP id g2-v6mr3217918ioa.168.1533128577684; Wed, 01 Aug 2018 06:02:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Warner Losh Date: Wed, 1 Aug 2018 14:02:46 +0100 Message-ID: Subject: Re: Status of OpenSSL 1.1.1 To: Eric McCorkle Cc: FreeBSD Hackers , freebsd-security , "freebsd-arch@freebsd.org" , freebsd-current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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, 01 Aug 2018 13:02:59 -0000 On Wed, Aug 1, 2018, 12:31 PM Eric McCorkle wrote: > Hi folks, > > I'm wondering what's the status of OpenSSL 1.1.1 integration into base? > More specifically, is there a repo or a branch that's started the > integration? I'm aware of the wiki page and the list of port build > issues, but that seems to be based on replacing the base OpenSSL with a > port build (similar to the way one replaces it with LibreSSL). > > I have some work I'd like to do that's gating on sorting out the > kernel/loader crypto situation, and I'd very much like to see OpenSSL > 1.1.1 get merged, so I can start to look into doing that. > There are patches to use bear SSL for the loader. OpenSSL is simply too large to use due to limits the loader operates under. Warner Incidentally, if there's something I can do to help out with integrating > 1.1.1 into base, I'd potentially be interested. > >