From owner-cvs-ports@FreeBSD.ORG Mon Aug 30 23:24:58 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FF111065693; Mon, 30 Aug 2010 23:24:58 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1DEB58FC13; Mon, 30 Aug 2010 23:24:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7UNOwG9058107; Mon, 30 Aug 2010 23:24:58 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7UNOwwU058106; Mon, 30 Aug 2010 23:24:58 GMT (envelope-from pgollucci) Message-Id: <201008302324.o7UNOwwU058106@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Mon, 30 Aug 2010 23:24:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/p5-Auth-YubikeyDecrypter Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2010 23:24:58 -0000 pgollucci 2010-08-30 23:24:57 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Auth-YubikeyDecrypter Makefile distinfo pkg-descr pkg-plist Log: Decrypt the output from the yubikey token The hardware can be found at http://www.yubico.com/home/index/ The decryption module does only one thing - decrypt the AES encrypted OTP from the Yubikey. To this, it requires the OTP, and the AES key. Please note - this module does not perform authentication - it is a required component to decrypt the token first before authentication can be performed. WWW: http://search.cpan.org/~massyn/Auth-Yubikey_Decrypter-0.07/ PR: ports/149802 Submitted by: Kurt Jaeger Revision Changes Path 1.1124 +1 -0 ports/security/Makefile 1.1 +25 -0 ports/security/p5-Auth-YubikeyDecrypter/Makefile (new) 1.1 +3 -0 ports/security/p5-Auth-YubikeyDecrypter/distinfo (new) 1.1 +15 -0 ports/security/p5-Auth-YubikeyDecrypter/pkg-descr (new) 1.1 +5 -0 ports/security/p5-Auth-YubikeyDecrypter/pkg-plist (new)