cvs commit: ports/security Makefile ports/security/pkcs11-helper Makefile distinfo pkg-descr pkg-plist ports/security/pkcs11-helper/files patch-configure

Alex Dupre ale at FreeBSD.org
Mon Jan 8 01:12:58 PST 2007


ale         2007-01-08 09:12:58 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/pkcs11-helper Makefile distinfo pkg-descr pkg-plist 
    security/pkcs11-helper/files patch-configure 
  Log:
  pkcs11-helper is a library that simplifies the interaction
  with PKCS#11 providers for end-user applications.
  
  pkcs11-helper allows using multiple PKCS#11 providers at
  the same time, enumerating available token certificates, or
  selecting a certificate directly by serialized id, handling
  card removal and card insert events, handling card re-insert
  to a different slot, supporting session expiration and much
  more all using a simple API.
  
  pkcs11-helper is not designed to manage card content, since
  object attributes are usually vendor specific, and 99% of
  application need to access existing objects in order to
  perform signature and decryption.
  
  WWW:    http://www.opensc-project.org/pkcs11-helper/
  
  Revision  Changes    Path
  1.850     +1 -0      ports/security/Makefile
  1.1       +37 -0     ports/security/pkcs11-helper/Makefile (new)
  1.1       +3 -0      ports/security/pkcs11-helper/distinfo (new)
  1.1       +13 -0     ports/security/pkcs11-helper/files/patch-configure (new)
  1.1       +19 -0     ports/security/pkcs11-helper/pkg-descr (new)
  1.1       +16 -0     ports/security/pkcs11-helper/pkg-plist (new)


More information about the cvs-ports mailing list