Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2008 00:12:57 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security Makefile ports/security/qca-ossl Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200808050012.m750Cv02077895@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2008-08-05 00:12:57 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/qca-ossl    Makefile distinfo pkg-descr pkg-plist 
  Log:
  Taking a hint from the similarly-named Java Cryptography Architecture,
  QCA aims to provide a straightforward and cross-platform crypto
  API, using Qt datatypes and conventions. QCA separates the API from
  the implementation, using plugins known as Providers. The advantage
  of this model is to allow applications to avoid linking to or
  explicitly depending on any particular cryptographic library. This
  allows one to easily change or upgrade crypto implementations
  without even needing to recompile the application. QCA should work
  everywhere Qt does, including Windows/Unix/MacOSX.
  
  Capabilities:
  TLS, CMS, X.509, RSA, DSA, Diffie-Hellman, PKCS#7, PKCS#12, SHA0,
  SHA1, SHA224, SHA256, SHA384, SHA512, MD2, MD4, MD5, RIPEMD160,
  Blowfish, DES, 3DES, AES128, AES192, AES256, CAST5, HMAC(SHA1, MD5,
  RIPEMD160), PBKDF1(MD2, SHA1), PBKDF2(SHA1)
  
  WWW: http://delta.affinix.com/qca/
  
  Revision  Changes    Path
  1.987     +1 -0      ports/security/Makefile
  1.1       +35 -0     ports/security/qca-ossl/Makefile (new)
  1.1       +3 -0      ports/security/qca-ossl/distinfo (new)
  1.1       +18 -0     ports/security/qca-ossl/pkg-descr (new)
  1.1       +4 -0      ports/security/qca-ossl/pkg-plist (new)



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