1. 21d1c32 Merge remote-tracking branch 'origin/pr/574' into baremetal by Simon Butcher · 6 years ago
  2. f3c43dd Merge branch 'mbedtls-2.16' into baremetal by Manuel Pégourié-Gonnard · 6 years ago
  3. 5dbcc9f Introduce specific error for ver/cfg mismatch on deserialization by Hanno Becker · 6 years ago
  4. 35ccdbb Normalize spelling to serialiZation by Manuel Pégourié-Gonnard · 6 years ago
  5. e0cd1d0 Improve documentation by Manuel Pégourié-Gonnard · 6 years ago
  6. 5363e1f Add list of coupled functions to struct definition by Manuel Pégourié-Gonnard · 6 years ago
  7. 32ce596 Improve save API by always updating olen by Manuel Pégourié-Gonnard · 6 years ago
  8. 37a5324 Add mbedtls_ssl_get_session_pointer() by Manuel Pégourié-Gonnard · 6 years ago
  9. 2843fe1 Declare and document session save/load functions by Manuel Pégourié-Gonnard · 6 years ago
  10. 0d1d76f Merge remote-tracking branch 'origin/pr/561' into baremetal by Simon Butcher · 6 years ago
  11. d5e1bfc Merge remote-tracking branch 'origin/pr/569' into baremetal by Simon Butcher · 6 years ago
  12. 0edb924 Merge remote-tracking branch 'origin/pr/565' into baremetal by Simon Butcher · 6 years ago
  13. 5a790f9 Merge remote-tracking branch 'origin/pr/563' into baremetal by Simon Butcher · 6 years ago
  14. 4753e65 Disable Connection ID feature by default by Hanno Becker · 6 years ago
  15. 948d2d5 Expand CID to Connection ID in documentation of mbedtls_ssl_conf_cid by Hanno Becker · 6 years ago
  16. cbcd327 Merge remote-tracking branch 'origin/pr/2611' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  17. 633d604 Allow passing NULL pointers to mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  18. 2f8c804 Fix typo in Doxygen documentation of mbedtls_ssl_conf_cid() by Hanno Becker · 6 years ago
  19. a5a2b08 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago
  20. 3cdf8fe Consistently reference CID draft through name + URL by Hanno Becker · 6 years ago
  21. cfa6be7 Fix typo in documentation of `mbedtls_ssl_context::cid_in_use` by Hanno Becker · 6 years ago
  22. 96f35b4 Improve wording of documentation of mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  23. 5fcac0d Slightly reword documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  24. 53f36e9 Use full sentences in Doxygen documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  25. dc19b41 Use uniform spacing in def's of MBEDTLS_SSL_CID_{IN|OUT}_LEN_MAX by Hanno Becker · 6 years ago
  26. f83017c Improve wording in documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  27. 75b334f Update references to CID draft to version 5 by Hanno Becker · 6 years ago
  28. ef2b8b0 Improve wording in documentation of MBEDTLS_SSL_CID by Hanno Becker · 6 years ago
  29. a69b431 Modify MBEDTLS_SSL_UNEXPECTED_CID_{FAIL|IGNORE} to ignore by default by Hanno Becker · 6 years ago
  30. e8eff9a Allow to configure the stack's behaviour on unexpected CIDs by Hanno Becker · 6 years ago
  31. 7c3cdb6 Add specific SSL error code for unexpected CIDs by Hanno Becker · 6 years ago
  32. 7842609 Remove restriction on value of MBEDTLS_SSL_CID_PADDING_GRANULARITY by Hanno Becker · 6 years ago
  33. 241947d Reword CID documentation by Hanno Becker · 6 years ago
  34. 550e166 Allow the configuration of padding when using CID extension by Hanno Becker · 6 years ago
  35. 043a2a4 Remove indicators and warnings about unfinished CID implementation by Hanno Becker · 6 years ago
  36. 70e7928 Add pointers to in/out CID fields to mbedtls_ssl_context by Hanno Becker · 6 years ago
  37. add0190 Account for additional record expansion when using CIDs by Hanno Becker · 6 years ago
  38. eec2be9 Add CID configuration API by Hanno Becker · 6 years ago
  39. ccc2456 Re-implement mbedtls_ssl_{in/out}_hdr_len() via in/out pointers by Hanno Becker · 6 years ago
  40. 4339576 Split mbedtls_ssl_hdr_len() in separate functions for in/out records by Hanno Becker · 6 years ago
  41. 346a590 Unify documentation of internal SSL record structure by Hanno Becker · 6 years ago
  42. 2e7cd5a Use MBEDTLS_ namespace for internal CID length constant by Hanno Becker · 6 years ago
  43. 92c930f Implement inner plaintext parsing/writing for CID-based connections by Hanno Becker · 6 years ago
  44. 80fe63e Add CID field to internal structure representing TLS records by Hanno Becker · 6 years ago
  45. 8013b27 Replace 'ingoing' -> 'incoming' in CID debug messages by Hanno Becker · 6 years ago
  46. cb063f5 Document behaviour of mbedtls_ssl_get_peer_cid() for empty CIDs by Hanno Becker · 6 years ago
  47. fc7ff92 Use unused extension ID as tentative ID for CID extension by Hanno Becker · 6 years ago
  48. 4f0b15f Add fields holding in/out CIDs to SSL record transformation struct by Hanno Becker · 6 years ago
  49. 4662971 Check static bounds of CID lengths in check_config.h by Hanno Becker · 6 years ago
  50. 4baec2c Add identifier for CID extension by Hanno Becker · 6 years ago
  51. e5e7f62 Add fields to SSL structures describing state and config of CID ext by Hanno Becker · 6 years ago
  52. fce6f83 Merge branch 'mbedtls-2.16' into baremetal by Hanno Becker · 6 years ago
  53. 724a695 Merge remote-tracking branch 'origin/pr/562' into baremetal by Simon Butcher · 6 years ago
  54. e372d5f Merge remote-tracking branch 'origin/pr/558' into baremetal by Simon Butcher · 6 years ago
  55. 999ac17 Merge remote-tracking branch 'origin/pr/566' into baremetal by Simon Butcher · 6 years ago
  56. 00c99d7 Clarify origin and licensing of TinyCrypt files by Manuel Pégourié-Gonnard · 6 years ago
  57. afdc1b5 Consistently use the name tinycrypt over uecc by Manuel Pégourié-Gonnard · 6 years ago
  58. a575975 Make calc_verify() return the length as well by Manuel Pégourié-Gonnard · 6 years ago
  59. ed3b7a9 Constify ssl_context param of calc_verify() by Manuel Pégourié-Gonnard · 6 years ago
  60. 0668b8f Description of MBEDTLS_USE_UECC by Jarno Lamsa · 6 years ago
  61. f832343 Improve documentation of mbedtls_record by Hanno Becker · 6 years ago
  62. a198bb7 Improve documentation of mbedtls_ssl_transform by Hanno Becker · 7 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. 4c6876b Provide standalone version of `ssl_decrypt_buf` by Hanno Becker · 8 years ago
  66. d707783 Reword ssl_conf_max_frag_len documentation for clarity by k-stachowiak · 6 years ago
  67. 3307b53 Provide standalone version of `ssl_encrypt_buf` by Hanno Becker · 8 years ago
  68. 4a5eeae Improve documentation of mbedtls_ssl_transform by Hanno Becker · 8 years ago
  69. 9d2e4b4 Add structure representing TLS records by Hanno Becker · 8 years ago
  70. b628a80 Fix definition of SSL_SOME_MODES_USE_MAC by Hanno Becker · 7 years ago
  71. 5cc04d5 Correct space needed for MAC in case of NULL cipher by Hanno Becker · 8 years ago
  72. 8759e16 Remove ciphersuite_info from ssl_transform by Hanno Becker · 8 years ago
  73. e7f2df0 Remove key length field from ssl_transform by Hanno Becker · 8 years ago
  74. 5b87128 MBEDTLS_USE_UECC and MBEDTLS_NO_64BIT_MULTIPLICATION conflicting by Jarno Lamsa · 6 years ago
  75. 9454dfa Add a new flag for the micro-ecc by Jarno Lamsa · 6 years ago
  76. d6028a1 Improve macro hygiene by Hanno Becker · 7 years ago
  77. 8d0893d Add warnings about status of implementation of CID API by Hanno Becker · 6 years ago
  78. b9b7e29 Clarify that mbedtls_ssl_set_cid() applies to all subsequent HSs by Hanno Becker · 6 years ago
  79. d928c06 Document that the use of CID is disabled by default. by Hanno Becker · 6 years ago
  80. efde5b2 Reference CID Draft in Connection ID documentation in config.h by Hanno Becker · 6 years ago
  81. 29a54c8 Add dep of MBEDTLS_SSL_CID on MBEDTLS_SSL_PROTO_DTLS to config check by Hanno Becker · 6 years ago
  82. 6198af3 Add API for the use of the DTLS Connection ID extension by Hanno Becker · 6 years ago
  83. 81bd971 Add new configuration option controlling CID extension by Hanno Becker · 6 years ago
  84. 186c2c0 Merge remote-tracking branch 'restricted/pr/553' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  85. 9f4f8ee Update library version to 2.16.1 by Jaeden Amero · 6 years ago mbedtls-2.16.1
  86. 799cd57 Merge remote-tracking branch 'restricted/pr/550' into mbedtls-2.16 by Simon Butcher · 6 years ago
  87. 7c86e9a Fix documentation for 3DES removal by Andres Amaya Garcia · 6 years ago
  88. 6882ec1 Fix wording of ChangeLog and 3DES_REMOVE docs by Andres Amaya Garcia · 7 years ago
  89. 5d8aade Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  90. 4dc50bc Fix typo in documentation by Gilles Peskine · 7 years ago
  91. 6490034 Improve docs for ASN.1 bitstrings and their usage by Andres Amaya Garcia · 7 years ago
  92. 5788314 Merge remote-tracking branch 'origin/pr/2319' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  93. f0f8c09 Merge remote-tracking branch 'origin/pr/1375' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  94. 541055e Backport #1949 into mbedtls-2.16 by Jeffrey Martin · 7 years ago
  95. 874b604 Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 by Simon Butcher · 7 years ago
  96. b779759 Move ecp_restartable definitions out of the MBEDTLS_ECP_ALT guards by Darryl Green · 7 years ago
  97. 983acb7 Fix include file path by GuHaijun · 7 years ago
  98. 6c164e7 Update the version of the library to 2.16.0 by Simon Butcher · 7 years ago
  99. fed19be Merge remote-tracking branch 'public/pr/2126' into development-restricted by Simon Butcher · 7 years ago
  100. 6df8c53 Merge remote-tracking branch 'public/pr/2134' into development-restricted by Simon Butcher · 7 years ago