1. 554b6ea Correct compile-time guard around unhexify() in ssl_server2 by Hanno Becker · 6 years ago
  2. dec2552 Change formating of CID debug output in ssl_client2/ssl_server2 by Hanno Becker · 6 years ago
  3. 957dd92 Print peer CID from ssl_client2 by Hanno Becker · 6 years ago
  4. 735c716 Print peer CID from ssl_server2 by Hanno Becker · 6 years ago
  5. 982182f Improve wording of CID debug msg in ssl_server2 example application by Hanno Becker · 6 years ago
  6. a7d2542 ssl_server2: Add cmd line options to configure use of CID extension by Hanno Becker · 6 years ago
  7. 90cb359 ssl_client2: Add cmd line options to configure use of CID extension by Hanno Becker · 6 years ago
  8. 1f583ee ssl_client2: Add helper to unhexify binary command line data by Hanno Becker · 6 years ago
  9. ebafe8b Update query_config.c by Hanno Becker · 6 years ago
  10. 346747c Force the usage of crypto submodule by Andrzej Kurek · 6 years ago
  11. d8167e8 Build from submodule by default (make, cmake) by Manuel Pégourié-Gonnard · 7 years ago
  12. 51c4507 Remove unneeded whitespaces by Ron Eldor · 6 years ago
  13. 801faf0 Fix mingw CI failures by Ron Eldor · 6 years ago
  14. f75e252 Add test for export keys functionality by Ron Eldor · 6 years ago
  15. 51d3ab5 Add public API for tls_prf by Ron Eldor · 6 years ago
  16. b7fd64c Add eap-tls key derivation in the examples. by Ron Eldor · 6 years ago
  17. 1439b09 Merge remote-tracking branch 'origin/pr/2540' into development by Jaeden Amero · 6 years ago
  18. 3956a84 Merge remote-tracking branch 'origin/pr/2092' into development by Jaeden Amero · 6 years ago
  19. ceb1370 Merge remote-tracking branch 'origin/pr/2580' into development by Jaeden Amero · 6 years ago
  20. ef42847 Merge remote-tracking branch 'origin/pr/2552' into development by Jaeden Amero · 6 years ago
  21. fe71067 Merge remote-tracking branch 'origin/pr/2539' into development by Jaeden Amero · 6 years ago
  22. ff34d43 Merge remote-tracking branch 'origin/pr/2532' into development by Jaeden Amero · 6 years ago
  23. 2ae29ba cpp_dummy_build: Add missing header psa_util.h by Peter Kolbus · 6 years ago
  24. 21cb3c3 Remove ssl_cert_test sample app by Ron Eldor · 6 years ago
  25. ae13beb Rename constant in client2.c by Janos Follath · 6 years ago
  26. d7ecbd6 Fix style issues and a typo by Janos Follath · 6 years ago
  27. bc5de0f Merge remote-tracking branch 'origin/pr/2368' into development by Jaeden Amero · 6 years ago
  28. 80d0419 Add guards for MBEDTLS_X509_CRL_PARSE_C in sample by Ron Eldor · 6 years ago
  29. bb425db Add cmd to use context-specific CRT callback in ssl_client2 by Hanno Becker · 6 years ago
  30. f7a7f9e Address review comments regarding ssl_client2 and ssl tests by Jarno Lamsa · 6 years ago
  31. d6d100b Fix ssl_client2 and ssl_server2 if !PLATFORM_C by Hanno Becker · 6 years ago
  32. 1bac87c Correct placement of usage macro in ssl_client2 by Hanno Becker · 6 years ago
  33. fa738d1 Update query_config.c by Hanno Becker · 6 years ago
  34. cbb5903 Minor fixes to CA callback tests by Hanno Becker · 6 years ago
  35. 1b4a2ba Add possibility to use ca_callbacks in ssl programs by Jarno Lamsa · 6 years ago
  36. 0ea3377 Merge remote-tracking branch 'restricted/pr/552' into development by Jaeden Amero · 6 years ago
  37. 57f4d9e Update crypto submodule to test with private headers by Jaeden Amero · 6 years ago
  38. eb0195d Merge remote-tracking branch 'origin/pr/2239' into development by Jaeden Amero · 6 years ago
  39. f5ce5d5 Fix default port number information by irwir · 7 years ago
  40. 535ee4a Merge remote-tracking branch 'public/pr/2421' into development by Simon Butcher · 6 years ago archive/mbedtls-2.17 mbedtls-2.17
  41. 195bdde Merge remote-tracking branch 'restricted/pr/528' into development by Simon Butcher · 6 years ago
  42. 56b9a93 Update query_config.c by Manuel Pégourié-Gonnard · 6 years ago
  43. 7067f81 Add tests for (named) bitstring to suite_asn1write by Andres Amaya Garcia · 7 years ago
  44. bdf75eb Add missing compile time guard in ssl_client2 by Hanno Becker · 6 years ago
  45. 775655e Update programs/ssl/query_config.c by Hanno Becker · 6 years ago
  46. 23699ef ssl_client2: Reset peer CRT info string on reconnect by Hanno Becker · 6 years ago
  47. a1051b4 ssl_client2: Zeroize peer CRT info buffer when reconnecting by Hanno Becker · 6 years ago
  48. a9766c2c ssl_client2: Extract peer CRT info from verification callback by Hanno Becker · 6 years ago
  49. 57b33c9 Use mbedtls_ssl_get_peer_cert() to query peer cert in cert_app by Hanno Becker · 6 years ago
  50. 415620c Merge remote-tracking branch 'origin/pr/2105' into development by Jaeden Amero · 6 years ago
  51. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  52. 54efcb7 Update query config with VSNPRINTF macro by Andres Amaya Garcia · 6 years ago
  53. e7856bf Suppress visual studio preprocessor warnings on query_config.c by Andres Amaya Garcia · 7 years ago
  54. 8645f73 Update query_config.c with new macros by Andres Amaya Garcia · 7 years ago
  55. ef672f0 Exclude macros from query_config.c generation by Andres Amaya Garcia · 7 years ago
  56. 27b3372 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  57. 5bc6e92 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
  58. cb9c015 Improve cmake inclusion of query_config.c when building apps by Andres Amaya Garcia · 7 years ago
  59. c28da7e Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
  60. 5aca555 Fix GCC 0-length printf format string error by Andres Amaya Garcia · 7 years ago
  61. 08457ce Fix aligment in programs/test/query_compile_time_config.c by Andres AG · 7 years ago
  62. 509ba69 Create programs/test/query_compile_time_config app by Andres AG · 7 years ago
  63. 4581486 Ensure query_config.c includes stdio only when needed by Andres AG · 7 years ago
  64. bb92364 Update programs/ssl/CMakeLists.txt with query_config.c dep by Andres Amaya Garcia · 7 years ago
  65. 3b2f9d3 query_config.c: remove duplicated inc of platform.h by Andres Amaya Garcia · 7 years ago
  66. bc81884 Query config through ssl_server2 and ssl_client2 cmdline by Andres Amaya Garcia · 7 years ago
  67. b274f27 Documentation fixes by Andrzej Kurek · 7 years ago
  68. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  69. 6f4a8ef Merge remote-tracking branch 'origin/pr/2137' into development by Jaeden Amero · 7 years ago
  70. 32809e8 PSA: Adapt ssl_server2 to modified key allocation API by Hanno Becker · 7 years ago
  71. 9bd8842 PSA: Adapt ssl_server2 to hew key policy initialization API by Hanno Becker · 7 years ago
  72. 1387124 PSA: Adapt ssl_client2 to new key policy initialization API by Hanno Becker · 7 years ago
  73. 37519ea PSA: Adapt ssl_client2 to modified key slot allocation API by Hanno Becker · 7 years ago
  74. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  75. fbda612 Remove duplicate #include by Masashi Honma · 7 years ago
  76. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  77. 2c21073 Remove leftover from testing by Manuel Pégourié-Gonnard · 7 years ago
  78. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  79. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 7 years ago
  80. 9055a7d Merge remote-tracking branch 'upstream-public/pr/2175' into development by Jaeden Amero · 7 years ago
  81. 52735ef ECDH: Prevent direct access in non-legacy mode by Janos Follath · 7 years ago
  82. a92c545 Fix private DER output shifted by one byte. by Christian Walther · 7 years ago
  83. b1c48d3 psa: Include PSA headers for tests and programs by Jaeden Amero · 7 years ago
  84. 4855299 Merge branch 'opaque_psk_implementation' into development-psa-proposed by Hanno Becker · 7 years ago
  85. cfdf8f4 Implement key_opaque option to ssl_client2 by Manuel Pégourié-Gonnard · 7 years ago
  86. ef68be4 Add option key_opaque to ssl_client2 (skeleton) by Manuel Pégourié-Gonnard · 7 years ago
  87. c44e0a4 Initialize PSA key slot as invalid in ssl_client2.c by Hanno Becker · 7 years ago
  88. 1d911cd Automatically allocate opaque PSK key slots in ssl_{client/server}2 by Hanno Becker · 7 years ago
  89. c43b6ea Destroy PSA-based temporary opaque PSKs at the end of ssl_server2 by Hanno Becker · 7 years ago
  90. 3f24ea9 Destroy PSA-based temporary opaque PSK key at the end of ssl_client2 by Hanno Becker · 7 years ago
  91. 5cd607b Remove overly long line in ssl_client2.c by Hanno Becker · 7 years ago
  92. b64ba5f Add support for opaque PSKs to ssl_server2 example application by Hanno Becker · 7 years ago
  93. e86964c Add support for opaque PSKs in ssl_client2 example program by Hanno Becker · 7 years ago
  94. 5a9942e Initialize PSA Crypto implementation in ssl_server2 by Hanno Becker · 7 years ago
  95. b2b468b Initialize PSA Crypto implementation in ssl_client2.c by Hanno Becker · 7 years ago
  96. 30b340a crypto: Add mbedtls-psa as a submodule by Jaeden Amero · 7 years ago
  97. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  98. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 7 years ago
  99. e2dae7e Add explicit integer to enumeration casts to programs/pkey/gen_key.c by Hanno Becker · 7 years ago
  100. 2705bea Merge remote-tracking branch 'public/pr/2095' into development-proposed by Simon Butcher · 7 years ago