Jacob Barthelmeh 3f22721a86 use version from wolfssl/version.h with driver | 3 lat temu | |
---|---|---|
.. | ||
CAAM-DRIVER | 3 lat temu | |
example-client | 3 lat temu | |
example-cmac | 3 lat temu | |
example-server | 3 lat temu | |
README.md | 3 lat temu | |
include.am | 3 lat temu |
This directory contains;
To build either of these, first build wolfSSL with support for use with QNX CAAM. To do this use the configure option --enable-caam=qnx
bash
source ~/qnx700/qnxsdp-env.sh
./configure --host=arm-unknown-nto-qnx7.0.0eabi --enable-caam=qnx
make
Once the wolfSSL library has been built cd to IDE/QNX/CAAM-DRIVER and run "make". This will produce the wolfCrypt resource manager. It should be started on the device with root permisions. Once wolfCrypt is running on the device with root permisions then any user with access to open a connection to wolfCrypt can make use of the driver.