TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
c10f092a8722ad28d7bc314911c2d6c4a69f2be0
c10f092
Add accessor functions for members of pk_info
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
3d7439e
Review corrections 6
by Arto Kinnunen
· 6 years ago
84eeb4f
Review corrections 5
by Arto Kinnunen
· 6 years ago
389b16d
Minor changes to tinycrypt README
by Simon Butcher
· 6 years ago
05ab732
Typos in the tinycrypt README
by Simon Butcher
· 6 years ago
92c3d1f
Addition of copyright statements to tinycrypt files
by Simon Butcher
· 6 years ago
4f58d69
Add LICENSE and README for tinycrypt
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
a3fa06e
Review corrections 3
by Arto Kinnunen
· 6 years ago
4f4849a
Review corrections 2
by Arto Kinnunen
· 6 years ago
6e3f09b
Review corrections
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
b8ec79f
Merge remote-tracking branch 'origin/pr/645' into HEAD
by Simon Butcher
· 6 years ago
392a8d0
x509.c: Minor readability improvement
by Hanno Becker
· 6 years ago
14b0a68
x509_crt.c: Indicate guarding condition in #else branch
by Hanno Becker
· 6 years ago
cd239f8
X.509: Don't remove verify callback by default
by Hanno Becker
· 6 years ago
cd839c9
Fix Doxygen warnings regarding removed verify cb+ctx parameters
by Hanno Becker
· 6 years ago
03d7746
ECC restart: Use optional verification mode in bad signature test
by Hanno Becker
· 6 years ago
8d6d320
Re-implement verify chain if vrfy cbs are disabled
by Hanno Becker
· 6 years ago
adc282a
Add zero-cost abstraction layer for CRT verification chain
by Hanno Becker
· 6 years ago
9ec3fe0
Introduce configuration option to remove CRT verification callbacks
by Hanno Becker
· 6 years ago
56d1b23
Fixup: Don't assume that alt SHA256 impln's have trivial init/free
by Hanno Becker
· 6 years ago
18c8936
Fixup: Correct Doxygen file name primitive in md_internal.h
by Hanno Becker
· 6 years ago
f6cc3cd
Fixup: Typo in check_config.h entry for single hash encoding
by Hanno Becker
· 6 years ago
f207562
Fixup: Typo in all.sh component description for single-MD hardcoding
by Hanno Becker
· 6 years ago
55fdae0
Fixup: Improve comment on helper macros in md_internal.h
by Hanno Becker
· 6 years ago
3252c4d
Fixup MD: Avoid always-false pointer comparison
by Hanno Becker
· 6 years ago
94f48e0
MD: Use no-op for context SHA-256 init() and free()
by Hanno Becker
· 6 years ago
64b0623
MD: Implement config dep'n inlining of mbedtls_md_setup()
by Hanno Becker
· 6 years ago
52e36bc
MD: Embed digest context structure into MD wrapper context
by Hanno Becker
· 6 years ago
4a99765
MD: Introduce macro for initialization function
by Hanno Becker
· 6 years ago
6deddf7
MD: Introduce macro for underlying context type
by Hanno Becker
· 6 years ago
c290847
Fixup md.h: Fix use of `inline` keyword in MSVC
by Hanno Becker
· 6 years ago
7a78fe4
Fixup: Avoid unused function warning for MD wrappers
by Hanno Becker
· 6 years ago
d73aabd
Fixup: Declare digest info structures as static
by Hanno Becker
· 6 years ago
53ade9f
MD: Implement config dep'n inlining of mbedtls_md_process()
by Hanno Becker
· 6 years ago
993691d
MD: Implement config dep'n inlining of mbedtls_md_finish()
by Hanno Becker
· 6 years ago
fdef5ac
MD: Implement config dep'n inlining of mbedtls_md_update()
by Hanno Becker
· 6 years ago
527f7c9
MD: Demonstrate config-dep'n API inlining for mbedtls_md_starts()
by Hanno Becker
· 6 years ago
7a7b722
Add dummy def of MBEDTLS_MD_INFO_SHA256 to make check-names.sh happy
by Hanno Becker
· 6 years ago
c4e4210
Introduce md_internal.h
by Hanno Becker
· 6 years ago
3f7d270
md.c: Avoid overly long lines
by Hanno Becker
· 6 years ago
3a98eab
Don't return function pointers from MD info getters
by Hanno Becker
· 6 years ago
08cf43a
Fix typo MBEDTLS_SSL_CONF_SINGLE_HASH -> MBEDTLS_MD_SINGLE_HASH
by Hanno Becker
· 6 years ago
8fbacf9
check_config.h: Check MBEDTLS_MD_SINGLE_HASH is used with single MD
by Hanno Becker
· 6 years ago
c763e9d
Add test for MD hardcoding to all.sh
by Hanno Becker
· 6 years ago
bdaf0ea
Make MD info getters always inline
by Hanno Becker
· 6 years ago
d9bf935
Disable invalid argument MD test case
by Hanno Becker
· 6 years ago
c94fc6c
Add MBEDTLS_ALWAYS_INLINE macro to platform_util.h
by Hanno Becker
· 6 years ago
d806d9d
Use SHA-256 as single hardcoded hash in baremetal configuration
by Hanno Becker
· 6 years ago
ccb2b62
Remove handle from MD context in single hash config
by Hanno Becker
· 6 years ago
1292c35
Add config.h option to hardcode choice of single MD algorithm
by Hanno Becker
· 6 years ago
d03949e
Remove md_wrap.c and md_internal.h
by Hanno Becker
· 6 years ago
d3827c7
Introduce getter for MD handle from MD context
by Hanno Becker
· 6 years ago
62a44d4
Allow defining MD information structs through macros
by Hanno Becker
· 6 years ago
0e7fc31
Inline md_wrap.c in md.c
by Hanno Becker
· 6 years ago
530387e
Introduce getter functions for MD info fields
by Hanno Becker
· 6 years ago
a5cedbc
Introduce MD handle type
by Hanno Becker
· 6 years ago
505be8b
Remove unnecessary depends in a test case
by Manuel Pégourié-Gonnard
· 6 years ago
d6ac330
Adjust depends-hashes.pl to test NO_SHA224 as well
by Manuel Pégourié-Gonnard
· 6 years ago
7f2c3e4
Remove dependency of ssl_cookie on SHA-224
by Manuel Pégourié-Gonnard
· 6 years ago
81ed9fb
Exclude SHA-224 from some reduced config examples
by Manuel Pégourié-Gonnard
· 6 years ago
efd3448
Completely ignore is224 if SHA-224 is disabled
by Manuel Pégourié-Gonnard
· 6 years ago
0956e3e
Exclude NO_SHA224 option from scripts/config.pl
by Manuel Pégourié-Gonnard
· 6 years ago
e06cc31
Add MBEDTLS_SHA256_NO_SHA224 to baremetal.h
by Manuel Pégourié-Gonnard
· 6 years ago
394c5fb
Implement NO_SHA224 in MD layer as well
by Manuel Pégourié-Gonnard
· 6 years ago
5a26ff3
Declare dependencies on !NO_SHA224 in test suites
by Manuel Pégourié-Gonnard
· 6 years ago
abebdd1
Adapt SHA-256 selftest to NO_SHA224
by Manuel Pégourié-Gonnard
· 6 years ago
8463d29
Implement MBEDTLS_SHA256_NO_SHA224
by Manuel Pégourié-Gonnard
· 6 years ago
9b781b2
Add MBEDTLS_SHA256_NO_SHA244 option (unimplemented)
by Manuel Pégourié-Gonnard
· 6 years ago
28012e2
Remove redundant rng wrapper
by Jarno Lamsa
· 6 years ago
f35f35b
Use rnd_std_rand for generating hash
by Jarno Lamsa
· 6 years ago
a7e0f63
Add unit tests for primitive test vectors
by Jarno Lamsa
· 6 years ago
34fcbfe
Add rng for the tinycrypt tests
by Jarno Lamsa
· 6 years ago
6c2f76e
Add a unit test for ECDSA
by Jarno Lamsa
· 6 years ago
7c5dc6b
Add test suite for tinycrypt
by Jarno Lamsa
· 6 years ago
0e89572
Merge remote-tracking branch 'origin/pr/656' into baremetal
by Simon Butcher
· 6 years ago
d82db9d
Merge remote-tracking branch 'origin/pr/649' into baremetal
by Simon Butcher
· 6 years ago
d91adcf
Merge remote-tracking branch 'origin/pr/624' into baremetal
by Simon Butcher
· 6 years ago
2da461e
Merge remote-tracking branch 'origin/pr/655' into baremetal
by Simon Butcher
· 6 years ago
e501c8d
Merge remote-tracking branch 'origin/pr/644' into baremetal
by Simon Butcher
· 6 years ago
d5cfe6f
Use native DTLS version encoding if only DTLS is enabled
by Hanno Becker
· 6 years ago
c3e5716
Some minor struct optimizations.
by Teppo Järvelin
· 6 years ago
7bcf2b5
Introduce version comparing functions
by Hanno Becker
· 6 years ago
963d49f
ssl-opt.sh: Remove now-redundant explicit DTLS dependencies
by Hanno Becker
· 6 years ago
a43f85c
ssl-opt.sh: Auto-skip tests depending on DTLS
by Hanno Becker
· 6 years ago
fcda6dd
Fixup: Correct typo in DTLS only component of all.sh
by Hanno Becker
· 6 years ago
baac25d
Add DTLS-only build + test to all.sh
by Hanno Becker
· 6 years ago
73b72d1
ssl-opt.sh: Auto-skip tests using TLS if TLS is disabled
by Hanno Becker
· 6 years ago
d016e44
Baremetal config: Remove deprecated functions
by Hanno Becker
· 6 years ago
fceba69
Baremetal config: Remove MBEDTLS_SSL_TICKETS_C
by Hanno Becker
· 6 years ago
0cfb6ef
Add work-around for non-C99 compilers
by Manuel Pégourié-Gonnard
· 6 years ago
Next »