December 2015 Archives by subject
Starting: Tue Dec 1 16:52:22 UTC 2015
Ending: Mon Dec 28 17:24:23 UTC 2015
Messages: 78
- [Cryptech-Commits] [core/cipher/aes] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/comm/coretest] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/comm/eim] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/comm/i2c] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/comm/uart] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/hash/sha1] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/hash/sha256] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/hash/sha3] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/hash/sha512] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/math/modexp] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/platform/common] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] 01/01: If we really must byte-swap, try doing it in hardware, to make it easier to do memcpy from software.
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch hardware_htonl created (now 84a13e7)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/platform/terasic_c5g] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [core/rng/trng] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [hardware] 01/04: add SPI mux for FPGA cfg memory, and some other minor things.
git at cryptech.is
- [Cryptech-Commits] [hardware] 01/11: init, import dev-bridge board
git at cryptech.is
- [Cryptech-Commits] [hardware] 02/04: import FT232H from separate library
git at cryptech.is
- [Cryptech-Commits] [hardware] 02/11: init, copy of dev-bridge rev01
git at cryptech.is
- [Cryptech-Commits] [hardware] 03/04: add device prefixes and renumber all components
git at cryptech.is
- [Cryptech-Commits] [hardware] 03/11: rename to match revision
git at cryptech.is
- [Cryptech-Commits] [hardware] 04/04: optimize BOM a bit, change more 0603s to 0402s
git at cryptech.is
- [Cryptech-Commits] [hardware] 04/11: copied in 15 sheets of FPGA design from pavel
git at cryptech.is
- [Cryptech-Commits] [hardware] 05/11: remove components that will not be on the Alpha board
git at cryptech.is
- [Cryptech-Commits] [hardware] 06/11: fixed most of the FMC bus, grouped components.
git at cryptech.is
- [Cryptech-Commits] [hardware] 07/11: more changes, end of today
git at cryptech.is
- [Cryptech-Commits] [hardware] 08/11: fix some errata
git at cryptech.is
- [Cryptech-Commits] [hardware] 09/11: finished merging Pavel's FPGA schematics into the dev-bridge schematics.
git at cryptech.is
- [Cryptech-Commits] [hardware] 10/11: lots of updates after call with Pavel
git at cryptech.is
- [Cryptech-Commits] [hardware] 11/11: add more parts of the schematic (SRAM, analog switch for config mem)
git at cryptech.is
- [Cryptech-Commits] [hardware] branch master created (now 44d99d5)
git at cryptech.is
- [Cryptech-Commits] [hardware] branch master updated (5bda0b6 -> 33972c7)
git at cryptech.is
- [Cryptech-Commits] [hardware] branch master updated: connect ARM side of SD/MMC, MGMT USB
git at cryptech.is
- [Cryptech-Commits] [hardware] branch master updated: connect first SDRAM, add USB MGMT UART.
git at cryptech.is
- [Cryptech-Commits] [hardware] branch master updated: init
git at cryptech.is
- [Cryptech-Commits] [hardware] branch master updated: rearrange STM32F429 symbol after functionality instead of hardware
git at cryptech.is
- [Cryptech-Commits] [hardware] branch master updated: update PDF
git at cryptech.is
- [Cryptech-Commits] [hardware] branch master updated: updates after todays call with Pavel
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/01: First cut at public libhal RPC API.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/01: If we really must byte-swap, try doing it in hardware, to make it easier to do memcpy from software.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/01: Merge Paul's copyright updates.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/02: RPC interface to TRNG and (incomplete) PIN code.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/02: Silence platform-dependent compiler whining: in general, when printf() whines about some platform-dependent integer size issue, it's best to use both an explicitly sized format (eg, "%lu") and an explicit cast (eg, "(unsigned long)") when silencing the warning, otherwise it'll just pop up again in different form on the next platform tested.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 01/11: RPC server stuff mostly written. Compiles, not yet tested. RPC public key extraction functions on hold pending ASN.1 cleanup.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 02/02: Add rpc_hash.c. Convert dynamic allocator in hash.c to use private pool of pre-configured state blocks, suitable for an embedded system.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 02/02: More work on PIN/login/logout code. Access control still missing, committing now so Paul has a chance to look at the current RPC API.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 02/11: Drop support for the ASN.1-based ECDSA signature format in favor of the simpler format which PKCS #11 uses, since we have to support the latter in any case and it's not worth the complexity of supporting both.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 03/11: Consolidating curve names broke the ASN.1 code.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 04/11: Use sysconf(_SC_PAGESIZE) instead of getpagesize().
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 05/11: Pull .gitignore update from master.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 06/11: Fix names of private key DER functions.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 07/11: Add ASN.1 support for public keys (X.509 SubjectPublicKeyInfo format).
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 08/11: Test code for ASN.1 public key functions.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 09/11: Reorder tests to put hideously slow RSA tests at the end.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 10/11: First round of fixes for new ASN.1 and test code.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] 11/11: Software modexp() implementation didn't compile due to missing pro forma hal_core_t* argument.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch hardware_htonl created (now 28ac8b4)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: Binaries missing from .gitignore make git submodule grumpy.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch rpc created (now 88872e2)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch rpc updated (0fc5ab9 -> 7dfad9f)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch rpc updated (abd5caf -> c60b4bb)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch rpc updated (c60b4bb -> d7b3463)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch rpc updated (d7b3463 -> 0fc5ab9)
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch rpc updated: Fix dispatch vector names.
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch rpc updated: hal_rpc_logout_all(), hal_rpc_is_logged_in().
git at cryptech.is
- [Cryptech-Commits] [sw/libhal] branch rpc updated: RPC API dispatch, skeleton client functions, mixed-mode handlers for local hashing with remote pkey.
git at cryptech.is
- [Cryptech-Commits] [sw/pkcs11] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [sw/stm32] branch master updated: whack copyrights
git at cryptech.is
- [Cryptech-Commits] [user/ft/stm32-dev-bridge] 01/04: Abort startup on non-working RCC.
git at cryptech.is
- [Cryptech-Commits] [user/ft/stm32-dev-bridge] 02/04: init, code testing the RTC on the dev-bridge board
git at cryptech.is
- [Cryptech-Commits] [user/ft/stm32-dev-bridge] 03/04: output HCLK on startup to see if HSE is used
git at cryptech.is
- [Cryptech-Commits] [user/ft/stm32-dev-bridge] 04/04: init, simple LED flasher for the tamper MCU
git at cryptech.is
- [Cryptech-Commits] [user/ft/stm32-dev-bridge] branch master updated (e057ddb -> abf70d8)
git at cryptech.is
- [Cryptech-Commits] [user/sra/novena-releng] 01/02: Catch up on last few months' changes.
git at cryptech.is
- [Cryptech-Commits] [user/sra/novena-releng] 02/02: Clean up awful patch kludge and pull in updated sw/libhal/.gitignore so automated build won't leave a mess.
git at cryptech.is
- [Cryptech-Commits] [user/sra/novena-releng] branch master updated (5f479f9 -> 8daafcd)
git at cryptech.is
Last message date:
Mon Dec 28 17:24:23 UTC 2015
Archived on: Mon Dec 28 22:52:09 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).