Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2006 17:04:13 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security Makefile ports/security/engine_pkcs11 Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200606121704.k5CH4DkF092632@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ale         2006-06-12 17:04:13 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/engine_pkcs11 Makefile distinfo pkg-descr pkg-plist 
  Log:
  Engine_pkcs11 is an implementation of an engine for OpenSSL.
  It can be loaded using code, config file or command line and
  will pass any function call by openssl to a PKCS#11 module.
  Engine_pkcs11 is meant to be used with smart cards and software
  for using smart cards in PKCS#11 format, such as OpenSC.
  
  WWW:    http://www.opensc-project.org/engine_pkcs11/
  
  Note: the port requires the OpenSSL installed from ports,
  since dynamic engine loading is disabled in base system.
  See PR bin/79570 for details.
  
  Revision  Changes    Path
  1.781     +1 -0      ports/security/Makefile
  1.1       +35 -0     ports/security/engine_pkcs11/Makefile (new)
  1.1       +3 -0      ports/security/engine_pkcs11/distinfo (new)
  1.1       +10 -0     ports/security/engine_pkcs11/pkg-descr (new)
  1.1       +4 -0      ports/security/engine_pkcs11/pkg-plist (new)



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