From owner-cvs-src@FreeBSD.ORG Mon May 22 16:32:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5686B16B9BA; Mon, 22 May 2006 16:32:33 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 466D143D66; Mon, 22 May 2006 16:32:25 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 7754B52DE5; Mon, 22 May 2006 18:32:23 +0200 (CEST) Received: from localhost (public-gprs2499.centertel.pl [87.96.9.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id CA64950EA7; Mon, 22 May 2006 18:32:09 +0200 (CEST) Date: Mon, 22 May 2006 18:29:59 +0200 From: Pawel Jakub Dawidek To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20060522162959.GA17117@garage.freebsd.pl> References: <200605221624.k4MGOBWj078054@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <200605221624.k4MGOBWj078054@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00 autolearn=ham version=3.0.4 Cc: Subject: Re: cvs commit: src/sys/opencrypto cryptodev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2006 16:32:42 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 22, 2006 at 04:24:11PM +0000, Pawel Jakub Dawidek wrote: +> pjd 2006-05-22 16:24:11 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/opencrypto cryptodev.c=20 +> Log: +> Fix usage of HMAC algorithms via /dev/crypto. Tested with: cryptotest + ubsec(4) Tested with: cryptotest + kern.cryptodevallowsoft=3D1 Before my changes it didn't worked at all, AFAIK (returned EINVAL). After my addition of cuio_apply() it paniced the kernel. Now it works. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --azLHFNyN32YCQGCU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEcecHForvXbEpPzQRAjUSAKCKDOCWPF21rthP8qIJ1sXkZ+wVjQCg23CB bD8lnspzNIn+z6ONffx0pjo= =aZkD -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU--