Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2010 23:24:57 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security Makefile ports/security/p5-Auth-YubikeyDecrypter Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201008302324.o7UNOwwU058106@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <fbsd-ports@opsec.eu>
  
  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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008302324.o7UNOwwU058106>