-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Comments
Thanks for pointing this out, I'll update the readme file to add information about axTLS use and its license. |
Maybe there should be a binary release from this repository instead (IE:
using tags) for those that don't have a build environment available?
That way those without make can grab a ZIP file, and not need to worry
about even installing git.
…On Mon., 13 Mar. 2017, 15:28 Ivan Grokhotkov, ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3038 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPEP9akS-Mclhpt1az17yUziDGz1kIAks5rlMXtgaJpZM4Ma1SO>
.
|
There are tagged releases (see releases page of the repository), which can be installed from the boards manager in the IDE. |
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.The text was updated successfully, but these errors were encountered: