Skip to content

axTLS is shipped as a binary blob without attribution #3038

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
micolous opened this issue Mar 13, 2017 · 3 comments
Closed

axTLS is shipped as a binary blob without attribution #3038

micolous opened this issue Mar 13, 2017 · 3 comments

Comments

@micolous
Copy link

e8b8a60

It looks like you're shipping axTLS as a binary blob. That should really be built from source, such that anyone can update it. Consider using git submodule in order to pull in the source from upstream.

The code is also BSD licensed, and the copyright doesn't appear to be mentioned anywhere in the product documentation apart from the ssl.h header file.

@igrr
Copy link
Member

igrr commented Mar 13, 2017

Thanks for pointing this out, I'll update the readme file to add information about axTLS use and its license.
The issue with building axTLS from source is that it prevents the repository from being usable via "git clone into Arduino hardware folder" method. One would also need make to be installed to build axTLS, and unfortunately make is not available on all platforms by default.

@micolous
Copy link
Author

micolous commented Mar 13, 2017 via email

@igrr
Copy link
Member

igrr commented Mar 13, 2017

There are tagged releases (see releases page of the repository), which can be installed from the boards manager in the IDE.

@igrr igrr closed this as completed in a01638f Mar 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants