Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-18 | Update submodules and add missing ones, as needed | Rob Austein | |
It's been a while since we did a full reproducible build via the releng tree. Some of the old modules are now obsolete, and a couple of the new ones weren't present. This is an initial test after updating the existing submodules and adding the missing ones. I don't really expect it to work, it's a first attempt. At minimum, we should go through and clean out submodules we no longer use, but that can wait until we figure out if we now have all the right modules and branches recorded here and whether the resulting configuration works properly. | |||
2020-01-01 | Accumulated minor changes on master branches | Rob Austein | |
2019-04-09 | Update for merge of fmc_clk_60mhz to master and hardware byteswapping. | Paul Selkirk | |
This also catches some recent-ish changes to aes, chacha, and rosc_entropy. | |||
2019-01-22 | Catch up with submodules | Rob Austein | |
2019-01-14 | .vh search path and aes_speed un-fork. | Rob Austein | |
2019-01-08 | Add Pavel's utility library. | Rob Austein | |
2019-01-08 | Catch up with submodules | Rob Austein | |
2018-09-06 | Incorporate recent core timing work and CLI improvements. | Rob Austein | |
This is the recent stuff that's not specific to the fmc_clk effort. In theory this should all just work (with the old asynchronous clocking), in practice, well, that's part of what we want to test. | |||
2018-08-27 | Fix pkcs11 build issue and segfault. | Rob Austein | |
Some recent changes to sw/libhal were not tested properly against sw/pkcs11, which led to a couple of build issues and a segfault. These have now been fixed. The floggings will continue until morale improves. | |||
2018-08-11 | Un-break builds on MacOS. | Rob Austein | |
2018-07-25 | hashsig. | Rob Austein | |
2018-07-24 | Accumulated changes in several submodules. | Rob Austein | |
Specific reason for this build was to test removal of a couple of TerASIC-specific files. Other accumulated changes include: * A bunch of work on the AES core; * A bunch of minor performance enhancements in the C code, mostly related to RSA signature time (which is still a problem, but this set of fixes removed a bunch of dumb stuff which was masking what we now think is the root cause of the performance issue); * A bunch of minor fixes and cleanups in the C code (eg, assertions now log something to the console rather than just locking up). | |||
2018-06-17 | Packaging voodoo to support same code version on multiple releases. | Rob Austein | |
reprepro strictly follows the Debian package rule that two package files which have the same name must have identical content. Which is fine, except when we want to support the same version of a package on multiple releases of the same Debian-flavored operating system. The usual hack for this is to add a release-specific tag to the end of the version string. The brute force way of doing this requires modifying the source package for each release, but there's an obscure hack which lets us augment the binary package versions directly. | |||
2018-05-01 | Accumulated changes from last several months. | Rob Austein | |
2017-12-15 | Try again with updated cores from Joachim. | Rob Austein | |
2017-12-14 | Rewind most recent AES core changes. | Rob Austein | |
Most recent AES core doesn't synthesize properly with core_selector, and we have other fixes to test. So back AES changes out of the releng build for now, re-add them when we sort this out. | |||
2017-12-14 | Paul's fix to FPGA upload problem. | Rob Austein | |
2017-12-14 | Joachim's AES core updates. | Rob Austein | |
2017-12-13 | Merge systolic_crt branches. | Rob Austein | |
2017-12-12 | Pull recent bugfixes and cleanups. No new major functionality. | Rob Austein | |
2017-09-20 | Drag in Paul's most recent stm32 updates. | Rob Austein | |
2017-08-22 | Drag in Paul's UART reliability fixes. | Rob Austein | |
2017-07-24 | Pull in RSA key generation changes. | Rob Austein | |
2017-06-18 | Optimize libtfm build. | Rob Austein | |
2017-06-14 | Pull in faster RSA keygen code. | Rob Austein | |
2017-06-08 | Simplified keystore (ks9). | Rob Austein | |
2017-06-03 | Include cryptech_backup --soft-backup before we merge ks9 to master. | Rob Austein | |
The ks9 branch of sw/libhal breaks keystore backwards compatability again. Unclear whether we should do something about that, but since we do have a workaround in the form of cryptech_backup --soft-backup, we should ship that *before* we break the keystore again, so that careful users can back up before the problematic firmware upgrade. | |||
2017-05-20 | PKCS #11 access control conslidation and other cleanup. | Rob Austein | |
2017-05-19 | PKCS #11 fixes du jour. | Rob Austein | |
2017-05-18 | Re-enable use of FPGA modexp. | Rob Austein | |
2017-05-12 | Enable ECDSA cores in default build. | Rob Austein | |
2017-05-11 | Latest minor changes. | 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-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 | 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-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 | |