1. 4c6fe12 Remove TODO by Hanno Becker · 6 years ago
  2. 2e7cd5a Use MBEDTLS_ namespace for internal CID length constant by Hanno Becker · 6 years ago
  3. d91dc37 Skip copying CIDs to SSL transforms until CID feature is complete by Hanno Becker · 6 years ago
  4. 92c930f Implement inner plaintext parsing/writing for CID-based connections by Hanno Becker · 6 years ago
  5. d8f753b Add unit tests for record protection using CID by Hanno Becker · 6 years ago
  6. 36fb379 Record enc/dec tests: Don't take turns in sending / receiving roles by Hanno Becker · 6 years ago
  7. e83efe6 Incorporate CID into MAC computations during record protection by Hanno Becker · 6 years ago
  8. 80fe63e Add CID field to internal structure representing TLS records by Hanno Becker · 6 years ago
  9. 8013b27 Replace 'ingoing' -> 'incoming' in CID debug messages by Hanno Becker · 6 years ago
  10. cb063f5 Document behaviour of mbedtls_ssl_get_peer_cid() for empty CIDs by Hanno Becker · 6 years ago
  11. f885d3b Improve structure of client-side CID extension parsing by Hanno Becker · 6 years ago
  12. 8f68f87 Improve debugging output of client-side CID extension parsing by Hanno Becker · 6 years ago
  13. 19976b5 Improve structure of ssl_parse_cid_ext() by Hanno Becker · 6 years ago
  14. fc7ff92 Use unused extension ID as tentative ID for CID extension by Hanno Becker · 6 years ago
  15. 4ce0604 Enable use of CID in baremetal configuration and test script by Hanno Becker · 6 years ago
  16. 2e0bedc Correct compile-time guard around unhexify() in ssl_server2 by Hanno Becker · 6 years ago
  17. 31f1668 Correct compile-time guard around CID extension writing func on srv by Hanno Becker · 6 years ago
  18. b4a5606 Make integer truncation explicit in mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  19. 6a3ff28 Grep for dbug msgs witnessing use of CID in ssl_client2/ssl_server2 by Hanno Becker · 6 years ago
  20. 0c8281a Change formating of CID debug output in ssl_client2/ssl_server2 by Hanno Becker · 6 years ago
  21. 2de89fa Implement mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  22. 5e2cd14 Grep for dbg msg witnessing copying of CIDs to SSL transform by Hanno Becker · 6 years ago
  23. dd0afca Copy CIDs into SSL transform if use of CID has been negotiated by Hanno Becker · 6 years ago
  24. 4f0b15f Add fields holding in/out CIDs to SSL record transformation struct by Hanno Becker · 6 years ago
  25. cf2a565 Grep for dbg msg witnessing parsing of CID extension in ServerHello by Hanno Becker · 6 years ago
  26. 1ba81f6 Implement parsing of CID extension in ServerHello by Hanno Becker · 6 years ago
  27. 4eb0587 Grep for dbg msg witnessing writing of CID extension in ServerHello by Hanno Becker · 6 years ago
  28. 072d4ec Implement writing of CID extension in ServerHello by Hanno Becker · 6 years ago
  29. c008cb5 Grep for dbg msg witnessing parsing of CID extension in ClientHello by Hanno Becker · 6 years ago
  30. c403b26 Implement parsing of CID extension in ClientHello by Hanno Becker · 6 years ago
  31. 7345599 Grep for dbg msg witnessing writing of CID extension in ClientHello by Hanno Becker · 6 years ago
  32. 39ec525 Implement writing of CID extension in ClientHello by Hanno Becker · 6 years ago
  33. 4662971 Check static bounds of CID lengths in check_config.h by Hanno Becker · 6 years ago
  34. 4baec2c Add identifier for CID extension by Hanno Becker · 6 years ago
  35. 9dae9fd Modify CID tests in ssl-opt.sh to grep for CID config debug msgs by Hanno Becker · 6 years ago
  36. 0748986 Allow configuring own CID fields through mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  37. e5e7f62 Add fields to SSL structures describing state and config of CID ext by Hanno Becker · 6 years ago
  38. 724a695 Merge remote-tracking branch 'origin/pr/562' into baremetal by Simon Butcher · 6 years ago
  39. e372d5f Merge remote-tracking branch 'origin/pr/558' into baremetal by Simon Butcher · 6 years ago
  40. 999ac17 Merge remote-tracking branch 'origin/pr/566' into baremetal by Simon Butcher · 6 years ago
  41. ec998c6 Merge remote-tracking branch 'origin/pr/564' into baremetal by Simon Butcher · 6 years ago
  42. 8751e35 Remove baremetal from build component names by Jarno Lamsa · 6 years ago
  43. 4498de5 Address review comments about all.sh by Jarno Lamsa · 6 years ago
  44. 0668b8f Description of MBEDTLS_USE_UECC by Jarno Lamsa · 6 years ago
  45. d91f7fa Add native build targets for uecc baremetal config by Jarno Lamsa · 6 years ago
  46. 65ea285 Fix typo by Jarno Lamsa · 6 years ago
  47. f6371ff Add armcc5 build for uecc and baremetal config by Jarno Lamsa · 6 years ago
  48. 4613220 Make compiler happy when MBEDTLS_USE_UECC disabled by Jarno Lamsa · 6 years ago
  49. 0888581 Fix uninitialized variable access in debug output of record enc/dec by Hanno Becker · 6 years ago
  50. a131766 Ensure non-NULL key buffer when building SSL test transforms by Hanno Becker · 6 years ago
  51. 1acadb7 Catch errors while building SSL test transforms by Hanno Becker · 6 years ago
  52. afc528a Use mbedtls_{calloc|free}() in SSL unit test suite by Hanno Becker · 6 years ago
  53. f832343 Improve documentation of mbedtls_record by Hanno Becker · 6 years ago
  54. c5aee96 Adapt record length value after encryption by Hanno Becker · 6 years ago
  55. b17a1a2 Alternative between send/recv transform in SSL record test suite by Hanno Becker · 6 years ago
  56. 5c1176e Fix memory leak on failure in test_suite_ssl by Hanno Becker · 6 years ago
  57. 30d02cd Rename ssl_decrypt_buf() to mbedtls_ssl_decrypt_buf() in comment by Hanno Becker · 7 years ago
  58. 3693c72 Add record encryption/decryption tests for ARIA to SSL test suite by Hanno Becker · 7 years ago
  59. a198bb7 Improve documentation of mbedtls_ssl_transform by Hanno Becker · 7 years ago
  60. 93012fe Double check that record expansion is as expected during decryption by Hanno Becker · 7 years ago
  61. a795323 Move debugging output after record decryption by Hanno Becker · 7 years ago
  62. d300003 Add encryption/decryption tests for small records by Hanno Becker · 8 years ago
  63. 611a83b Add tests for record encryption/decryption by Hanno Becker · 8 years ago
  64. 9223132 Reduce size of `ssl_transform` if no MAC ciphersuite is enabled by Hanno Becker · 8 years ago
  65. f122944 Remove code from `ssl_derive_keys` if relevant modes are not enabled by Hanno Becker · 8 years ago
  66. 4c6876b Provide standalone version of `ssl_decrypt_buf` by Hanno Becker · 8 years ago
  67. 00c0aa0 Exclude MBEDTLS_USE_UECC from the full config by Jarno Lamsa · 6 years ago
  68. ce3cb64 Fix check-names.sh by Jarno Lamsa · 6 years ago
  69. 3307b53 Provide standalone version of `ssl_encrypt_buf` by Hanno Becker · 8 years ago
  70. 4a5eeae Improve documentation of mbedtls_ssl_transform by Hanno Becker · 8 years ago
  71. 9d2e4b4 Add structure representing TLS records by Hanno Becker · 8 years ago
  72. b628a80 Fix definition of SSL_SOME_MODES_USE_MAC by Hanno Becker · 7 years ago
  73. 5cc04d5 Correct space needed for MAC in case of NULL cipher by Hanno Becker · 8 years ago
  74. 8759e16 Remove ciphersuite_info from ssl_transform by Hanno Becker · 8 years ago
  75. e7f2df0 Remove key length field from ssl_transform by Hanno Becker · 8 years ago
  76. 5b87128 MBEDTLS_USE_UECC and MBEDTLS_NO_64BIT_MULTIPLICATION conflicting by Jarno Lamsa · 6 years ago
  77. 5542796 Guard tinycrypt files with MBEDTLS_USE_UECC by Jarno Lamsa · 6 years ago
  78. 8557fc9 Add whitelist for uECC files for check-names.sh by Jarno Lamsa · 6 years ago
  79. 95de220 Ignore tinycrypt headers from doxygen input by Jarno Lamsa · 6 years ago
  80. 02493af Ignore tinycrypt files from check-files.py by Jarno Lamsa · 6 years ago
  81. 6fe99be Fix check-generated-files after creating a flag by Jarno Lamsa · 6 years ago
  82. 6f519a3 Fix typo in CMakeLists.txt by Jarno Lamsa · 6 years ago
  83. 337dad9 Tinycrypt support for makefile builds by Jarno Lamsa · 6 years ago
  84. 187fbb1 Use mbedtls_platform_zeroize in uecc code by Jarno Lamsa · 6 years ago
  85. 2e7c7cd Merge remote-tracking branch 'public/mbedtls-2.16' into baremetal by Simon Butcher · 6 years ago
  86. 9454dfa Add a new flag for the micro-ecc by Jarno Lamsa · 6 years ago
  87. d50fd6b Remove unused headers from uecc sources by Jarno Lamsa · 6 years ago
  88. 79e3b94 Add CMake support for uecc by Jarno Lamsa · 6 years ago
  89. 18987a4 Add micro-ecc based ecc-files to mbedtls by Jarno Lamsa · 6 years ago
  90. ba8cd67 Guard CID implementations by MBEDTLS_SSL_CID by Hanno Becker · 6 years ago
  91. b60c85c Indicate ssl-opt.sh CID tests only test the stub CID code by Hanno Becker · 6 years ago
  92. 8d0893d Add warnings about status of implementation of CID API by Hanno Becker · 6 years ago
  93. 963cb35 Fix use of requires_config_enabled in ssl-opt.sh by Hanno Becker · 6 years ago
  94. 4f98b6a Fix typo in CID test in ssl-opt.sh by Hanno Becker · 6 years ago
  95. 6dde3dd Print peer CID from ssl_client2 by Hanno Becker · 6 years ago
  96. 8be8a95 Print peer CID from ssl_server2 by Hanno Becker · 6 years ago
  97. 14751aa Improve wording of CID debug msg in ssl_server2 example application by Hanno Becker · 6 years ago
  98. b9b7e29 Clarify that mbedtls_ssl_set_cid() applies to all subsequent HSs by Hanno Becker · 6 years ago
  99. d928c06 Document that the use of CID is disabled by default. by Hanno Becker · 6 years ago
  100. efde5b2 Reference CID Draft in Connection ID documentation in config.h by Hanno Becker · 6 years ago