Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed sanity check bug where (plen <= alen) in ccm_mode is incorrect. Plen ↵ | Constanza Heath | 2016-12-16 | 1 | -4/+2 |
| | | | | | | and alen are independent. Bug caused decryptions to incorrectly fail. Signed-off-by: Constanza Heath <[email protected]> | ||||
* | ecc_dh: Fix discrepancy of ecc_make_key definition and declaration | Flavio Santes | 2016-11-21 | 1 | -4/+2 |
| | | | | | | | | | | ecc_make_key declaration has random size of NUM_ECC_DIGITS * 2 but definition has (and use) only NUM_ECC_DIGITS. See: https://gerrit.zephyrproject.org/r/#/c/1982 Change-Id: I696d1ecfca439545ac4a7995500bfb7cb8ed2db5 Signed-off-by: Flavio Santes <[email protected]> | ||||
* | tinycrypt/hmac: Array compared to NULL has no effect | Flavio Santes | 2016-11-18 | 1 | -5/+3 |
| | | | | | | | | | | | | This commit fixes the issue reported by Coverity/Zephyr: an array compared against NULL is always false. Coverity-CID: 143687 Coverity-CID: 143737 Coverity-CID: 143740 Change-Id: If6234b4b3d169a4023b7adaa545be79f48ac3dea Signed-off-by: Flavio Santes <[email protected]> | ||||
* | tinycrypt/sha256: Array compared to NULL has no effect | Flavio Santes | 2016-11-18 | 1 | -3/+1 |
| | | | | | | | | | | | This commit fixes the issue reported by Coverity/Zephyr: an array compared against NULL is always false. Coverity-CID: 143715 Coverity-CID: 143730 Change-Id: Ia502736f605774b71c1a41a850b84663c78fc7d0 Signed-off-by: Flavio Santes <[email protected]> | ||||
* | Fix bug in CTR PRNG reseed function to correctly use the seed material | Chris Morrison | 2016-10-15 | 1 | -1/+1 |
| | |||||
* | Makefile updates for MinGW | Florin Iucha | 2016-04-27 | 1 | -19/+9 |
| | |||||
* | Adding ECC_DH, ECC_DSA, ECC_UTILS, and CMAC test cases. Adjusting ↵ | Constanza Heath | 2016-04-18 | 25 | -169/+170 |
| | | | | | | namespacing to clarify when TC_ is for TinyCrypt vs Test Case. Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Minor typographical fixes to ctr_prng.h comments | Chris Morrison | 2016-02-26 | 1 | -2/+2 |
| | |||||
* | fixing usage of additional input when generating ctr prng output | Chris Morrison | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Adding support for additional input when reseeding/generating ctr prngs. ↵ | Chris Morrison | 2016-02-19 | 2 | -33/+246 |
| | | | | Also added documentation | ||||
* | fixing key setup during ctr_prng_init | Chris Morrison | 2016-02-19 | 1 | -1/+2 |
| | |||||
* | initial commit of ctr_prng | Chris Morrison | 2016-02-19 | 3 | -0/+260 |
| | |||||
* | Updating TinyCrypt v2 primitives to add ECC, CCM, and CMAC. | Constanza Heath | 2016-02-16 | 36 | -1290/+3919 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Fixing Makefile tabs and test's make clean | Constanza Heath | 2015-12-11 | 1 | -8/+1 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Updating version and modifying Makefiles | Constanza Heath | 2015-12-11 | 1 | -0/+9 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Remove /bin/rm for Windows compatibility | Constanza Heath | 2015-12-11 | 1 | -2/+0 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Fix whitespace, update comments, remove unused headers and variables | Constanza Heath | 2015-10-06 | 15 | -862/+794 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Change macro of ROTWORD to inline function | Constanza Heath | 2015-08-28 | 2 | -1/+5 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Change includes to use predefined header file format for library | Constanza Heath | 2015-08-28 | 11 | -22/+21 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Fix bug in conversion from macro to inline | Constanza Heath | 2015-08-28 | 1 | -6/+11 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Turn ROTR macro into inline function | Constanza Heath | 2015-08-28 | 2 | -2/+4 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Separate sanity test for consistent coding style in if block | Constanza Heath | 2015-08-28 | 1 | -1/+3 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Remove whitespace | Constanza Heath | 2015-08-28 | 2 | -10/+10 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Add doxygen style comments to public functions | Constanza Heath | 2015-08-28 | 6 | -215/+208 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Specify all magic numbers with macro labels and comments | Constanza Heath | 2015-08-28 | 9 | -45/+55 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Add preface of tc_ to public functions, structs, and macros | Constanza Heath | 2015-08-28 | 14 | -243/+242 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Add space to line1 of all files, remove punctuation, add space on line2, ↵ | Constanza Heath | 2015-08-28 | 15 | -20/+28 |
| | | | | | | remove ws from license Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Move header namespace macros under license comments | Constanza Heath | 2015-08-28 | 7 | -14/+21 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Add filename and description comment to top of files | Constanza Heath | 2015-08-28 | 15 | -15/+15 |
| | | | | Signed-off-by: Constanza Heath <[email protected]> | ||||
* | Initial commit | Constanza Heath | 2015-08-20 | 16 | -0/+2007 |