aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix HMAC-PRNG implementationThomas Ebert Hansen2019-02-201-74/+7373
* Fix innocuous memset size bug in ECC test methodmczraf2018-11-191-1/+1
* Fix incorrect buffer sizeRobert Brown2017-08-311-4/+3
* tests: ecc_dh: Do not use unitialized variableLeandro Pereira2017-08-181-1/+1
* Updating micro-ecc to more current algorithms to improve performance of the g...Constanza Heath2017-06-3015-1626/+1846
* Adding ecc_platform_secific files.Constanza Heath2017-06-301-0/+0
* Significant speedup on EC-DSA verfification: Accelerates ECC point multiplica...Constanza Heath2017-03-104-21/+24
* tests: use library-provided AES key and block size macrosMarti Bolivar2017-01-261-15/+14
* tests: Update return codes and check_result function callFlavio Santes2016-11-212-24/+28
* test_aes: Replace spaces by tabsFlavio Santes2016-11-211-1920/+1922
* test_aes: Solve style issues in commentsFlavio Santes2016-11-211-10/+12
* test_aes: Variable declarations at the beginning of a blockFlavio Santes2016-11-211-10/+10
* test_aes: Remove struct declaration inside functionFlavio Santes2016-11-211-16/+16
* test_cmac_mode: Update test caseFlavio Santes2016-11-211-19/+21
* test_ccm_mode: Update test caseFlavio Santes2016-11-201-320/+483
* test_ccm_mode: Fix wrong sizeof argument in test_ccm_modeFlavio Santes2016-11-201-2/+2
* test_cbc_mode: Fix style issuesFlavio Santes2016-11-201-77/+83
* Fix warning on incorrect printf type for unsigned int num_bytesColin Ian King2016-11-071-1/+1
* Fix bug in CTR PRNG reseed function to correctly use the seed materialChris Morrison2016-10-151-0/+54
* Fix typo: properly clean up objectsFlorin Iucha2016-04-271-3/+3
* Makefile updates for MinGWFlorin Iucha2016-04-271-57/+39
* Adding ECC_DH, ECC_DSA, ECC_UTILS, and CMAC test cases. Adjusting namespacing...Constanza Heath2016-04-1815-286/+2404
* adding test vectors for ctr prngChris Morrison2016-02-191-19/+462
* Adding support for additional input when reseeding/generating ctr prngs. Als...Chris Morrison2016-02-191-2/+29
* fixing key setup during ctr_prng_initChris Morrison2016-02-191-1/+1
* initial commit of ctr_prngChris Morrison2016-02-192-0/+81
* Updating TinyCrypt v2 primitives to add ECC, CCM, and CMAC.Constanza Heath2016-02-167-21/+21
* Fixing Makefile tabs and test's make cleanConstanza Heath2015-12-111-0/+9
* Remove /bin/rm for Windows compatibilityConstanza Heath2015-12-111-12/+0
* Fix whitespace and consistency in test cases format, add macros for easy mapp...Constanza Heath2015-10-0610-2721/+3056
* Fixing whitespace, changing header pathConstanza Heath2015-10-062-12/+12
* Add preface of tc_ to public functions, structs, and macrosConstanza Heath2015-08-286-105/+105
* Add space to line1 of all files, remove punctuation, add space on line2, remo...Constanza Heath2015-08-288-8/+15
* Move header namespace macros under license commentsConstanza Heath2015-08-281-2/+4
* Add filename and description comment to top of filesConstanza Heath2015-08-288-8/+8
* Initial commitConstanza Heath2015-08-209-0/+3131