wolfssl-examples/crypto/MagicCrypto
Andras Fekete 2d1ef4dd38 First commit 2023-07-31 11:03:10 -04:00
..
MagicCrypto.patch First commit 2023-07-31 11:03:10 -04:00
Makefile First commit 2023-07-31 11:03:10 -04:00
README.md First commit 2023-07-31 11:03:10 -04:00
client.c First commit 2023-07-31 11:03:10 -04:00
common.h First commit 2023-07-31 11:03:10 -04:00
server.c First commit 2023-07-31 11:03:10 -04:00

README.md

MagicCrypto example usage with wolfSSL

Place this folder into wolfssl/MagicCrypto. You will need to compile wolfSSL with: ./configure --enable-ariagcm --disable-shared --enable-cryptocb --enable-all && make -j16 src/libwolfssl.la

Then simply doing make in the MagicCrypto folder will produce a client and server example. This uses some certificates from the wolfSSL repo. To run, simply start ./server and ./client 127.0.0.1 in the MagicCrypto folder.