1. 5fcac0d Slightly reword documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  2. 53f36e9 Use full sentences in Doxygen documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  3. dc19b41 Use uniform spacing in def's of MBEDTLS_SSL_CID_{IN|OUT}_LEN_MAX by Hanno Becker · 6 years ago
  4. f83017c Improve wording in documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  5. 75b334f Update references to CID draft to version 5 by Hanno Becker · 6 years ago
  6. ef2b8b0 Improve wording in documentation of MBEDTLS_SSL_CID by Hanno Becker · 6 years ago
  7. a69b431 Modify MBEDTLS_SSL_UNEXPECTED_CID_{FAIL|IGNORE} to ignore by default by Hanno Becker · 6 years ago
  8. e8eff9a Allow to configure the stack's behaviour on unexpected CIDs by Hanno Becker · 6 years ago
  9. 7c3cdb6 Add specific SSL error code for unexpected CIDs by Hanno Becker · 6 years ago
  10. 7842609 Remove restriction on value of MBEDTLS_SSL_CID_PADDING_GRANULARITY by Hanno Becker · 6 years ago
  11. 241947d Reword CID documentation by Hanno Becker · 6 years ago
  12. 550e166 Allow the configuration of padding when using CID extension by Hanno Becker · 6 years ago
  13. 043a2a4 Remove indicators and warnings about unfinished CID implementation by Hanno Becker · 6 years ago
  14. 70e7928 Add pointers to in/out CID fields to mbedtls_ssl_context by Hanno Becker · 6 years ago
  15. add0190 Account for additional record expansion when using CIDs by Hanno Becker · 6 years ago
  16. eec2be9 Add CID configuration API by Hanno Becker · 6 years ago
  17. ccc2456 Re-implement mbedtls_ssl_{in/out}_hdr_len() via in/out pointers by Hanno Becker · 6 years ago
  18. 4339576 Split mbedtls_ssl_hdr_len() in separate functions for in/out records by Hanno Becker · 6 years ago
  19. 346a590 Unify documentation of internal SSL record structure by Hanno Becker · 6 years ago
  20. 2e7cd5a Use MBEDTLS_ namespace for internal CID length constant by Hanno Becker · 6 years ago
  21. 92c930f Implement inner plaintext parsing/writing for CID-based connections by Hanno Becker · 6 years ago
  22. 80fe63e Add CID field to internal structure representing TLS records by Hanno Becker · 6 years ago
  23. 8013b27 Replace 'ingoing' -> 'incoming' in CID debug messages by Hanno Becker · 6 years ago
  24. cb063f5 Document behaviour of mbedtls_ssl_get_peer_cid() for empty CIDs by Hanno Becker · 6 years ago
  25. fc7ff92 Use unused extension ID as tentative ID for CID extension by Hanno Becker · 6 years ago
  26. 4f0b15f Add fields holding in/out CIDs to SSL record transformation struct by Hanno Becker · 6 years ago
  27. 4662971 Check static bounds of CID lengths in check_config.h by Hanno Becker · 6 years ago
  28. 4baec2c Add identifier for CID extension by Hanno Becker · 6 years ago
  29. e5e7f62 Add fields to SSL structures describing state and config of CID ext by Hanno Becker · 6 years ago
  30. 724a695 Merge remote-tracking branch 'origin/pr/562' into baremetal by Simon Butcher · 6 years ago
  31. e372d5f Merge remote-tracking branch 'origin/pr/558' into baremetal by Simon Butcher · 6 years ago
  32. 999ac17 Merge remote-tracking branch 'origin/pr/566' into baremetal by Simon Butcher · 6 years ago
  33. 0668b8f Description of MBEDTLS_USE_UECC by Jarno Lamsa · 6 years ago
  34. f832343 Improve documentation of mbedtls_record by Hanno Becker · 6 years ago
  35. a198bb7 Improve documentation of mbedtls_ssl_transform by Hanno Becker · 7 years ago
  36. 611a83b Add tests for record encryption/decryption by Hanno Becker · 8 years ago
  37. 9223132 Reduce size of `ssl_transform` if no MAC ciphersuite is enabled by Hanno Becker · 8 years ago
  38. 4c6876b Provide standalone version of `ssl_decrypt_buf` by Hanno Becker · 8 years ago
  39. 3307b53 Provide standalone version of `ssl_encrypt_buf` by Hanno Becker · 8 years ago
  40. 4a5eeae Improve documentation of mbedtls_ssl_transform by Hanno Becker · 8 years ago
  41. 9d2e4b4 Add structure representing TLS records by Hanno Becker · 8 years ago
  42. b628a80 Fix definition of SSL_SOME_MODES_USE_MAC by Hanno Becker · 7 years ago
  43. 5cc04d5 Correct space needed for MAC in case of NULL cipher by Hanno Becker · 8 years ago
  44. 8759e16 Remove ciphersuite_info from ssl_transform by Hanno Becker · 8 years ago
  45. e7f2df0 Remove key length field from ssl_transform by Hanno Becker · 8 years ago
  46. 5b87128 MBEDTLS_USE_UECC and MBEDTLS_NO_64BIT_MULTIPLICATION conflicting by Jarno Lamsa · 6 years ago
  47. 9454dfa Add a new flag for the micro-ecc by Jarno Lamsa · 6 years ago
  48. 8d0893d Add warnings about status of implementation of CID API by Hanno Becker · 6 years ago
  49. b9b7e29 Clarify that mbedtls_ssl_set_cid() applies to all subsequent HSs by Hanno Becker · 6 years ago
  50. d928c06 Document that the use of CID is disabled by default. by Hanno Becker · 6 years ago
  51. efde5b2 Reference CID Draft in Connection ID documentation in config.h by Hanno Becker · 6 years ago
  52. 29a54c8 Add dep of MBEDTLS_SSL_CID on MBEDTLS_SSL_PROTO_DTLS to config check by Hanno Becker · 6 years ago
  53. 6198af3 Add API for the use of the DTLS Connection ID extension by Hanno Becker · 6 years ago
  54. 81bd971 Add new configuration option controlling CID extension by Hanno Becker · 6 years ago
  55. 186c2c0 Merge remote-tracking branch 'restricted/pr/553' into mbedtls-2.16 by Jaeden Amero · 6 years ago
  56. 9f4f8ee Update library version to 2.16.1 by Jaeden Amero · 6 years ago mbedtls-2.16.1
  57. 799cd57 Merge remote-tracking branch 'restricted/pr/550' into mbedtls-2.16 by Simon Butcher · 6 years ago
  58. 7c86e9a Fix documentation for 3DES removal by Andres Amaya Garcia · 6 years ago
  59. 6882ec1 Fix wording of ChangeLog and 3DES_REMOVE docs by Andres Amaya Garcia · 7 years ago
  60. 5d8aade Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  61. 4dc50bc Fix typo in documentation by Gilles Peskine · 7 years ago
  62. 6490034 Improve docs for ASN.1 bitstrings and their usage by Andres Amaya Garcia · 7 years ago
  63. 5788314 Merge remote-tracking branch 'origin/pr/2319' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  64. f0f8c09 Merge remote-tracking branch 'origin/pr/1375' into mbedtls-2.16 by Jaeden Amero · 7 years ago
  65. 541055e Backport #1949 into mbedtls-2.16 by Jeffrey Martin · 7 years ago
  66. 874b604 Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 by Simon Butcher · 7 years ago
  67. b779759 Move ecp_restartable definitions out of the MBEDTLS_ECP_ALT guards by Darryl Green · 7 years ago
  68. 983acb7 Fix include file path by GuHaijun · 7 years ago
  69. 6c164e7 Update the version of the library to 2.16.0 by Simon Butcher · 7 years ago
  70. fed19be Merge remote-tracking branch 'public/pr/2126' into development-restricted by Simon Butcher · 7 years ago
  71. 6df8c53 Merge remote-tracking branch 'public/pr/2134' into development-restricted by Simon Butcher · 7 years ago
  72. ad7c210 Merge remote-tracking branch 'public/pr/2274' into development by Simon Butcher · 7 years ago
  73. 12b4240 Merge remote-tracking branch 'public/pr/2288' into development by Simon Butcher · 7 years ago
  74. c831193 Merge remote-tracking branch 'public/pr/2302' into development by Simon Butcher · 7 years ago
  75. 1efda39 Merge remote-tracking branch 'public/pr/2297' into development by Simon Butcher · 7 years ago
  76. 5aa7809 Merge remote-tracking branch 'public/pr/2275' into development by Simon Butcher · 7 years ago
  77. 780cf18 Merge remote-tracking branch 'public/pr/2271' into development by Simon Butcher · 7 years ago
  78. 032c037 Merge remote-tracking branch 'public/pr/2270' into development by Simon Butcher · 7 years ago
  79. a033633 Merge remote-tracking branch 'public/pr/2269' into development by Simon Butcher · 7 years ago
  80. 70935a4 Merge remote-tracking branch 'public/pr/2299' into development by Simon Butcher · 7 years ago
  81. 003c0e0 Merge remote-tracking branch 'public/pr/2292' into development by Simon Butcher · 7 years ago
  82. decf2f5 Merge remote-tracking branch 'public/pr/2291' into development by Simon Butcher · 7 years ago
  83. 65ce5dc Merge remote-tracking branch 'public/pr/2290' into development by Simon Butcher · 7 years ago
  84. ad2e0da Merge remote-tracking branch 'public/pr/2283' into development by Simon Butcher · 7 years ago
  85. 0bbf7f4 Merge remote-tracking branch 'public/pr/2279' into development by Simon Butcher · 7 years ago
  86. 962b7b1 Merge remote-tracking branch 'public/pr/2273' into development by Simon Butcher · 7 years ago
  87. 6be67a6 Merge remote-tracking branch 'public/pr/2281' into development by Simon Butcher · 7 years ago
  88. dac513e Merge remote-tracking branch 'public/pr/2282' into development by Simon Butcher · 7 years ago
  89. ccafd14 Merge remote-tracking branch 'public/pr/2276' into development by Simon Butcher · 7 years ago
  90. 2a8d32c Merge remote-tracking branch 'public/pr/2287' into development by Simon Butcher · 7 years ago
  91. 247a782 Increase strictness of NULL parameter validity in CCM's doxygen by k-stachowiak · 7 years ago
  92. 6adb057 Improve details of CCM parameter validation and documentation by k-stachowiak · 7 years ago
  93. 9da5d7c Adjust mbedtls_ccm_free() documentation by k-stachowiak · 7 years ago
  94. 373a660 Fix a documentation typo by k-stachowiak · 7 years ago
  95. b92f933 Doxygen comments improvement by k-stachowiak · 7 years ago
  96. 12f0d5c Improve the constraints definition in the doxygen comments in CCM by k-stachowiak · 7 years ago
  97. fd42d53 Explicitly allow NULL as an argument to mbedtls_ccm_free() by k-stachowiak · 7 years ago
  98. 438448e Format NULL occurrences in CCM's Doxygen comments by k-stachowiak · 7 years ago
  99. 26d365e Add parameter validation for CCM by k-stachowiak · 7 years ago
  100. 6af45ec PK: document context validity requirements by Gilles Peskine · 7 years ago