June 2016 Archives by date
Starting: Wed Jun 1 00:46:43 UTC 2016
Ending: Thu Jun 30 01:33:18 UTC 2016
Messages: 251
- [Cryptech-Commits] [sw/libhal] branch master updated: Conditionalize "mixed" operations so we can build a clean remote client.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: SHA-224 driver and soft core.
git at cryptech.is
- [Cryptech-Commits] [user/shatov/ModExpA7] branch master created (now 2c92500)
git at cryptech.is
- [Cryptech-Commits] [user/shatov/ModExpA7] 01/01: Ported ModExpS6 core to the new Alpha platform, hence the core now becomes ModExpA7.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: Make the makefile hopefully a little more readable/maintainable.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated (d8ede68 -> 573363d)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/06: Wait for FPGA_DONE on startup (available on Alpha board)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/06: Move FPGA related commands to mgmt-fpga.c
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 03/06: Implement circular buffer UART RX using interrupts.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 04/06: Move the rest of the CLI commands out of cli-test.c.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 05/06: Use DMA for UART RX instead of interrupts.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 06/06: Merge branch 'ft-uart_it'
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated (9ad64e1 -> abfe36f)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/04: Add hal_rpc_client_close() where needed.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 02/04: Refactor serial and slip.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 03/04: Add RPC client daemon.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 04/04: mkmif.o got lost in makefile cleanup (9ad64e1)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated (573363d -> ea4eda9)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/11: Don't break builds for dev-bridge board.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/11: Remove unused projects.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 03/11: Remove unused hex file.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 04/11: Remove the 6-second blue blink for alpha board.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 05/11: Restore LED definitions for dev-bridge board.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 06/11: Change enum stm_uart_port port to a typedef.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 07/11: Fix definition of LED_RED in mbed_die.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 08/11: Fix UART pin assignments. (It uses the Alternate in any case.)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 09/11: Refactor HAL_UART_MspInit, link DMA in MX_USART*_UART_Init so HAL_UART_MspInit doesn't have to.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 10/11: Split HAL_UART_RxCpltCallback into uart-specific callbacks.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 11/11: Use refactored slip/serial code. Client daemon sends client ID, echo it back in response.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: Check the HARDWARE_EARLY_DFU_JUMP flag as soon as possible in the boot process.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: Don't reboot when CLI logout is intended.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch ft-ks_flash created (now a97235d)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/01: Implement flash keystore storage. Most of it is still untested.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated (8c345a8 -> e1855dc)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/03: fix some comments
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/03: Merge branch 'master' of git.cryptech.is.:sw/stm32
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 03/03: bootloader doesn't need stm-fmc either
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch ft-ks_flash created (now b97ba86)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/01: Test code for ks_flash in corresponding branch of libhal.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: Include strings.h, for strcasecmp().
git at cryptech.is
- [Cryptech-Commits] [user/ft/libcli] branch master updated: Include strings.h, for strcasecmp().
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: hash.c triggers gcc's strict-aliasing warnings.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch ft-ks_flash updated: bugfixes and cleanups, seems to sort-of work now
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch ft-ks_flash updated: updated test-code for keystore functionality
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch ft-ks_flash updated: Sort out the redeclaration of HAL_OK with Rob's help.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch ft-ks_flash updated: some cleanup, and fix delete operation
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch ft-ks_flash updated: Put all the keystore commands under 'keystore' instead.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated (a627a48 -> 67cb831)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/02: Typo in SHA-224/SHA-256 software core.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 02/02: Fix duplicate dispatch vectors when building for RPC_CLIENT_LOCAL.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated (e94bce2 -> 2a14d36)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/02: Rename main.c to hsm.c for consistency and a slightly simpler Makefile.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/02: Put thread stack buffers in SDRAM, because pkey uses a lot of stack.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch makefile-cleanup created (now d3c3894)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/02: Another attempt to clean up the libhal makefile hairball.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 02/02: Helps to get the makefile variable names right.
git at cryptech.is
- [Cryptech-Commits] [user/ln5/tamper] branch master updated (f04eae6 -> 54cd4de)
git at cryptech.is
- [Cryptech-Commits] [user/ln5/tamper] 01/05: Add copyright and licensing info.
git at cryptech.is
- [Cryptech-Commits] [user/ln5/tamper] 02/05: Explain SPI dummy write in comments.
git at cryptech.is
- [Cryptech-Commits] [user/ln5/tamper] 03/05: Minor updates of README.
git at cryptech.is
- [Cryptech-Commits] [user/ln5/tamper] 04/05: Compile with -std=gnu99 and -Wpedantic.
git at cryptech.is
- [Cryptech-Commits] [user/ln5/tamper] 05/05: Do wipe MKM when tamper is detected, sleep when not.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch makefile-cleanup updated (d3c3894 -> 290d6ff)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/02: Allow host-side libhal build without access to secure hardware to store unencrypted public keys (we don't allow this for private keys). Yet another screwball feature to support PKCS #11, sigh. Anyway, with this change, mixed-mode builds should work again.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 02/02: Turn hardware modexp off again, as it has problems with some of the key sizes hsmbully tries.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated (67cb831 -> 290d6ff)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: Allow NULL der_len parameter in hal-rsa_private_key_to_der().
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated (3108919 -> 2a246c5)
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] 01/07: Update unit tests to match new behavior: we no longer allow private keys to be stored as session objects, so test that doing so fails as expected, and update other tests to specify CKA_TOKEN = True.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] 02/07: Add support for running only a specified subset of the unit tests.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] 03/07: Support split keypairs, where private key is a token object and public key is a session object. Doesn't actually save us anything, but Jakob tells us that this makes a difference on some HSMs so we people use this kind of setup and we need to support it.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] 04/07: A few RSA unit tests inspired by hsmbully.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] 05/07: Support for adding private keys via C_CreateObject().
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] 06/07: Set return value properly in C_CreateObject().
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] 07/07: Add test for loading an externally generated keypair via C_CreateObject().
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated (2a14d36 -> b7f9d44)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/06: Use a delay loop, so sdram can be initialized from the startup code, before the clock is running.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/06: Hide sdram initialization functions and defines.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 03/06: SDRAM is for uninitialized data only.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 04/06: Add __end symbols for CCMRAM and SDRAM sections.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 05/06: Only the HSM project needs the RTOS; most of the test projects can use the STM32 HAL code directly.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 06/06: RSA keygen needs even more stack space than I thought.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch makefile-cleanup deleted (was 290d6ff)
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch rpc deleted (was 079d5ff)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated (b7f9d44 -> 3e31061)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/02: Change gpio setups from macros to inline functions.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/02: Import cli-test into hsm pretty much as-is.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: Bring sw/stm32 super-repository up to date with the ten zillion commits which have been made in other repositories since the last time anybody bothered to synchronize this. Poster child for why this kind of recursive hairball belongs in release engineering rather than in source code repositories which are under active development, but that yak can wait a little while longer for its shave.
git at cryptech.is
- [Cryptech-Commits] [core/math/modexpa7] branch master created (now 4612bc2)
git at cryptech.is
- [Cryptech-Commits] [core/math/modexpa7] 01/01: Initial commit
git at cryptech.is
- [Cryptech-Commits] [core/platform/alpha] branch master updated: Move core config script here from core/platform/common, and adapt to the larger fmc address bus.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: Add support for ModExpA7
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated (97c3a85 -> 34f3228)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/02: Collapse RPC_CLIENT and RPC_SERVER makefile settings into a single RPC_MODE setting.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 02/02: test-mkmif was missing from .gitignore.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: Track libhal RPC_MODE simplification; add bootloader to "all" target.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated: Clean up debugging output left in one of the unit tests.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: Pull libhal changes into stm32 subrepo.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: Doh, don't build RPC client transport code when we're building the server library, even if the old makefile (sometimes) did do that.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: Pull in sw/libhal CLIENT_TRANSPORT makefile fix.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: hsm project was failing with obscure make error because makefile did not specify dependency on libcli.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: Whack shell scripts to work on Debian Jessie too.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch alternate_dma created (now c1d0738)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/01: Use a 1-byte DMA buffer for management UART receives.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated: Tweak unit tests to be a bit less annoying on Alpha.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch ft-ks_flash updated (58c3a85 -> 52f1eb5)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/01: Merge branch 'master' into ft-ks_flash
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch ft-ks_flash updated (bba436d -> 04f8680)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/03: Merge branch 'master' into ft-ks_flash
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/03: keystore_erase_sectors takes start and stop arguments now
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 03/03: use corresponding branch of libhal
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated (91c8944 -> 6e7aabc)
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] 01/04: Add timing of individual tests, test descriptions.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] 02/04: Completely farbled most of the super() incantations, sigh.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] 03/04: Generalize and extend tests of externally-supplied RSA keys.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] 04/04: Convert timing report to integrate with unittest.TextTestRunner, to avoid garbled reports if a test fails.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated (1c3e489 -> 52f1eb5)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated (e961e98 -> 1fe7d1b)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/01: libhal branch ft-ks_flash is merged to master
git at cryptech.is
- [Cryptech-Commits] [user/sra/build-tools] branch master updated: Add --prune to fetch commands; track (old) HTTPS configuration changes; general cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/build-tools] branch master updated (ef27539 -> 9ebba56)
git at cryptech.is
- [Cryptech-Commits] [user/sra/build-tools] 01/02: Further trivial scripts.
git at cryptech.is
- [Cryptech-Commits] [user/sra/build-tools] 02/02: Flush stdout to interleave properly with subprocesses.
git at cryptech.is
- [Cryptech-Commits] [sw/thirdparty/ekermit] branch master created (now 5be5860)
git at cryptech.is
- [Cryptech-Commits] [sw/thirdparty/ekermit] 01/03: Initial commit of unmodified E-Kermit 1.7
git at cryptech.is
- [Cryptech-Commits] [sw/thirdparty/ekermit] 02/03: Initial cleanup
git at cryptech.is
- [Cryptech-Commits] [sw/thirdparty/ekermit] 03/03: gcc -Wall cleanup
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch ekermit created (now 5a0fb1c)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/03: Use SDRAM for a very limited sort of heap.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/03: Ring buffers for more reliable UART receives.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 03/03: E-Kermit, for file upload goodness
git at cryptech.is
- [Cryptech-Commits] [user/ft/libcli] branch master updated (8e48837 -> 54c6b86)
git at cryptech.is
- [Cryptech-Commits] [user/ft/libcli] 01/03: Allow read callback to not return any data
git at cryptech.is
- [Cryptech-Commits] [user/ft/libcli] 02/03: cli_show_help: allow for wider commands
git at cryptech.is
- [Cryptech-Commits] [user/ft/libcli] 03/03: Merge branch 'master' of git.cryptech.is.:user/ft/libcli
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: Update sw/stm32 to track recent subrepository commits, since without them it no longer compiles (sigh).
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/firmware] branch master created (now d630816)
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/firmware] 01/01: First step towards Alpha board firmware release engineering.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch ekermit updated (5a0fb1c -> 6c32e2d)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/02: Sudden realization that initializing the uart from the ekermit library is Just Wrong.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/02: Generalize the sdram-based file system
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/firmware] branch master updated: First cut at package builder.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/firmware] branch master updated: Cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/firmware] branch master updated: Simplify, particularly gpg handling; store a bit more repository info in the JSON metadata.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/firmware] branch master updated: Fix script permission, and suppress gpg warning that doesn't really apply to dedicated build machine.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/software] branch master created (now beca9ec)
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/software] 01/01: First cut at release engineering for software that goes with the Alpha board.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/firmware] branch master updated: SHA-256 hashes in manifest should use same naming scheme as files in tarball, doh.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: Implement master key for wrapping keys in the keystore.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch ft-ks_flash updated (04f8680 -> f66d4bc)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/01: Add masterkey and keystore commands.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/software] branch master updated: Whack with club until builds under pbuilder for Debian Jessie and Ubuntu Xenial.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: Preserve externally supplied LDFLAGS value (Lintian whines otherwise).
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated: Support use of system sqlite3 library instead of our own; various other tweaks Lintian wanted.
git at cryptech.is
- [Cryptech-Commits] [sw/thirdparty/libtfm] branch master updated: "git clean" doesn't work as intended under pbuilder.
git at cryptech.is
- [Cryptech-Commits] [sw/thirdparty/libtfm] branch master updated: Clear a few more files we don't really care about out of the Checksums file.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/software] branch master updated: Fix test for whether a package is already in the repository; other minor cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/software] branch master updated: Pull libtfm fix into releng super-repository.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: Drag submodule updates into sw/stm32.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/firmware] branch master updated: Tweak dependencies so we don't rebuild (particularly the bitstream) unnecessarily.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated: Reorder ld arguments to get search order right.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: ks_flash returns all-ones instead of all-zeros for "blank" memory, cope.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: Drag in libhal update.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/software] branch master updated: Drag in submodule updates.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/firmware] branch master updated: Drag in submodule updates.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: Use hal_error_t as suggested by Rob.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated (1865d6d -> ad8efa4)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/03: The masterkey stuff was accidentally committed to master in libhal (by me)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/03: Masterkey functions now return hal_error_t as suggested by Rob.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 03/03: Merge branch 'ft-ks_flash'
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: Don't mess with HAL_RSA_USE_MODEXP here, that's libhal's job.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: Support VPATH builds.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated: VPATH build for libpkcs11.so, and first cut at libpkcs11.dylib for Mac OS X.
git at cryptech.is
- [Cryptech-Commits] [sw/thirdparty/libtfm] branch master updated: Support VPATH builds.
git at cryptech.is
- [Cryptech-Commits] [sw/thirdparty/sqlite3] branch master updated: Support VPATH builds.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch de-dread created (now aa90cb4)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/02: Start unwinding subrepository hairball: remove submodules.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/02: Finish unwinding subrepository hairball: VPATH setup.
git at cryptech.is
- [Cryptech-Commits] [sw/thirdparty/sqlite3] branch master updated: Rename GNUmakefile to Makefile for consistency.
git at cryptech.is
- [Cryptech-Commits] [sw/thirdparty/libtfm] branch master updated: Rename GNUmakefile to Makefile for consistency.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated: Rename GNUmakefile to Makefile for consistency.
git at cryptech.is
- [Cryptech-Commits] [sw/cryptlib] branch master updated: Rename GNUmakefile to Makefile for consistency.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: Rename GNUmakefile to Makefile for consistency.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch de-dread updated: Split LIB*_DIR into _SRC and _BLD.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated (a80b0fa -> e3db117)
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/firmware] branch master updated: Drag in latest subrepos.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/software] branch master updated: Drag in latest subrepos.
git at cryptech.is
- [Cryptech-Commits] [user/sra/novena-releng] branch master updated: Public view of releng submodules should use public URLs.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated: More GNUmakefile cleanup.
git at cryptech.is
- [Cryptech-Commits] [sw/thirdparty/libtfm] branch master updated: More GNUmakefile cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/software] branch master updated: More GNUmakefile cleanup.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated (2cd3b6f -> a161595)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/02: Dial back the last-gasp iterations to something sane.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 02/02: Add hal_set_pin_default_iterations so the CLI can use hal_rpc_set_pin with control over iterations.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated (e3db117 -> 0d25f92)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/02: Merge branch 'alternate_dma'
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/02: PIN-based login
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/firmware] branch master updated: More GNUmakefile cleanup.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: Update libhal makefiles to use new LIBxxx_SRC / LIBxxx_BLD scheme so libhal can find tfm.h again.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/software] branch master updated: Move source code one level down in tree to get names in source package right.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/firmware] branch master updated: Drag in subrepository changes.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated: libtfm assembly code has portability issues under pbuilder, and we don't really need it for libpkcs11.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/software] branch master updated: Fix distclean target and drag in change to disable libtfm assembly code.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] branch master created (now 0f3cc3a)
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 01/24: First step towards Alpha board firmware release engineering.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 02/24: First cut at package builder.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 03/24: Cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 04/24: Simplify, particularly gpg handling; store a bit more repository info in the JSON metadata.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 05/24: Fix script permission, and suppress gpg warning that doesn't really apply to dedicated build machine.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 06/24: SHA-256 hashes in manifest should use same naming scheme as files in tarball, doh.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 07/24: First cut at release engineering for software that goes with the Alpha board.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 08/24: Whack with club until builds under pbuilder for Debian Jessie and Ubuntu Xenial.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 09/24: Fix test for whether a package is already in the repository; other minor cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 10/24: Pull libtfm fix into releng super-repository.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 11/24: Tweak dependencies so we don't rebuild (particularly the bitstream) unnecessarily.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 12/24: Drag in submodule updates.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 13/24: Drag in submodule updates.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 14/24: Drag in latest subrepos.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 15/24: Drag in latest subrepos.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 16/24: More GNUmakefile cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 17/24: More GNUmakefile cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 18/24: Move source code one level down in tree to get names in source package right.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 19/24: Drag in subrepository changes.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 20/24: Fix distclean target and drag in change to disable libtfm assembly code.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 21/24: Initial commit to new merged Alpha release engineering repository.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 22/24: Merged software/master.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 23/24: Merged firmware/master.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 24/24: First cut at consolidated alpha releng.
git at cryptech.is
- [Cryptech-Commits] [sw/thirdparty/sqlite3] branch master updated: GNUmakefile cleanup: the gift that keeps on giving.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated: Apparently sw/pkcs11 somehow missed the great ${foo_LIB} => ${foo_SRC}, ${foo_BLD} Makefile cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] branch master updated: Mostly working. A few scripts still missing from binary packages, and no Homebrew yet.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated (0d25f92 -> b10811e)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/04: Modify cli-test/filetransfer to prompt for PIN.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/04: Remove old default user.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 03/04: Fix the bootloader to accept firmware (with PIN login).
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 04/04: Only SO and wheel are allowed to upload. Also add bootloader upload.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated: Move hal_pkey_* columns from the object table into {session, token}_object tables to preserve the mapping from pkcs11 token objects to libhal pkey objects.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] branch master updated (a6e4734 -> 731c5de)
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 01/02: Update .gitignore.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 02/02: Drag in today's submodule updates.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] branch master updated: Tweak build-shadow-tree.py to adjust an existing tree as well as creating a new one.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] branch master updated: Add tamper.hex to firmware tarball; start adding support scripts; more minor build process cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] branch master updated: Make sure we regenerate the changelog when generating a new source package.
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated (b10811e -> 5e33e97)
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 01/03: cleanup
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 02/03: keystore_erase_sectors: bugfix
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] 03/03: add commands to clear pin or whole keystore
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] branch master updated (b1e0f38 -> 76f6dba)
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 01/03: Tweak ownerships and permissions in firmware tarball.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 02/03: Drag in submodule updates.
git at cryptech.is
- [Cryptech-Commits] [user/sra/alpha-releng/omnibus] 03/03: Document the build process.
git at cryptech.is
Last message date:
Thu Jun 30 01:33:18 UTC 2016
Archived on: Thu Jun 30 01:33:20 UTC 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).