From owner-svn-src-head@freebsd.org Tue Feb 2 21:16:45 2016 Return-Path: Delivered-To: svn-src-head@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 BE2FAA99957; Tue, 2 Feb 2016 21:16:45 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-yk0-f176.google.com (mail-yk0-f176.google.com [209.85.160.176]) (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 83939820; Tue, 2 Feb 2016 21:16:45 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-yk0-f176.google.com with SMTP id z13so1183803ykd.0; Tue, 02 Feb 2016 13:16:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=bnH6CogWhjWwZfKZCGZ/oAhErjadWAXe0TjcUI+Caz0=; b=S/IDs0crHSc/9qg1txTyrbQxFSUInopkzBmluP3/V5L28SNOzbhEURVtiqgB6UJUXy IiWdS6doc54XWuvH895xIDC9ANoTJgd01f6VqgPd+VZf54DoQoFaRcuxhVPir9e7k0bU Mqc8hMwQOiYVdGHKMRoPlKPjuLuMT0oa/ps2m86OvxfLWRNuIF1TBxljT4uLMwREJw4w PSlIpVPzjf5fjTxGJZ8MbYrAxHzhdEppIQH1Mr2fRmhQLHBhcGmnzrkREEVfLcpxC5v4 a3NWK0o+UbRkbBNpJOxkWfufiIvo6kDDgN1QvZKEDtSfM4REd1h4GYmRHwuWvVXfh3vw VV6Q== X-Gm-Message-State: AG10YOT6Uo04KMpUM2nNrnyP71zKczu4EjvF+XsFkLVVGHJD/7gJmhNAAZnZuAXyWomUjA== X-Received: by 10.37.64.198 with SMTP id n189mr12149673yba.124.1454438451147; Tue, 02 Feb 2016 10:40:51 -0800 (PST) Received: from mail-yk0-f171.google.com (mail-yk0-f171.google.com. [209.85.160.171]) by smtp.gmail.com with ESMTPSA id h129sm664371ywf.56.2016.02.02.10.40.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Feb 2016 10:40:51 -0800 (PST) Received: by mail-yk0-f171.google.com with SMTP id z13so91170146ykd.0; Tue, 02 Feb 2016 10:40:50 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.37.83.133 with SMTP id h127mr21139443ybb.115.1454438450665; Tue, 02 Feb 2016 10:40:50 -0800 (PST) Reply-To: cem@FreeBSD.org Received: by 10.37.4.23 with HTTP; Tue, 2 Feb 2016 10:40:50 -0800 (PST) In-Reply-To: References: <201602020014.u120Ep7e084908@repo.freebsd.org> Date: Tue, 2 Feb 2016 10:40:50 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r295134 - head/sys/kgssapi/krb5 From: Conrad Meyer To: Alan Somers Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2016 21:16:45 -0000 On Tue, Feb 2, 2016 at 10:21 AM, Alan Somers wrote: > On Mon, Feb 1, 2016 at 5:14 PM, Conrad E. Meyer wrote: >> URL: https://svnweb.freebsd.org/changeset/base/295134 >> >> Log: >> kcrypto_aes: Use separate sessions for AES and SHA1 > > Thanks for doing this, Conrad. Could you also please MFC it once > stable/10 thaws? Sorry, I don't do stable branches. If you would like to MFC it to 10, please go ahead. Best, Conrad