index
:
tinycrypt.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #40 from winnietwo/side_channel_patch
HEAD
master
mczraf
2019-09-17
2
-13
/
+2
|
\
|
*
enabling side-channel countermeasure for EC-DH
Rafael Misoczki
2019-09-10
1
-7
/
+1
|
*
Patch for #39
winnietwo
2019-09-06
1
-6
/
+1
|
/
*
Merge pull request #38 from daor-oti/master-set_secure
mczraf
2019-09-04
2
-8
/
+32
|
\
|
*
Abstraction for architecture dependent secure memset.
Danny Oerndrup
2019-08-08
2
-8
/
+32
|
/
*
Fix HMAC-PRNG implementation
Thomas Ebert Hansen
2019-02-20
2
-86
/
+7403
*
Merge pull request #35 from mped-oticon/issue30_vla
mczraf
2018-11-21
1
-4
/
+3
|
\
|
*
portabillity: Make unnecessary VLA into statically sized array
Mark Ruvald Pedersen
2018-11-21
1
-4
/
+3
|
/
*
Update list of authors
mczraf
2018-11-19
1
-2
/
+1
*
Fix innocuous memset size bug in ECC test method
mczraf
2018-11-19
1
-1
/
+1
*
cmac_mode: s/const static/static const/
Hauke Petersen
2017-12-15
1
-1
/
+1
*
Merge pull request #26 from rob-brown/master
hackermnementh
2017-09-02
2
-6
/
+5
|
\
|
*
Fix incorrect buffer size
Robert Brown
2017-08-31
2
-6
/
+5
|
/
*
Updating version for release tag
Constanza Heath
2017-08-29
1
-1
/
+1
*
Merge pull request #25 from ramakrishnapallala/coverity
hackermnementh
2017-08-29
2
-9
/
+4
|
\
|
*
tinycrypt/sha256: Array compared to NULL has no effect
Ramakrishna Pallala
2017-08-29
1
-3
/
+1
|
*
tinycrypt/hmac: Array compared to NULL has no effect
Ramakrishna Pallala
2017-08-29
1
-6
/
+3
|
/
*
Merge pull request #24 from lpereira/ecc_dh-fix
hackermnementh
2017-08-18
2
-6
/
+16
|
\
|
*
tests: ecc_dh: Do not use unitialized variable
Leandro Pereira
2017-08-18
1
-1
/
+1
|
*
ecc_dh: Properly clear out temporary secret buffers
Leandro Pereira
2017-08-18
1
-5
/
+15
|
/
*
Merge pull request #23 from malsbat/fix-length-checks
hackermnementh
2017-08-10
1
-2
/
+1
|
\
|
*
Remove incorrect length check in tc_ccm_decryption_verification.
Todd Malsbary
2017-08-10
1
-2
/
+1
|
/
*
Updating micro-ecc to more current algorithms to improve performance of the g...
Constanza Heath
2017-06-30
51
-2876
/
+3856
*
Adding ecc_platform_secific files.
Constanza Heath
2017-06-30
3
-0
/
+186
*
Merge pull request #20 from jsakkine-intel/master
hackermnementh
2017-04-10
1
-1
/
+1
|
\
|
*
Declare MAX_CALLS as const
Jarkko Sakkinen
2017-04-06
1
-1
/
+1
|
/
*
Significant speedup on EC-DSA verfification: Accelerates ECC point multiplica...
Constanza Heath
2017-03-10
17
-59
/
+137
*
Merge pull request #15 from mbolivar/test-aes-cleanup
hackermnementh
2017-03-07
1
-15
/
+14
|
\
|
*
tests: use library-provided AES key and block size macros
Marti Bolivar
2017-01-26
1
-15
/
+14
|
/
*
Updating version file to match git tags
Constanza Heath
2016-12-16
1
-1
/
+1
*
Updating VERSION to 2.0.5
Constanza Heath
2016-12-16
1
-1
/
+1
*
Fixed sanity check bug where (plen <= alen) in ccm_mode is incorrect. Plen an...
Constanza Heath
2016-12-16
1
-4
/
+2
*
Merge pull request #9 from flavio-santes/bugs
hackermnementh
2016-11-21
1
-4
/
+2
|
\
|
*
ecc_dh: Fix discrepancy of ecc_make_key definition and declaration
Flavio Santes
2016-11-21
1
-4
/
+2
*
|
Merge pull request #11 from flavio-santes/test_issues
hackermnementh
2016-11-21
2
-24
/
+28
|
\
\
|
*
|
tests: Update return codes and check_result function call
Flavio Santes
2016-11-21
2
-24
/
+28
*
|
|
Merge pull request #10 from flavio-santes/test_issues
hackermnementh
2016-11-21
4
-2367
/
+2542
|
\
|
|
|
*
|
test_aes: Replace spaces by tabs
Flavio Santes
2016-11-21
1
-1920
/
+1922
|
*
|
test_aes: Solve style issues in comments
Flavio Santes
2016-11-21
1
-10
/
+12
|
*
|
test_aes: Variable declarations at the beginning of a block
Flavio Santes
2016-11-21
1
-10
/
+10
|
*
|
test_aes: Remove struct declaration inside function
Flavio Santes
2016-11-21
1
-16
/
+16
|
*
|
test_cmac_mode: Update test case
Flavio Santes
2016-11-21
1
-19
/
+21
|
*
|
test_ccm_mode: Update test case
Flavio Santes
2016-11-20
1
-320
/
+483
|
*
|
test_ccm_mode: Fix wrong sizeof argument in test_ccm_mode
Flavio Santes
2016-11-20
1
-2
/
+2
|
*
|
test_cbc_mode: Fix style issues
Flavio Santes
2016-11-20
1
-77
/
+83
*
|
|
Merge pull request #8 from flavio-santes/bugs
hackermnementh
2016-11-18
2
-8
/
+4
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
tinycrypt/hmac: Array compared to NULL has no effect
Flavio Santes
2016-11-18
1
-5
/
+3
|
*
tinycrypt/sha256: Array compared to NULL has no effect
Flavio Santes
2016-11-18
1
-3
/
+1
|
/
*
Merge pull request #7 from ColinIanKing/master
hackermnementh
2016-11-07
1
-1
/
+1
|
\
|
*
Fix warning on incorrect printf type for unsigned int num_bytes
Colin Ian King
2016-11-07
1
-1
/
+1
|
/
[next]