[riot-commits] [RIOT-OS/RIOT] 05419a: Initial import of crypto libs from SecureMicroMesh
Oleg Hahm
gello at gmx.de
Thu Dec 19 19:10:38 CET 2013
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 05419a55477b84af95695494c54fef23a8ee4dbb
https://github.com/RIOT-OS/RIOT/commit/05419a55477b84af95695494c54fef23a8ee4dbb
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2013-12-19 (Thu, 19 Dec 2013)
Changed paths:
M sys/Makefile
A sys/crypto/3des/3des.c
A sys/crypto/3des/Makefile
R sys/crypto/Makefile
A sys/crypto/aes/Makefile
A sys/crypto/aes/aes.c
A sys/crypto/doc.txt
A sys/crypto/rc5/Makefile
A sys/crypto/rc5/rc5.c
R sys/crypto/sha256.c
A sys/crypto/sha256/Makefile
A sys/crypto/sha256/sha256.c
A sys/crypto/skipjack/Makefile
A sys/crypto/skipjack/skipjack.c
A sys/crypto/twofish/Makefile
A sys/crypto/twofish/twofish.c
A sys/include/crypto/3des.h
A sys/include/crypto/aes.h
A sys/include/crypto/cbcmode.h
A sys/include/crypto/ciphers.h
A sys/include/crypto/rc5.h
A sys/include/crypto/sha256.h
A sys/include/crypto/skipjack.h
A sys/include/crypto/twofish.h
R sys/include/sha256.h
Log Message:
-----------
Initial import of crypto libs from SecureMicroMesh
- Imported files from secure micro mesh library
- added Makefiles and included libs into sys/Makefile
Commit: 6140caf05546c0e76c1915c6e980de9b6619da93
https://github.com/RIOT-OS/RIOT/commit/6140caf05546c0e76c1915c6e980de9b6619da93
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2013-12-19 (Thu, 19 Dec 2013)
Changed paths:
M sys/crypto/3des/3des.c
M sys/crypto/aes/aes.c
Log Message:
-----------
Removed deprecated asserts from 3des and aes
Commit: e8666406467f581deaccc7d80477f592b367f5a0
https://github.com/RIOT-OS/RIOT/commit/e8666406467f581deaccc7d80477f592b367f5a0
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2013-12-19 (Thu, 19 Dec 2013)
Changed paths:
M sys/crypto/3des/3des.c
M sys/crypto/aes/aes.c
M sys/crypto/rc5/rc5.c
M sys/crypto/skipjack/skipjack.c
M sys/crypto/twofish/twofish.c
Log Message:
-----------
Removed some redundant \0 string terminators
Commit: 885798aaca43ae236311e9385fb90b37beffc152
https://github.com/RIOT-OS/RIOT/commit/885798aaca43ae236311e9385fb90b37beffc152
Author: Oleg Hahm <gello at gmx.de>
Date: 2013-12-19 (Thu, 19 Dec 2013)
Changed paths:
M sys/Makefile
A sys/crypto/3des/3des.c
A sys/crypto/3des/Makefile
R sys/crypto/Makefile
A sys/crypto/aes/Makefile
A sys/crypto/aes/aes.c
A sys/crypto/doc.txt
A sys/crypto/rc5/Makefile
A sys/crypto/rc5/rc5.c
R sys/crypto/sha256.c
A sys/crypto/sha256/Makefile
A sys/crypto/sha256/sha256.c
A sys/crypto/skipjack/Makefile
A sys/crypto/skipjack/skipjack.c
A sys/crypto/twofish/Makefile
A sys/crypto/twofish/twofish.c
A sys/include/crypto/3des.h
A sys/include/crypto/aes.h
A sys/include/crypto/cbcmode.h
A sys/include/crypto/ciphers.h
A sys/include/crypto/rc5.h
A sys/include/crypto/sha256.h
A sys/include/crypto/skipjack.h
A sys/include/crypto/twofish.h
R sys/include/sha256.h
Log Message:
-----------
Merge pull request #391 from haukepetersen/import_crypto
Initial import of crypto libs from SecureMicroMeshRouting
Compare: https://github.com/RIOT-OS/RIOT/compare/a680b180ef14...885798aaca43
More information about the commits
mailing list