./security/qca-tls, Cross-platform crypto API for QT - TLS plugin

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 1.0nb9, Package name: qca-tls-1.0nb9, Maintainer: jdolecek

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.

Features:
* SSL/TLS
* X509
* RSA
* Hashing (SHA1, MD5)
* Ciphers (Blowfish, 3DES, AES)


Required to run:
[x11/qt3-libs]

Required to build:
[devel/gmake] [devel/libtool-base] [pkgtools/x11-links] [x11/qt3-tools]

Master sites:

SHA1: 775e764c5be342048eba11dae5c5fd3b636d23c5
RMD160: c553782e77ab54edde7e4f0676a3caad74dfa910
Filesize: 22.938 KB

Version history: (Expand)


CVS history: (Expand)


   2011-11-13 11:13:57 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #3595 - requested by dholland
security/qca-tls: build fix:

Revisions pulled up:
- security/qca-tls/Makefile                                     1.32

---
   Module Name:	pkgsrc
   Committed By:	gavan
   Date:		Tue Nov  8 15:38:48 UTC 2011

   Modified Files:
   	pkgsrc/security/qca-tls: Makefile

   Log message:
   Create missing directory prior to installation