cvs commit: ports/security Makefile ports/security/p5-Auth-YubikeyDecrypter Makefile distinfo pkg-descr pkg-plist

Philip M. Gollucci pgollucci at FreeBSD.org
Mon Aug 30 23:24:58 UTC 2010


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 at 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)


More information about the cvs-ports mailing list