TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/archive/mbedtls-2.17
/
programs
535ee4a
Merge remote-tracking branch 'public/pr/2421' into development
by Simon Butcher
· 6 years ago
archive/mbedtls-2.17
mbedtls-2.17
195bdde
Merge remote-tracking branch 'restricted/pr/528' into development
by Simon Butcher
· 6 years ago
56b9a93
Update query_config.c
by Manuel Pégourié-Gonnard
· 6 years ago
7067f81
Add tests for (named) bitstring to suite_asn1write
by Andres Amaya Garcia
· 7 years ago
bdf75eb
Add missing compile time guard in ssl_client2
by Hanno Becker
· 6 years ago
775655e
Update programs/ssl/query_config.c
by Hanno Becker
· 6 years ago
23699ef
ssl_client2: Reset peer CRT info string on reconnect
by Hanno Becker
· 6 years ago
a1051b4
ssl_client2: Zeroize peer CRT info buffer when reconnecting
by Hanno Becker
· 6 years ago
a9766c2c
ssl_client2: Extract peer CRT info from verification callback
by Hanno Becker
· 6 years ago
57b33c9
Use mbedtls_ssl_get_peer_cert() to query peer cert in cert_app
by Hanno Becker
· 6 years ago
415620c
Merge remote-tracking branch 'origin/pr/2105' into development
by Jaeden Amero
· 6 years ago
54efcb7
Update query config with VSNPRINTF macro
by Andres Amaya Garcia
· 6 years ago
e7856bf
Suppress visual studio preprocessor warnings on query_config.c
by Andres Amaya Garcia
· 7 years ago
8645f73
Update query_config.c with new macros
by Andres Amaya Garcia
· 7 years ago
ef672f0
Exclude macros from query_config.c generation
by Andres Amaya Garcia
· 7 years ago
27b3372
Fix query_config macro expansion for windows
by Andres Amaya Garcia
· 7 years ago
5bc6e92
Fix query_config macro expansion for windows
by Andres Amaya Garcia
· 7 years ago
cb9c015
Improve cmake inclusion of query_config.c when building apps
by Andres Amaya Garcia
· 7 years ago
c28da7e
Improve comments in query_config.fmt
by Andres Amaya Garcia
· 7 years ago
5aca555
Fix GCC 0-length printf format string error
by Andres Amaya Garcia
· 7 years ago
08457ce
Fix aligment in programs/test/query_compile_time_config.c
by Andres AG
· 7 years ago
509ba69
Create programs/test/query_compile_time_config app
by Andres AG
· 7 years ago
4581486
Ensure query_config.c includes stdio only when needed
by Andres AG
· 7 years ago
bb92364
Update programs/ssl/CMakeLists.txt with query_config.c dep
by Andres Amaya Garcia
· 7 years ago
3b2f9d3
query_config.c: remove duplicated inc of platform.h
by Andres Amaya Garcia
· 7 years ago
bc81884
Query config through ssl_server2 and ssl_client2 cmdline
by Andres Amaya Garcia
· 7 years ago
b274f27
Documentation fixes
by Andrzej Kurek
· 6 years ago
c470b6b
Merge development commit 8e76332 into development-psa
by Andrzej Kurek
· 7 years ago
6f4a8ef
Merge remote-tracking branch 'origin/pr/2137' into development
by Jaeden Amero
· 7 years ago
32809e8
PSA: Adapt ssl_server2 to modified key allocation API
by Hanno Becker
· 7 years ago
9bd8842
PSA: Adapt ssl_server2 to hew key policy initialization API
by Hanno Becker
· 7 years ago
1387124
PSA: Adapt ssl_client2 to new key policy initialization API
by Hanno Becker
· 7 years ago
37519ea
PSA: Adapt ssl_client2 to modified key slot allocation API
by Hanno Becker
· 7 years ago
2349c4d
Adapt to the new key allocation mechanism
by Andrzej Kurek
· 7 years ago
fbda612
Remove duplicate #include
by Masashi Honma
· 7 years ago
3ef6a6d
Fix const-ness in mbedtls_param_failed()
by Manuel Pégourié-Gonnard
· 7 years ago
2c21073
Remove leftover from testing
by Manuel Pégourié-Gonnard
· 7 years ago
63cb97e
Add handlers for parameter validation in the sample programs
by Simon Butcher
· 7 years ago
52ed0b9
Merge remote-tracking branch 'upstream-public/pr/2101' into development
by Jaeden Amero
· 7 years ago
9055a7d
Merge remote-tracking branch 'upstream-public/pr/2175' into development
by Jaeden Amero
· 7 years ago
52735ef
ECDH: Prevent direct access in non-legacy mode
by Janos Follath
· 7 years ago
b1c48d3
psa: Include PSA headers for tests and programs
by Jaeden Amero
· 7 years ago
4855299
Merge branch 'opaque_psk_implementation' into development-psa-proposed
by Hanno Becker
· 7 years ago
cfdf8f4
Implement key_opaque option to ssl_client2
by Manuel Pégourié-Gonnard
· 7 years ago
ef68be4
Add option key_opaque to ssl_client2 (skeleton)
by Manuel Pégourié-Gonnard
· 7 years ago
c44e0a4
Initialize PSA key slot as invalid in ssl_client2.c
by Hanno Becker
· 7 years ago
1d911cd
Automatically allocate opaque PSK key slots in ssl_{client/server}2
by Hanno Becker
· 7 years ago
c43b6ea
Destroy PSA-based temporary opaque PSKs at the end of ssl_server2
by Hanno Becker
· 7 years ago
3f24ea9
Destroy PSA-based temporary opaque PSK key at the end of ssl_client2
by Hanno Becker
· 7 years ago
5cd607b
Remove overly long line in ssl_client2.c
by Hanno Becker
· 7 years ago
b64ba5f
Add support for opaque PSKs to ssl_server2 example application
by Hanno Becker
· 7 years ago
e86964c
Add support for opaque PSKs in ssl_client2 example program
by Hanno Becker
· 7 years ago
5a9942e
Initialize PSA Crypto implementation in ssl_server2
by Hanno Becker
· 7 years ago
b2b468b
Initialize PSA Crypto implementation in ssl_client2.c
by Hanno Becker
· 7 years ago
30b340a
crypto: Add mbedtls-psa as a submodule
by Jaeden Amero
· 7 years ago
cdd1a6c
Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed
by Simon Butcher
· 7 years ago
241823a
Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed
by Simon Butcher
· 7 years ago
e2dae7e
Add explicit integer to enumeration casts to programs/pkey/gen_key.c
by Hanno Becker
· 7 years ago
2705bea
Merge remote-tracking branch 'public/pr/2095' into development-proposed
by Simon Butcher
· 7 years ago
710f203
Merge branch 'iotssl-1770' into development_thomas_dee
by Hanno Becker
· 7 years ago
56e8463
Add 'password' cmd line parameter to cert_req example program
by Hanno Becker
· 7 years ago
f745733
Add 'md' cmd line parameter to cert_req example program
by Hanno Becker
· 7 years ago
5706452
Merge remote-tracking branch 'public/pr/2056' into development-proposed
by Simon Butcher
· 7 years ago
b4e5451
Merge remote-tracking branch 'public/pr/2070' into development-proposed
by Simon Butcher
· 7 years ago
ddc9e26
Merge remote-tracking branch 'public/pr/1627' into development
by Simon Butcher
· 7 years ago
1daecb4
Merge remote-tracking branch 'public/pr/1281' into development
by Simon Butcher
· 7 years ago
5ddc063
Correct typo
by Hanno Becker
· 7 years ago
d0d01c5
Document `psk_list` parameter of ssl_server2 example program
by Hanno Becker
· 7 years ago
b14c331
Add dependency of key_app_writer example program on PK parse module
by Hanno Becker
· 7 years ago
25781f9
Fix missing check in example client
by Manuel Pégourié-Gonnard
· 7 years ago
6346a75
Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted
by Manuel Pégourié-Gonnard
· 7 years ago
0b44d5c
Zeroize sensitive data in aescrypt2 and crypt_and_hash examples
by Hanno Becker
· 7 years ago
a0b67c2
Bignum: Deprecate mbedtls_mpi_is_prime()
by Janos Follath
· 7 years ago
095d9cf
Fix ordering of free()ing of internal structures in ssl_server2
by Hanno Becker
· 7 years ago
30a9510
Fix memory leak and freeing without initialization in cert_write
by Hanno Becker
· 7 years ago
0592ea7
Merge remote-tracking branch 'public/pr/1140' into development
by Simon Butcher
· 7 years ago
1afc767
Merge remote-tracking branch 'public/pr/1758' into development
by Simon Butcher
· 7 years ago
125af94
Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted
by Manuel Pégourié-Gonnard
· 7 years ago
552754a
Merge remote-tracking branch 'public/pr/1988' into development
by Simon Butcher
· 7 years ago
68dbc94
Merge remote-tracking branch 'public/pr/1951' into development
by Simon Butcher
· 7 years ago
f34a4c1
UDP proxy: Correct debug output for delay_srv option
by Hanno Becker
· 7 years ago
676d3fd
Merge remote-tracking branch 'public/pr/1129' into development
by Simon Butcher
· 7 years ago
14dac09
Merge remote-tracking branch 'public/pr/1918' into development
by Simon Butcher
· 7 years ago
1846e40
Merge remote-tracking branch 'public/pr/1939' into development
by Simon Butcher
· 7 years ago
4103810
Style: Correct indentation in UDP proxy code
by Hanno Becker
· 7 years ago
cf46945
Style: Add empty line before comment in UDP proxy code
by Hanno Becker
· 7 years ago
0e96585
Merge branch 'datagram_packing' into message_reordering
by Hanno Becker
· 7 years ago
1841b0a
Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing()
by Hanno Becker
· 7 years ago
a63c1c3
pk_encrypt: Uniformize debugging output
by Hanno Becker
· 7 years ago
25d882b
Fix typos in programs/x509/cert_write.c
by Hanno Becker
· 7 years ago
ae513a5
Minor formatting improvements in pk_encrypt and pk_decrypt examples
by Hanno Becker
· 7 years ago
bd336c1
Correct memory leak in pk_decrypt example program
by Hanno Becker
· 8 years ago
55c11ba
Correct memory-leak in pk_encrypt example program
by Hanno Becker
· 7 years ago
12b72c1
UDP proxy: Fix bug in freeing delayed messages
by Hanno Becker
· 7 years ago
903ee3d
Merge branch 'datagram_packing' into message_reordering
by Hanno Becker
· 7 years ago
101bcba
UDP proxy: Allow more than one message to be delayed
by Hanno Becker
· 7 years ago
f61ff4e
ssl_server2: Remove redundant new line
by Hanno Becker
· 7 years ago
6aeaa05
Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing
by Hanno Becker
· 7 years ago
caf8741
Fix typo in documentation of UDP proxy argument 'delay_cli'
by Hanno Becker
· 7 years ago
6e7aaca
Move MTU setting to SSL context, not config
by Manuel Pégourié-Gonnard
· 7 years ago
Next »