Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-11 | Fix --conflicts inconsistency between build scripts and Makefile. | Rob Austein | |
scripts/build-*.py were treating --conflicts as a sequence of arguments while Makefile was treating as a single argument whose value might contain whitespace. No big deal either way for the scripts, and Makefile is complicated enough, so go with Makefile's approach. Add some pedantic quoting to Makefile while we're at this, out of general paranoia and because the inconsistencies were puzzling. | |||
2017-05-11 | Latest minor changes. | Rob Austein | |
2017-05-11 | (Finally!) Back to master branch. | Rob Austein | |
2017-05-10 | Homebrew wants transitive closure of our Python dependencies. | Rob Austein | |
2017-05-09 | Bump version number, pull in README updates. | Rob Austein | |
2017-05-04 | Drag in PKCS #11 bugfixes. | Rob Austein | |
2017-05-03 | Major change: no-rtos branch merged into ksng. | Rob Austein | |
Goodbye, CMSIS RTOS, with your interrupt-unsafe mutexes, your priority inversions, and your thread structure that no debugger understands. Don't let the door hit you on the way out. | |||
2017-04-27 | Update binaries to include updated cryptech_upload script. | Rob Austein | |
2017-04-26 | Drag in bad-PIN delay change. | Rob Austein | |
2017-04-23 | Drag in today's sw/libhal fixes. | Rob Austein | |
2017-04-20 | Drag in this week's bugfixes and features. | Rob Austein | |
2017-04-15 | Update Homebrew formula. | Rob Austein | |
* Drop dependency on SQLite3; * Add dependency on Tornado; * Use setup.py to install our own Python code; * Document the Python voodoo better, well, differently. | |||
2017-04-14 | Update Debian package dependencies. | Rob Austein | |
No longer depends on sqlite3. Does now depend on python-tornado: on some platforms (Debian Jessie) this may need to come from backports. | |||
2017-04-14 | Target to restore staging repository after an oops. | Rob Austein | |
2017-04-14 | Update .gitignore. | Rob Austein | |
2017-04-14 | Use correct options to "git clean", sigh. | Rob Austein | |
2017-04-14 | Might work better if we were to write emit Python. | Rob Austein | |
2017-04-14 | Add "tidy" target, like clean but leaves firmware build tree alone. | Rob Austein | |
2017-04-14 | First cut at a setup.py for our Python code. | Rob Austein | |
2017-04-14 | Doh, works better if one remembers to push all submodule commits first. | Rob Austein | |
2017-04-14 | Drag several months worth of changes on the ksng and pymux branches. | Rob Austein | |
2017-03-09 | Whoops, new build dependency on core/platform/common. | Rob Austein | |
2017-03-09 | Drag in software support for ecdsa cores. | Rob Austein | |
2017-03-07 | Merge branch 'master' into ksng. | Rob Austein | |
2017-03-07 | Drag in submodule changes. | Rob Austein | |
2017-03-07 | Add ECDSA cores. | Rob Austein | |
2016-12-28 | Pull in Joachim's updated ChaCha core. | Rob Austein | |
2016-12-28 | Pull in Joachim's updated ChaCha core. | Rob Austein | |
2016-12-23 | Pull in fix to dumb "key number" display bug. | Rob Austein | |
2016-12-21 | Pull in bootloader PIN fix. | Rob Austein | |
2016-12-21 | Drag in cryptech_upload race condition fix. | Rob Austein | |
2016-12-20 | DFU bugfixes. | Rob Austein | |
2016-12-20 | DFU bugfixes. | Rob Austein | |
2016-12-14 | Merge branch 'master' into ksng. | Rob Austein | |
2016-12-14 | Fix Homebrew formula class name. | Rob Austein | |
Apparently Homebrew expects the formula class name to match the name of the recipe, and gets tetchy when they do not. Minimal fix, wires in assumptions about how we punctuate package names, but simple and should suffice for now. While we were at this, changed argument parsing for build-homebrew-formula.py to use named (--foo) rather than positional arguments. | |||
2016-12-14 | Merge branch 'master' into ksng. | Rob Austein | |
2016-12-14 | Minor tweaks to branch-based package conflict hacks. | Rob Austein | |
Get conflict indentation right in generated Homebrew formula. Consider remote branches as well as local ones when constructing conflict list, so that we don't omit a conflicting package just because we've never checked it out in this build tree. | |||
2016-12-14 | New releng branch "ksng". | Rob Austein | |
Package up all the "new keystore" and "no SQL" changes as packages cryptech-alpha-ksng, to make it easier for others to test them. | |||
2016-12-14 | Oops, need to generate right binary package name too. | Rob Austein | |
2016-12-14 | Support multiple packages corresponding to multiple releng branches. | Rob Austein | |
We want to be able to provide packaged builds of development branches. The most straightforward way to do this is a 1:1 correspondence between branches in the releng tree and variant package names. We adopt a simple convention: the base package name corresponds to the master branch, all other branches are named with the base package name followed by the branch name. So the master branch is the cryptech-alpha package, the ksng branch is the cryptech-alpha-ksng branch, and so forth. This isn't a perfect solution, but it's probably good enough. In order to do this, we need to generate the debian/control file at build-time, so that we can generate the list of conflicting packages. This commit also pulls in a few changes that had collected on the master branches of various repositories, chiefly because a few of them were necessary to get it the build to run at all. | |||
2016-08-21 | Catch up with recent updates to submodules. | Rob Austein | |
2016-08-10 | Whole bunch of improvements to Debian packaging from Ondrej Sury (thanks!). | Rob Austein | |
2016-08-10 | Updated tamper code; new port of libcli; libhal / PKCS #11 bugfixes. | Rob Austein | |
2016-07-15 | Add PyYAML as a dependency in the Homebrew port. | Rob Austein | |
2016-07-13 | Track library name change: libpkcs11 => libcryptech-pkcs11. | Rob Austein | |
2016-07-13 | Drag in probe_cores() and other bugfixes. | Rob Austein | |
2016-07-12 | Drag in cryptech_upload username tweak. | Rob Austein | |
2016-07-12 | Drag in pkcs11 CKF_USER_PIN_INITIALIZED fix. | Rob Austein | |
2016-07-12 | Simplify command for normal pull/build/upload cycle. | Rob Austein | |
2016-07-12 | Drag in cryptech_upload change. | Rob Austein | |