%general-entities; ]> $LastChangedBy$ $Date$ Qca-&qca-version; qca Introduction to Qca 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. &lfs78_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &qca-md5sum; Download size: &qca-size; Estimated disk space required: &qca-buildsize; Estimated build time: &qca-time; Qca Dependencies Required , , and Optional , , , , , , , , , , and User Notes: Installation of Qca Install Qca by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \ -DCMAKE_BUILD_TYPE=Release \ -DQT4_BUILD=ON \ -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man \ .. && make To test the results, issue make test. Now, as the root user: make install Command Explanations -DCMAKE_BUILD_TYPE=Release: This switch is used to apply a higher level of compiler optimizations. -DQT4_BUILD=ON: This switch is used to force building with Qt4 even if Qt5 is found. -DQCA_MAN_INSTALL_DIR:PATH=/usr/share/man: Install the qca man page in the normal location. Contents Installed Programs Installed Libraries Installed Directories mozcerts and qcatool libqca.so and plugins at &qt4-dir;/lib/qca/crypto &qt4-dir;/include/QtCrypto, &qt4-dir;/lib/cmake/Qca and &qt4-dir;/lib/qca Short Descriptions mozcerts is a command line tool for converting certdata.txt into outfile.pem files. mozcerts qcatool is a command line tool for performing various cryptographic operations with Qca. qcatool libqca.so is the Qt Cryptography Architecture (Qca) library. libqca.so