[Cryptech-Commits] [releng/alpha] branch master updated (5f12766 -> dd59500)
git at cryptech.is
git at cryptech.is
Thu May 11 11:40:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a change to branch master
in repository releng/alpha.
from 5f12766 Pull in Joachim's updated ChaCha core.
add 0513b6b New releng branch "ksng".
add 0da2ab1 Merge branch 'master' into ksng.
add 1729653 Merge branch 'master' into ksng.
add 58f7765 DFU bugfixes.
add 07fbd03 Drag in cryptech_upload race condition fix.
add 70cf4fa Pull in bootloader PIN fix.
add 3af87e7 Pull in fix to dumb "key number" display bug.
add a5aa7bd Pull in Joachim's updated ChaCha core.
add 003b4cd Add ECDSA cores.
add 8a58c30 Drag in submodule changes.
add db26978 Merge branch 'master' into ksng.
add a53c301 Drag in software support for ecdsa cores.
add cce9587 Whoops, new build dependency on core/platform/common.
add 930a4c5 Drag several months worth of changes on the ksng and pymux branches.
add 94cd021 Doh, works better if one remembers to push all submodule commits first.
add 10eba36 First cut at a setup.py for our Python code.
add 92b67ae Add "tidy" target, like clean but leaves firmware build tree alone.
add 8a3467f Might work better if we were to write emit Python.
add a45d1fb Use correct options to "git clean", sigh.
add 4328d23 Update .gitignore.
add b6e542a Target to restore staging repository after an oops.
add 881f184 Update Debian package dependencies.
add 07f8b94 Update Homebrew formula.
add 550ab0d Drag in this week's bugfixes and features.
add e55bf91 Drag in today's sw/libhal fixes.
add 57f13b2 Drag in bad-PIN delay change.
add 3d5ecc1 Update binaries to include updated cryptech_upload script.
add 07e32e4 Major change: no-rtos branch merged into ksng.
add daaaf68 Drag in PKCS #11 bugfixes.
add 2a07b3f Bump version number, pull in README updates.
add 53498a7 Homebrew wants transitive closure of our Python dependencies.
new 8c70657 (Finally!) Back to master branch.
new dd59500 Latest minor changes.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 9 ++---
.gitmodules | 12 +++++++
Makefile | 16 ++++++---
README.md | 2 +-
scripts/build-debian-control-files.py | 5 ++-
scripts/build-homebrew-formula.py | 66 +++++++++++++++++++++--------------
source/Makefile | 10 ++----
source/core/math/ecdsalib | 1 +
source/core/pkey/ecdsa256 | 1 +
source/core/pkey/ecdsa384 | 1 +
source/core/platform/alpha | 2 +-
source/core/platform/common | 1 +
source/setup.py | 38 ++++++++++++++++++++
source/sw/libhal | 2 +-
source/sw/pkcs11 | 2 +-
source/sw/stm32 | 2 +-
16 files changed, 122 insertions(+), 48 deletions(-)
create mode 160000 source/core/math/ecdsalib
create mode 160000 source/core/pkey/ecdsa256
create mode 160000 source/core/pkey/ecdsa384
create mode 160000 source/core/platform/common
create mode 100644 source/setup.py
More information about the Commits
mailing list