- Feb 19, 2020
-
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
Updated the shell script that generates the certificates and the documentation accordingly. Caveat: now installation is a 2-step procedure, installing OS and application are split into 2 commands.
-
gendx authored
Don't lock the allocator with spin.
-
- Feb 18, 2020
-
-
gendx authored
-
kaczmarczyck authored
Mentions webauthn.io at the end of install.md.
-
Fabian Kaczmarczyck authored
-
- Feb 17, 2020
-
-
gendx authored
-
- Feb 10, 2020
-
-
Julien Cretin authored
-
- Feb 09, 2020
-
-
Julien Cretin authored
Fixes #25
-
- Feb 07, 2020
-
-
gendx authored
-
gendx authored
Update the ring dev dependency version.
-
Guillaume Endignoux authored
-
gendx authored
-
- Feb 06, 2020
-
-
gendx authored
Don't dereference slices obtained from include_bytes.
-
Jean-Michel Picod authored
Fix run_desktop_tests.sh script
-
gendx authored
Pass features to crypto bench example.
-
Guillaume Endignoux authored
-
Jean-Michel Picod authored
The script begins with `set -eux` and therefore will fail when using an undefined variable. This is the case with `TRAVIS_OS_NAME` outside of Travis.
-
Guillaume Endignoux authored
-
Jean-Michel Picod authored
Enable Travis on OSX
-
Guillaume Endignoux authored
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
Only do the build/link check. The unit tests are only ran on linux.
-
gendx authored
Decrease the number of tests in debug mode, to account for slower CI on Travis
-
Guillaume Endignoux authored
-
Guillaume Endignoux authored
-
Guillaume Endignoux authored
-
Jean-Michel Picod authored
Change the way private key and cert are embedded.
-
Jean-Michel Picod authored
Python3 on Travis is old (3.5) so crcmod is installed by pip anyway.
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
Python3-setuptools seems old and installing crcmod (dependency from tockloader) from pip fails because of this. Installing from the system package manager should solve the problem.
-
Jean-Michel Picod authored
Update install.md
-
Jean-Michel Picod authored
-
Jean-Michel Picod authored
-
Derry Pratama authored
Fixed the link for TC2050 Tag-Connect programming cable. The right cable that connect to the Tag-Connect TC2050 ARM2010 adapter is the TC2050-IDC-NL instead of TC2050-IDC-NL-050-ALL.
-
- Feb 05, 2020
-
-
Jean-Michel Picod authored
Trusty is quite old and Xenial is the default. We should be fine not giving any distribution. This will give us a more recent OpenSSL version.
-
Jean-Michel Picod authored
OpenSSL seems to serialize bigints as signed value, which means the ECC key may end up being 33 bytes instead of the 32 bytes we're expecting, causing build to fail. The shell script extraction is now replaced by a build.rs script that uses OpenSSL to extract the content and do sanity checks. Forcing generating cryptographic materials now always generate a key and a certificate (useful to compile/flash multiple keys without them being considered as clones). The self-signed CA is left untouched.
-
gendx authored
Bump rust-toolchain and linked-list-allocator versions.
-
- Feb 04, 2020
-
-
gendx authored
Update arrayref version in libraries/crypto.
-
Guillaume Endignoux authored
-