]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
wolfssl: new package
authorSergio Prado <sergio.prado@e-labworks.com>
Sat, 23 Dec 2017 16:32:15 +0000 (14:32 -0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
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 <sergio.prado@e-labworks.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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]