TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
b57d7fd568da2bd241ce0d08b8a88e82e4d81d94
/
include
b57d7fd
Add flags for protecting TLS state machine
by Jarno Lamsa
· 6 years ago
9e8e820
Increase hamming distance for some error codes
by Jarno Lamsa
· 6 years ago
4708d66
Change the mbedtls_ssl_states values
by Jarno Lamsa
· 6 years ago
70abd7a
Add enumeration for invalid state
by Jarno Lamsa
· 6 years ago
e76c638
Merge remote-tracking branch 'public/pr/2925' into baremetal
by Simon Butcher
· 6 years ago
501c466
Merge remote-tracking branch 'public/pr/2934' into baremetal
by Simon Butcher
· 6 years ago
5b45c6e
Merge remote-tracking branch 'public/pr/2932' into baremetal
by Simon Butcher
· 6 years ago
7c5de36
Merge remote-tracking branch 'public/pr/2922' into baremetal
by Simon Butcher
· 6 years ago
766c9e9
Improve description of ERR_PLATFORM_FAULT_DETECTED
by Manuel Pégourié-Gonnard
· 6 years ago
65be6b4
Add compile guard in platform.h
by Manuel Pégourié-Gonnard
· 6 years ago
9d6a535
Return and propagate UECC_FAULT_DETECTED
by Manuel Pégourié-Gonnard
· 6 years ago
4d6186b
Rename ATTACK_DETECTED to FAULT_DETECTED
by Manuel Pégourié-Gonnard
· 6 years ago
2b90961
Add integrity check for curve parameters
by Manuel Pégourié-Gonnard
· 6 years ago
1a53371
Remove curve parameter from public functions
by Manuel Pégourié-Gonnard
· 6 years ago
be5f833
Remove curve parameter from (semi-)internal functions
by Manuel Pégourié-Gonnard
· 6 years ago
bc3f490
Remove struct curve entirely
by Manuel Pégourié-Gonnard
· 6 years ago
ffd1399
Move b from curve structure to its own constant
by Manuel Pégourié-Gonnard
· 6 years ago
a611508
Move G from struct curve to its own constant
by Manuel Pégourié-Gonnard
· 6 years ago
356d859
Move n from struct curve to its own constant
by Manuel Pégourié-Gonnard
· 6 years ago
4d8777c
Move p from curve structure to its own constant
by Manuel Pégourié-Gonnard
· 6 years ago
5b36693
Harden hmac_drbg and md against fault injection
by Arto Kinnunen
· 6 years ago
35e535a
Remove TinyCrypt config condition in source files
by Simon Butcher
· 6 years ago
30833f2
Remove num_n_bits member from curve structure
by Manuel Pégourié-Gonnard
· 6 years ago
72c1764
Remove num_bytes member from curve structure
by Manuel Pégourié-Gonnard
· 6 years ago
1765933
Remove num_words member from curve structure
by Manuel Pégourié-Gonnard
· 6 years ago
1c6f7ea
Remove function pointers from curve structure
by Manuel Pégourié-Gonnard
· 6 years ago
ea7eab1
Add redundancy (Hamming distance) to cert flags
by Manuel Pégourié-Gonnard
· 6 years ago
72a8c9e
Force some compilers to respect volatile reads
by Manuel Pégourié-Gonnard
· 6 years ago
324c6e9
Add error code MBEDTLS_ERR_PLATFORM_FAULT_DETECTED
by Manuel Pégourié-Gonnard
· 6 years ago
2b6312b
Harden return value of uECC_vli_equal()
by Manuel Pégourié-Gonnard
· 6 years ago
10d8e8e
Use safer return values in uECC_verify()
by Manuel Pégourié-Gonnard
· 6 years ago
c05f150
Introduce return values for tinycrypt functions
by Manuel Pégourié-Gonnard
· 6 years ago
9135348
Hardcode numwords in vli_modInv
by Manuel Pégourié-Gonnard
· 6 years ago
3e20adf
Hardcode numwords in vli_modMult
by Manuel Pégourié-Gonnard
· 6 years ago
10349e4
Hardcode numwords in vli_mmod
by Manuel Pégourié-Gonnard
· 6 years ago
1b0875d
Hardcode numwords in vli_modSub
by Manuel Pégourié-Gonnard
· 6 years ago
0779be7
Hardcode numwords in vli_modAdd
by Manuel Pégourié-Gonnard
· 6 years ago
2cb3eea
Hardcode numwords in vli_cmp
by Manuel Pégourié-Gonnard
· 6 years ago
129b42e
Hardcode numwords in vli_sub
by Manuel Pégourié-Gonnard
· 6 years ago
2eca3d3
Hardcode numwords in vli_equal
by Manuel Pégourié-Gonnard
· 6 years ago
a752191
Hardcode numwords in vli_cpm_unsafe
by Manuel Pégourié-Gonnard
· 6 years ago
cbbb0f0
Hardcode numwords in vli_set()
by Manuel Pégourié-Gonnard
· 6 years ago
2bf5a12
Hardcode numwords in semi-internal vli_numBits()
by Manuel Pégourié-Gonnard
· 6 years ago
94e4849
Hardcode numwords in semi-internal vli_clear()
by Manuel Pégourié-Gonnard
· 6 years ago
f3899fc
hardcode numwords in semi-internal vli_isZero
by Manuel Pégourié-Gonnard
· 6 years ago
78a7e35
Use macros for number of bits and words
by Manuel Pégourié-Gonnard
· 6 years ago
c3ec14c
Harcode curve in semi-internal modMult function
by Manuel Pégourié-Gonnard
· 6 years ago
27926d6
Remove less-safe mult function from public API
by Manuel Pégourié-Gonnard
· 6 years ago
ef23828
Add ECCPoint_mult_safer() function
by Manuel Pégourié-Gonnard
· 6 years ago
0fa65aa
Review corrections
by Arto Kinnunen
· 6 years ago
1480444
Add config option for AES encryption only
by Arto Kinnunen
· 6 years ago
5ed870d
Adjust AES RAM usage according to config options
by Arto Kinnunen
· 6 years ago
265d162
Update AES-128 bit configuration
by Arto Kinnunen
· 6 years ago
60b1106
Update configuration
by Arto Kinnunen
· 6 years ago
77b9cfc
AES: add config option for 128-bit keys
by Arto Kinnunen
· 6 years ago
713e5c3
Merge remote-tracking branch 'public/pr/2880' into baremetal
by Simon Butcher
· 6 years ago
a26fb4c
Merge remote-tracking branch 'public/pr/2870' into baremetal
by Simon Butcher
· 6 years ago
0a9b44d
Merge branch 'mbedtls-2.16' into baremetal-2.16-20191004
by Manuel Pégourié-Gonnard
· 6 years ago
c4315e6
Address review comments for documentation
by Jarno Lamsa
· 6 years ago
707ceb8
Replaced mbedtls_ssl_safer_memcmp with mbedtls_platform_memcmp
by Teppo Järvelin
· 6 years ago
39a9d40
Update documentation for the RNG-function
by Jarno Lamsa
· 6 years ago
e29e8a4
Use MBEDTLS_ENTROPY_HARDWARE_ALT
by Jarno Lamsa
· 6 years ago
61f412e
Changed every memcmp to SCA equivalent mbedtls_platform_memcmp
by Teppo Järvelin
· 6 years ago
51f65e4
Standardize prototypes of platform_memcpy/memset
by Manuel Pégourié-Gonnard
· 6 years ago
a1e5054
Fix issues in CI
by Jarno Lamsa
· 6 years ago
77a0e07
Add return value doxygen
by Jarno Lamsa
· 6 years ago
f5ebe2a
Make RNG exclude the given maximum value
by Jarno Lamsa
· 6 years ago
0ff7109
Fix style issues
by Jarno Lamsa
· 6 years ago
f65e9de
Change rng-function return-type
by Jarno Lamsa
· 6 years ago
7d28155
Add doxygen for the platform-functions
by Jarno Lamsa
· 6 years ago
a196732
Change the rng-function name
by Jarno Lamsa
· 6 years ago
d82e559
Add a config flag for the global RNG
by Jarno Lamsa
· 6 years ago
0736325
Add FI/SCA compliant versions of mem-functions
by Jarno Lamsa
· 6 years ago
85b495b
Merge remote-tracking branch 'origin/pr/652' into baremetal
by Simon Butcher
· 6 years ago
8d0684d
Merge remote-tracking branch 'public/pr/2835' into baremetal
by Simon Butcher
· 6 years ago
8b5e6bd
Improve some internal documentation
by Manuel Pégourié-Gonnard
· 6 years ago
a77e9b5
Make sub-context statically allocated
by Manuel Pégourié-Gonnard
· 6 years ago
073c1e1
Remove pk_info from pk_context_t with SINGLE_TYPE
by Manuel Pégourié-Gonnard
· 6 years ago
2829bbf
Remove dependency from SSL on PK internals
by Manuel Pégourié-Gonnard
· 6 years ago
4223ce4
Introduce macro-based read access to ctx->pk_info
by Manuel Pégourié-Gonnard
· 6 years ago
f8b7c7f
Implement two-valued handle type
by Manuel Pégourié-Gonnard
· 6 years ago
020d9ba
Introduce abstraction mbedtls_pk_handle_t
by Manuel Pégourié-Gonnard
· 6 years ago
08620cb
Implement static dispatch with SINGLE_PK_TYPE
by Manuel Pégourié-Gonnard
· 6 years ago
342cecf
Introduce macro-based access to info members
by Manuel Pégourié-Gonnard
· 6 years ago
1c1cc0d
Add config.h option MBEDTLS_PK_SINGLE_HASH
by Manuel Pégourié-Gonnard
· 6 years ago
57d96cd
Move NULL check inside accessor function
by Manuel Pégourié-Gonnard
· 6 years ago
e5a0b36
Merge branch 'baremetal' into baremetal-2.16-20190909
by Manuel Pégourié-Gonnard
· 6 years ago
e8144aa
Merge remote-tracking branch 'origin/pr/657' into baremetal
by Simon Butcher
· 6 years ago
88b535a
Merge remote-tracking branch 'origin/pr/654' into baremetal
by Simon Butcher
· 6 years ago
303d399
Merge remote-tracking branch 'origin/pr/609' into baremetal
by Simon Butcher
· 6 years ago
9bdd13b
Merge remote-tracking branch 'origin/pr/621' into baremetal
by Simon Butcher
· 6 years ago
e901566
Merge remote-tracking branch 'origin/pr/658' into baremetal
by Simon Butcher
· 6 years ago
8abd0a0
Merge branch 'mbedtls-2.16' into baremetal-2.16-20190909
by Manuel Pégourié-Gonnard
· 6 years ago
92c3d1f
Addition of copyright statements to tinycrypt files
by Simon Butcher
· 6 years ago
cffedb5
Add SPDX lines to each imported TinyCrypt file
by Simon Butcher
· 6 years ago
9b3b194
Review corrections 4
by Arto Kinnunen
· 6 years ago
4f4849a
Review corrections 2
by Arto Kinnunen
· 6 years ago
ee9bfca
Update signature of BE conversion functions
by Arto Kinnunen
· 6 years ago
0b62ce8
Use function for 16/24/32-bit BE conversion
by Arto Kinnunen
· 6 years ago
7fce190
Merge remote-tracking branch 'origin/pr/635' into HEAD
by Simon Butcher
· 6 years ago
Next »