]> Git Repo - buildroot-mgba.git/commit - DEVELOPERS
wolfssl: new package
authorSergio Prado <[email protected]>
Sat, 23 Dec 2017 16:32:15 +0000 (14:32 -0200)
committerThomas Petazzoni <[email protected]>
Sat, 30 Dec 2017 20:20:35 +0000 (21:20 +0100)
commit82eec03c592497068fb6b26d01371a353a74ec6b
tree07878f9e6cc8ccbcb0b2b75959473d5b75548754
parent2f7382b6f6c2fcb0f0a26ec1cf19df9128257cc3
wolfssl: new package

The wolfSSL embedded SSL library is a lightweight and portable
SSL/TLS library.

Tested on Beaglebone Black using a tool called testsuite that
comes with wolfssl source code inside the testsuite/ directory.
To build it, we have to pass --enable-examples in the configure,
and then manually copy the binary to the rootfs. Also, to use
this tool, you will we need to copy the certs/* directory to the
rootfs.

Build-tested with test-pkg script.

Signed-off-by: Sergio Prado <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
DEVELOPERS
package/Config.in
package/wolfssl/Config.in [new file with mode: 0644]
package/wolfssl/wolfssl.hash [new file with mode: 0644]
package/wolfssl/wolfssl.mk [new file with mode: 0644]
This page took 0.03526 seconds and 4 git commands to generate.