1. 07dc97d Don't quote DTLSInnerPlaintext structure multiple times by Hanno Becker · 6 years ago
  2. d3f8c79 Improve wording in ssl_build_inner_plaintext() by Hanno Becker · 6 years ago
  3. edb24f8 Remove unnecessary whitespace in ssl_extract_add_data_from_record() by Hanno Becker · 6 years ago
  4. 92fb4fa Reduce stack usage for additional data buffers in record dec/enc by Hanno Becker · 6 years ago
  5. c4a190b Add length of CID to additional data used for record protection by Hanno Becker · 6 years ago
  6. d5aeab1 Improve documentation of ssl_extract_add_data_from_record() by Hanno Becker · 6 years ago
  7. fe6bb8c Unify documentation of internal SSL record structure by Hanno Becker · 6 years ago
  8. 43c24b8 Fix missing compile-time guards around CID-only constants by Hanno Becker · 6 years ago
  9. f44e55d Remove TODO by Hanno Becker · 6 years ago
  10. 75f080f Use MBEDTLS_ namespace for internal CID length constant by Hanno Becker · 6 years ago
  11. 8a7f972 Skip copying CIDs to SSL transforms until CID feature is complete by Hanno Becker · 6 years ago
  12. 8b3eb5a Implement inner plaintext parsing/writing for CID-based connections by Hanno Becker · 6 years ago
  13. d856c82 Add unit tests for record protection using CID by Hanno Becker · 6 years ago
  14. 6c87b3f Record enc/dec tests: Don't take turns in sending / receiving roles by Hanno Becker · 6 years ago
  15. cab87e6 Incorporate CID into MAC computations during record protection by Hanno Becker · 6 years ago
  16. f2ed448 Add CID field to internal structure representing TLS records by Hanno Becker · 6 years ago
  17. 1c1f046 Replace 'ingoing' -> 'incoming' in CID debug messages by Hanno Becker · 6 years ago
  18. c5f2422 Document behaviour of mbedtls_ssl_get_peer_cid() for empty CIDs by Hanno Becker · 6 years ago
  19. 5a29990 Improve structure of client-side CID extension parsing by Hanno Becker · 6 years ago
  20. 2262648 Improve debugging output of client-side CID extension parsing by Hanno Becker · 6 years ago
  21. 08556bf Improve structure of ssl_parse_cid_ext() by Hanno Becker · 6 years ago
  22. 064b732 Use unused extension ID as tentative ID for CID extension by Hanno Becker · 6 years ago
  23. 554b6ea Correct compile-time guard around unhexify() in ssl_server2 by Hanno Becker · 6 years ago
  24. a34ff5b Correct compile-time guard around CID extension writing func on srv by Hanno Becker · 6 years ago
  25. b7ee0cf Make integer truncation explicit in mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  26. fcffdcc Grep for dbug msgs witnessing use of CID in ssl_client2/ssl_server2 by Hanno Becker · 6 years ago
  27. dec2552 Change formating of CID debug output in ssl_client2/ssl_server2 by Hanno Becker · 6 years ago
  28. b1f89cd Implement mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  29. 9ecb6c6 Grep for dbg msg witnessing copying of CIDs to SSL transform by Hanno Becker · 6 years ago
  30. 4bf7465 Copy CIDs into SSL transform if use of CID has been negotiated by Hanno Becker · 6 years ago
  31. 1327fa7 Add fields holding in/out CIDs to SSL record transformation struct by Hanno Becker · 6 years ago
  32. a6a4c76 Grep for dbg msg witnessing parsing of CID extension in ServerHello by Hanno Becker · 6 years ago
  33. a8373a1 Implement parsing of CID extension in ServerHello by Hanno Becker · 6 years ago
  34. 4bc9e9d Grep for dbg msg witnessing writing of CID extension in ServerHello by Hanno Becker · 6 years ago
  35. 51de2d3 Implement writing of CID extension in ServerHello by Hanno Becker · 6 years ago
  36. 7dee2c6 Grep for dbg msg witnessing parsing of CID extension in ClientHello by Hanno Becker · 6 years ago
  37. 89dcc88 Implement parsing of CID extension in ClientHello by Hanno Becker · 6 years ago
  38. 6b78c83 Grep for dbg msg witnessing writing of CID extension in ClientHello by Hanno Becker · 6 years ago
  39. 49770ff Implement writing of CID extension in ClientHello by Hanno Becker · 6 years ago
  40. 189a013 Check static bounds of CID lengths in check_config.h by Hanno Becker · 6 years ago
  41. 0652bc5 Add identifier for CID extension by Hanno Becker · 6 years ago
  42. f157a97 Modify CID tests in ssl-opt.sh to grep for CID config debug msgs by Hanno Becker · 6 years ago
  43. ca09224 Allow configuring own CID fields through mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  44. 2f28c10 Add fields to SSL structures describing state and config of CID ext by Hanno Becker · 6 years ago
  45. 35c36a6 Guard CID implementations by MBEDTLS_SSL_CID by Hanno Becker · 6 years ago
  46. 5f925be Indicate ssl-opt.sh CID tests only test the stub CID code by Hanno Becker · 6 years ago
  47. f1f9a82 Add warnings about status of implementation of CID API by Hanno Becker · 6 years ago
  48. 9bae30d Fix use of requires_config_enabled in ssl-opt.sh by Hanno Becker · 6 years ago
  49. d029a2b Fix typo in CID test in ssl-opt.sh by Hanno Becker · 6 years ago
  50. 957dd92 Print peer CID from ssl_client2 by Hanno Becker · 6 years ago
  51. 735c716 Print peer CID from ssl_server2 by Hanno Becker · 6 years ago
  52. 982182f Improve wording of CID debug msg in ssl_server2 example application by Hanno Becker · 6 years ago
  53. 4f664cb Clarify that mbedtls_ssl_set_cid() applies to all subsequent HSs by Hanno Becker · 6 years ago
  54. 318a87b Document that the use of CID is disabled by default. by Hanno Becker · 6 years ago
  55. 9742809 Reference CID Draft in Connection ID documentation in config.h by Hanno Becker · 6 years ago
  56. 7cf463e Add basic Connection ID tests to ssl-opt.sh by Hanno Becker · 6 years ago
  57. a7d2542 ssl_server2: Add cmd line options to configure use of CID extension by Hanno Becker · 6 years ago
  58. 90cb359 ssl_client2: Add cmd line options to configure use of CID extension by Hanno Becker · 6 years ago
  59. 1f583ee ssl_client2: Add helper to unhexify binary command line data by Hanno Becker · 6 years ago
  60. f8542cf Add dummy implementations for CID API by Hanno Becker · 6 years ago
  61. f8c1026 Update version_features.c by Hanno Becker · 6 years ago
  62. ebafe8b Update query_config.c by Hanno Becker · 6 years ago
  63. bb47cd9 Add dep of MBEDTLS_SSL_CID on MBEDTLS_SSL_PROTO_DTLS to config check by Hanno Becker · 6 years ago
  64. 019f4b5 Add API for the use of the DTLS Connection ID extension by Hanno Becker · 6 years ago
  65. 2234e65 Add new configuration option controlling CID extension by Hanno Becker · 6 years ago
  66. 7be9b4e Merge remote-tracking branch 'origin/pr/2664' into development by Jaeden Amero · 6 years ago
  67. 3b025ac test: Always use `make clean` by itself by Jaeden Amero · 6 years ago
  68. 2ab5cf6 Merge remote-tracking branch 'origin/pr/2403' into development by Jaeden Amero · 6 years ago
  69. a542bb6 Merge remote-tracking branch 'origin/pr/2647' into development by Jaeden Amero · 6 years ago
  70. bb7a582 Merge remote-tracking branch 'origin/pr/2655' into development by Jaeden Amero · 6 years ago
  71. 7525aa0 Merge remote-tracking branch 'origin/pr/2410' into development by Jaeden Amero · 6 years ago
  72. a76773f crypto: Update to Mbed Crypto 8907b019e756 by Andrzej Kurek · 6 years ago
  73. 3c8ccc0 Create seedfile before running tests by Gilles Peskine · 6 years ago
  74. 50a9351 crypto: Update to Mbed Crypto 81f953903764 by Andrzej Kurek · 6 years ago
  75. ade9e28 ssl_cli.c : add explicit casting to unsigned char by Andrzej Kurek · 6 years ago
  76. 9f3d39d Generating visualc files - let Mbed TLS take precedence over crypto by Andrzej Kurek · 6 years ago
  77. 4a71cfa Add a link to the seedfile for out-of-tree cmake builds by Andrzej Kurek · 6 years ago
  78. b78cf2b Adjust visual studio file generation to always use the crypto submodule by Andrzej Kurek · 6 years ago
  79. 62faadd all.sh: unparallelize mingw tests by Andrzej Kurek · 6 years ago
  80. 8761577 all.sh - disable parallelization for shared target tests by Andrzej Kurek · 6 years ago
  81. 9c754a9 config.pl: disable PSA_ITS_FILE and PSA_CRYPTO_STORAGE for baremetal by Andrzej Kurek · 6 years ago
  82. 324b2f7 all.sh: unset crypto storage define in a psa full config cmake asan test by Andrzej Kurek · 6 years ago
  83. 7375708 all.sh: unset FS_IO-dependent defines for tests that do not have it by Andrzej Kurek · 6 years ago
  84. 098b16c curves.pl - change test script to not depend on the implementation by Andrzej Kurek · 6 years ago
  85. f425ff1 Export the submodule flag to sub-cmakes by Andrzej Kurek · 6 years ago
  86. 03c35a5 Disable MBEDTLS_ECP_RESTARTABLE in full config by Andrzej Kurek · 6 years ago
  87. d015619 Export the submodule flag to sub-makes by Andrzej Kurek · 6 years ago
  88. 346747c Force the usage of crypto submodule by Andrzej Kurek · 6 years ago
  89. 67df9e4 Fix crypto submodule usage in Makefile by Andrzej Kurek · 6 years ago
  90. d65b11d Documentation rewording by Andrzej Kurek · 6 years ago
  91. d3deb1d Typo fixes in documentation by Andrzej Kurek · 6 years ago
  92. 45be3d8 Fix compile guard for static function in ssl by Manuel Pégourié-Gonnard · 6 years ago
  93. 971dea3 Enable USE_PSA_CRYPTO with config.pl full by Manuel Pégourié-Gonnard · 7 years ago
  94. de7636e Enable MBEDTLS_PSA_CRYPTO_C by default by Manuel Pégourié-Gonnard · 7 years ago
  95. d8167e8 Build from submodule by default (make, cmake) by Manuel Pégourié-Gonnard · 7 years ago
  96. 9a52cf3 list-symbols.sh: if the build fails, print the build transcript by Gilles Peskine · 6 years ago
  97. 0c12e30 Document "check-names.sh -v" by Gilles Peskine · 6 years ago
  98. 56f071f Add negative test for malformed SAN by Ron Eldor · 6 years ago
  99. 5aebeeb Set next sequence of subject_alt_names to NULL by Ron Eldor · 6 years ago
  100. 31d1432 Merge remote-tracking branch 'origin/pr/2530' into development by Jaeden Amero · 6 years ago