bertos.git
2010-10-05 asterixSome fix to compile run test check.
2010-10-05 duploAdd progress dialog when loading existing projects.
2010-10-05 asterixFix missing header. Add blowfish source to run_test...
2010-10-04 raskySEC: add OFB mode to symmetric ciphers.
2010-10-04 raskySEC: Add 32-bit optimized AES implementation and refact...
2010-10-04 raskyAdd speed calculation to cipher benchmarks
2010-10-04 raskySEC: add another AES test for debugging purposes
2010-10-04 alephsam3n port: use external 12 MHz oscillator as system...
2010-10-04 alephAdd system controller register and clean-up PMC headers
2010-10-01 arighiSTM32: USB: use generic completion events
2010-10-01 arighimware: add generic completion events
2010-09-30 arighiUSB: make all USB strings as const
2010-09-30 raskyAdd benchmarks for block ciphers.
2010-09-30 raskySEC: fix undeterminism in X917 and refactor to avoid...
2010-09-30 arighiSTM32: USB: remove duplicated macros
2010-09-30 arighicompiler: introduce ALIGNED macro
2010-09-30 arighiIntroduce ALIGN_UP() macro
2010-09-30 duploRestore the old rcc-based resource generation system.
2010-09-30 arighiSTM32: USB: use distinct EP buffers
2010-09-30 arighiSTM32: USB: define descriptors only for the allocated...
2010-09-30 arighiUSB: include device driver configuration files for...
2010-09-30 raskyFix missing header in test.
2010-09-30 raskyFix coding convention for HMAC module.
2010-09-30 raskySEC: Add OMAC1/2 message authentication.
2010-09-30 raskySEC: voidify mac interface.
2010-09-30 arighiUSB: compile-time endpoints allocation
2010-09-30 asterixAdd comment.
2010-09-30 arighiUSB: unify endpoints' TX and RX buffers
2010-09-29 raskySEC: Add comment to warn about stack overflow.
2010-09-29 raskySEC: Decomment blowfish_stackinit()
2010-09-29 raskySEC: Add AES stress tests.
2010-09-29 raskySEC: Add blowfish cipher.
2010-09-29 raskySEC: improve cipher API to allow variable-key ciphers.
2010-09-29 raskyAdd copyright blurb.
2010-09-29 raskySEC: turn on strong random implementation by default.
2010-09-29 raskyRemove debug spew
2010-09-29 raskySEC: Fix entropy pool initialization and first reseed.
2010-09-29 raskySEC: Add Yarrow entropy pool implementation.
2010-09-29 raskySEC: fix first seeding of x917 to be fully deterministic.
2010-09-29 arighiSTM32: USB: compact code and silent a buggy doxygen...
2010-09-29 raskySEC: coding convention.
2010-09-29 raskyFollow coding convention.
2010-09-29 raskySEC: Add Yarrow PRNG generator.
2010-09-29 raskySEC: extract the CTR step into a public function, for...
2010-09-29 arighiUSB: add doxygen documentation
2010-09-29 battUse new progmem API.
2010-09-29 battProgmem macros: add support for non-havard CPU as well...
2010-09-29 raskySEC: make sure PRNGs are seeded before generating data...
2010-09-29 raskySEC: update ISAAC to coding standard naming.
2010-09-29 raskySEC: update the preprocessor machinery for coding stand...
2010-09-29 raskySEC: Add ANSI X9.17 PRNG.
2010-09-29 alephsam3n port: fix integer comparison in clock initialization
2010-09-29 raskySEC: Add AES test using official test vectors.
2010-09-29 arighiSTM32: USB: move the buffer alignment asserts into...
2010-09-29 raskySEC: Add AES implementation.
2010-09-29 raskySEC: Fix a last-minute typo.
2010-09-29 raskySEC: Add symmetric ciphers generic interface.
2010-09-29 raskySEC: fix a useless call in benchmarks.
2010-09-29 arighicpu: enforce a memory barrier inside cpu_relax()
2010-09-29 arighiSTM32: USB: use internal TX and RX buffer
2010-09-29 arighiUSB: provide low-level internal TX and RX buffers
2010-09-29 raskySEC: added cpu_relax() in busy-wait loop.
2010-09-29 alephsam3n port: add clock source file in wizard info for...
2010-09-28 raskySEC: add function to benchmark a PRNG.
2010-09-28 raskySEC: Add LM3S backend for entropy pulling.
2010-09-28 raskySEC: Add missing copyright header.
2010-09-28 raskySEC: Add high-level interface for secure random numbers...
2010-09-28 raskySEC: add generic interface for entropy pools.
2010-09-28 raskySEC: add missing include
2010-09-28 raskySEC: Add ISAAC PRNG implementation
2010-09-28 raskySEC: add generic interface for PRNGs.
2010-09-28 raskyFix CPU names as suggested by Francesco.
2010-09-28 alephsam3n port: add code to setup system clock
2010-09-28 asterixUpdate cpu description for stm32 and lm3s.
2010-09-28 asterixRemove timer dependece.
2010-09-28 asterixComplete adc support for lm3s family.
2010-09-28 asterixAdd adc module for lm3s family.
2010-09-28 asterixClean up.
2010-09-28 asterixWait the acquisition ends.
2010-09-28 asterixFix definition for lm3s8962.
2010-09-28 asterixFix typos.
2010-09-28 asterixAdd conversion formula for internal temperature sensor...
2010-09-28 asterixAdd first adc implementation module for lm3s.
2010-09-28 duploChange tooltip generation. Now tooltip includes: the...
2010-09-27 asterixRemove unneeded setting.
2010-09-27 asterixAdd stand alone module for read internal sensor tempera...
2010-09-27 asterixAdd reg definition for adc driver.
2010-09-27 battRestore pipefail.
2010-09-27 battRestore separate logs; cat errors to stdout.
2010-09-27 battRemove unused tee logs.
2010-09-27 asterixSilent warning when we compile without debug.
2010-09-27 asterixAdd cfg for flash module.
2010-09-27 battAdd return value for failed tests.
2010-09-27 arighiSTM32: USB: endpoint buffer must be 4-bytes aligned
2010-09-24 raskySEC: add RIPEMD-160 hash algorithm
2010-09-24 raskySEC: add some documentation to the interface.
2010-09-24 raskySEC: Add utilities module.
2010-09-24 raskySEC: add implementations for PBKDF1 and PBKDF2.
2010-09-24 raskySEC: add generic interface for key-derivation functions.
2010-09-24 raskySEC: implement stackinit() functions to simplify initia...
next