aboutsummaryrefslogtreecommitdiff
path: root/source/sw/stm32
AgeCommit message (Collapse)Author
2020-09-02Well of course there had to be one last dumb Python3 string bugRob Austein
2020-09-01Shake out a few more Python 3 bugsRob Austein
* PyCrypto doesn't work right with Python 3.8, kludge around it for now * Farbled a few more str <-> bytes conversions in cryptech_upload
2020-09-01Pull up submodulesRob Austein
* One more Python3 fix * Joachim's latest SHA-1 tweaks
2020-07-13Still more fun building packages with Python 3Rob Austein
2020-05-06New improved keywrap core with integrated mkmifPaul Selkirk
2020-04-18Update submodules and add missing ones, as neededRob 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.
2019-04-09Update 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-08Catch up with submodulesRob Austein
2018-09-06Incorporate 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-27Fix 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-07-25hashsig.Rob Austein
2018-07-24Accumulated 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-05-01Accumulated changes from last several months.Rob Austein
2017-12-14Paul's fix to FPGA upload problem.Rob Austein
2017-12-12Pull recent bugfixes and cleanups. No new major functionality.Rob Austein
2017-09-20Drag in Paul's most recent stm32 updates.Rob Austein
2017-08-22Drag in Paul's UART reliability fixes.Rob Austein
2017-06-18Optimize libtfm build.Rob Austein
2017-06-08Simplified keystore (ks9).Rob Austein
2017-05-03Major 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-27Update binaries to include updated cryptech_upload script.Rob Austein
2017-04-26Drag in bad-PIN delay change.Rob Austein
2017-04-20Drag in this week's bugfixes and features.Rob Austein
2017-04-14Drag several months worth of changes on the ksng and pymux branches.Rob Austein
2017-03-07Drag in submodule changes.Rob Austein
2016-12-23Pull in fix to dumb "key number" display bug.Rob Austein
2016-12-21Pull in bootloader PIN fix.Rob Austein
2016-12-21Drag in cryptech_upload race condition fix.Rob Austein
2016-12-20DFU bugfixes.Rob Austein
2016-12-14New 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-14Support 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-21Catch up with recent updates to submodules.Rob Austein
2016-08-10Updated tamper code; new port of libcli; libhal / PKCS #11 bugfixes.Rob Austein
2016-07-13Drag in probe_cores() and other bugfixes.Rob Austein
2016-07-12Drag in cryptech_upload username tweak.Rob Austein
2016-07-12Drag in cryptech_upload change.Rob Austein
2016-07-12Drag in CKR_BUFFER_TOO_SMALL fix and latest CLI tweaks.Rob Austein
2016-07-12Drag in this morning's sw/stm32 changes.Rob Austein
2016-07-09Drag in sw/stm32 changes.Rob Austein
2016-07-08Drag in updated cryptech_upload script.Rob Austein
2016-07-07Drag in more stm32 and libhal changes.Rob Austein
2016-07-07Drag in various bugfixes.Rob Austein
2016-07-06Drag in libhal and stm32 updates.Rob Austein
2016-07-05Add cryptech_probe script to installation.Rob Austein
2016-06-30Drag in RPC wire format changes.Rob Austein
2016-06-29Drag in submodule updates.Rob Austein
2016-06-28Drag in today's submodule updates.Rob Austein
2016-06-27First cut at consolidated alpha releng.Rob Austein
Undoubtedly doesn't work yet, and still needs doc, but perhaps now ready for testing on build machine.