May 2015 Archives by thread
Starting: Mon May 4 03:21:25 UTC 2015
Ending: Thu May 28 14:15:52 UTC 2015
Messages: 128
- [Cryptech-Commits] [user/sra/build-tools] branch master created (now 5206bcd)
git at cryptech.is
- [Cryptech-Commits] [user/sra/aes-keywrap] branch master created (now 865fffe)
git at cryptech.is
- [Cryptech-Commits] [core/platform/common] branch master updated (f0f4bcb -> 1fc860c)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (7c4de55 -> 4b5dc65)
git at cryptech.is
- [Cryptech-Commits] [core/cipher/aes] branch master updated (b07918a -> 241a101)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (4b5dc65 -> ebdf59f)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (ebdf59f -> 9e5270a)
git at cryptech.is
- [Cryptech-Commits] [user/sra/aes-keywrap] branch master updated (865fffe -> bb9f126)
git at cryptech.is
- [Cryptech-Commits] [doc/design] branch master updated (21946f5 -> 9b061b9)
git at cryptech.is
- [Cryptech-Commits] [core/platform/common] branch master updated (1fc860c -> 0d098d6)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (9e5270a -> 05b139f)
git at cryptech.is
- [Cryptech-Commits] [core/platform/common] branch master updated (0d098d6 -> e34b409)
git at cryptech.is
- [Cryptech-Commits] [core/platform/common] branch master updated (e34b409 -> f05a3c6)
git at cryptech.is
- [Cryptech-Commits] [core/math/modexp] branch master updated (048a8d7 -> 24ef45b)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (05b139f -> f2164aa)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (f2164aa -> fc6b7ce)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (fc6b7ce -> 644e959)
git at cryptech.is
- [Cryptech-Commits] [core/cipher/aes] branch master updated (241a101 -> d35e060)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (644e959 -> 267edcb)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (267edcb -> d6ff18e)
git at cryptech.is
- [Cryptech-Commits] [core/math/modexp] branch master updated (24ef45b -> edd192a)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (d6ff18e -> 021c35c)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (021c35c -> ee4a3f5)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (ee4a3f5 -> f5a7d9f)
git at cryptech.is
- [Cryptech-Commits] [core/math/modexp] branch master updated (edd192a -> a8662af)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (f5a7d9f -> e858d01)
git at cryptech.is
- [Cryptech-Commits] [core/math/modexp] branch master updated (a8662af -> b4c3141)
git at cryptech.is
- [Cryptech-Commits] [core/math/modexp] branch master updated (b4c3141 -> 3e8d9c7)
git at cryptech.is
- [Cryptech-Commits] [user/sra/aes-keywrap] branch master updated (bb9f126 -> d56b6a3)
git at cryptech.is
- [Cryptech-Commits] [core/rng/trng] branch master updated (40c7808 -> d5974ed)
git at cryptech.is
- [Cryptech-Commits] [core/math/modexp] branch master updated (3e8d9c7 -> 214ebcd)
git at cryptech.is
- [Cryptech-Commits] [core/math/modexp] branch master updated (214ebcd -> 28f6859)
git at cryptech.is
- [Cryptech-Commits] [core/math/modexp] branch master updated (28f6859 -> 7bb2e93)
git at cryptech.is
- [Cryptech-Commits] [core/math/modexp] branch master updated (7bb2e93 -> 033f629)
git at cryptech.is
- [Cryptech-Commits] [core/math/modexp] branch master updated (033f629 -> 7b58de7)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (e858d01 -> 55441ea)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (55441ea -> ffa12c3)
git at cryptech.is
- [Cryptech-Commits] [doc/design] branch master updated (9b061b9 -> e0aa64f)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (ffa12c3 -> 705e513)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (705e513 -> e4af8f2)
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] branch master created (now 9e00faa)
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 01/15: Import FPGA I/O code from core/platform/novena/sw, add minimal autoconf, whack with a club until it builds.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 02/15: Add csprng and hash modules. Add real error codes instead of magic numbers, and propegate error codes up from lower layers. Whack C++-isms, add parenthesese to a lot of macro expressions for evaluation safety, other minor cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 03/15: Add AES Key Wrap using Cryptech AES core.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 04/15: Copy Joachim's EIM timeout change, make timeout configurable at compile time. Detect not-multiple-of-four-byte errors before they trigger an infinite loop. Remove printfs() that don't belong in library code, along with an unnecessary malloc(). Other minor cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 05/15: Add test harness: no useful tests yet, just the framework. Add human-readable error strings for hal_error_t codes.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 06/15: Add test cases for 128-bit and 256-bit KEKs.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 07/15: Guess it might help to write the config value to the AES core after constructing it, doh.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 08/15: Typing "!" when one meant "~" has interesting effects when bit masking.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 09/15: AES key wrap now working with AES core.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 10/15: First pass on hash test code.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 11/15: Debug hash-testing code.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 12/15: Cleanup.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 13/15: Add missing truncated SHA-512 cases.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 14/15: Doh, skip tests when we know core isn't present.
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] 15/15: Cleanup: names of *_core_present() functions, Makefile.
git at cryptech.is
- [Cryptech-Commits] [doc/design] branch master updated (e0aa64f -> 391dbd2)
git at cryptech.is
- [Cryptech-Commits] [doc/design] branch master updated (391dbd2 -> ba054e4)
git at cryptech.is
- [Cryptech-Commits] [doc/design] branch master updated (ba054e4 -> 300ddff)
git at cryptech.is
- [Cryptech-Commits] [doc/design] branch master updated (300ddff -> d40e90c)
git at cryptech.is
- [Cryptech-Commits] [doc/design] branch master updated (d40e90c -> fc55498)
git at cryptech.is
- [Cryptech-Commits] [user/sra/libhal] branch master updated (9e00faa -> f210238)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (e4af8f2 -> a0856d1)
git at cryptech.is
- [Cryptech-Commits] [user/shatov/gost/streebog] branch master created (now cd8f45d)
git at cryptech.is
- [Cryptech-Commits] [user/shatov/gost/streebog_tester] branch master created (now 12d4c45)
git at cryptech.is
- [Cryptech-Commits] [core/cipher/aes] branch master updated (d35e060 -> fc8c932)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (a0856d1 -> da10db7)
git at cryptech.is
- [Cryptech-Commits] [core/platform/novena] branch master updated (da10db7 -> e2eb1f2)
git at cryptech.is
- [Cryptech-Commits] [doc/design] branch master updated (fc55498 -> 0de0f83)
git at cryptech.is
Last message date:
Thu May 28 14:15:52 UTC 2015
Archived on: Thu May 28 14:15:52 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).