aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Collapse)Author
2017-06-08Simplified keystore (ks9).Rob Austein
2017-06-03Include 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 *b
# Source package makefile for Cryptech Alpha board software.
#
# This is, deliberately, a very simplified Makefile.  for the most
# part we just want to do the bare minimum needed for whatever
# software packaging system we use to work.  At least for the moment,
# the primary packaging system is Debian-based, so this is written
# to work in that environment.
#
# See setup.py for installation of the Python-related bits.
#
# We also support Homebrew for MacOSX, using the source tarball
# generated by the Debian packaging process, but the Homebrew formula
# handles the build and installation for that environment.

all:
	${MAKE} -C sw/pkcs11

clean distclean:
	${MAKE} -C sw/pkcs11 $@

install: all
	install -D -m 644 cryptech-alpha-firmware.tar.gz		${DESTDIR}/usr/share/cryptech-alpha-firmware.tar.gz
	install -D -m 644 sw/pkcs11/libcryptech-pkcs11.so		${DESTDIR}/usr/lib/libcryptech-pkcs11.so
	ln	-s	            libcryptech-pkcs11.so		${DESTDIR}/usr/lib/libcryptech-pkcs11.so.0
	python setup.py install --install-layout=deb --root=${DESTDIR}
id=07fbd03bf60d34cbf1f9237b377824bf721a9de4'>Drag 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-10Whole bunch of improvements to Debian packaging from Ondrej Sury (thanks!).Rob Austein 2016-08-10Updated tamper code; new port of libcli; libhal / PKCS #11 bugfixes.Rob Austein 2016-07-13Track library name change: libpkcs11 => libcryptech-pkcs11.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 pkcs11 CKF_USER_PIN_INITIALIZED fix.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-12Move executables from $prefix/sbin to $prefix/bin.Rob Austein 2016-07-12Drag in new pkcs11 informational functions.Rob Austein 2016-07-09Drag in sw/stm32 changes.Rob Austein 2016-07-08Drag in updated cryptech_upload script.Rob Austein 2016-07-08Enable software hash cores on HSM.Rob Austein 2016-07-08Drag in sw/pkcs11 bugfix.Rob Austein 2016-07-07Oops, cryptech_miniterm might work better if I remembered to install it.Rob Austein 2016-07-07Drag in more stm32 and libhal changes.Rob Austein 2016-07-07Drag in sw/pkcs11 configuration change disabling RPC daemon.Rob Austein 2016-07-07Don't try to install the RPC daemon we're not building this week.Rob Austein 2016-07-07Drag in various bugfixes.Rob Austein 2016-07-07Drag in libhal environment variable changes.Rob Austein