1. 677796a config: Fixup parameter validation by Jaeden Amero · 7 years ago archive/dev/mbedtls-2.10.0-preview dev/mbedtls-2.10.0-preview
  2. e4379d2 Merge remote-tracking branch 'github-simon/parameter-validation' into evaluation by Jaeden Amero · 7 years ago
  3. fa66c9e Merge remote-tracking branch 'upstream-public/pr/1629' into evaluation by Jaeden Amero · 7 years ago
  4. 1a925bc Initial prototype and demonstrator for parameter validation by Simon Butcher · 7 years ago
  5. 4023535 CCM*: Implement variable tag length by Janos Follath · 7 years ago
  6. c4e14e1 CCM*: Add minimal test for fixed tag length by Janos Follath · 7 years ago
  7. e068d6f CCM*: Add implementation for fixed tag length by Janos Follath · 7 years ago
  8. f60c815 CCM*: Add public API by Janos Follath · 7 years ago
  9. b1e4fc6 Merge remote-tracking branch 'upstream-public/pr/1617' into evaluation-2 by Jaeden Amero · 7 years ago
  10. 7d8f00e Merge remote-tracking branch 'upstream-public/pr/1602' into evaluation-2 by Jaeden Amero · 7 years ago
  11. cdd97fd Merge remote-tracking branch 'upstream-public/pr/1433' into development by Jaeden Amero · 7 years ago
  12. b7f3654 Merge remote-tracking branch 'upstream-public/pr/1593' into evaluation-2 by Jaeden Amero · 7 years ago
  13. 995e919 Merge remote-tracking branch 'upstream-public/pr/1497' into evaluation-2 by Jaeden Amero · 7 years ago
  14. 997c56f Add ChangeLog entry for HKDF by Jaeden Amero · 7 years ago
  15. eb01024 Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  16. f66a4bd cipher: add stream test vectors for chacha20(poly1305) by Manuel Pégourié-Gonnard · 7 years ago
  17. e363ac7 cipher: handle ChaCha20 as a stream cipher by Manuel Pégourié-Gonnard · 7 years ago
  18. 5350251 Simplify selftest functions using macros by Manuel Pégourié-Gonnard · 7 years ago
  19. 619b309 chachapoly: add test for state flow by Manuel Pégourié-Gonnard · 7 years ago
  20. 7a2c7f1 poly1305: add test with multiple small fragments by Manuel Pégourié-Gonnard · 7 years ago
  21. 6dbfb69 chachapoly: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  22. 550c20f poly1305: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  23. 114f28b chacha20: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  24. e9ea6d6 Fix selftest verbosity in test suites by Manuel Pégourié-Gonnard · 7 years ago
  25. 996477d cipher: add chachapoly test vector + unauth case by Manuel Pégourié-Gonnard · 7 years ago
  26. 97e34bf poly1305: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 7 years ago
  27. b60045a chacha20: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 7 years ago
  28. 2faaa10 chachapoly: add test with unauthentic data by Manuel Pégourié-Gonnard · 7 years ago
  29. f11d8e5 Reduce size of buffers in test suites by Manuel Pégourié-Gonnard · 7 years ago
  30. c975b2c Add Chacha20-Poly1305 to benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
  31. d17d297 Add FEATURE_NOT_AVAILABLE error codes. by Manuel Pégourié-Gonnard · 7 years ago
  32. 799b390 chachapoly: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  33. 9b7a93c poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  34. 6048e05 Update documentation to match new guidelines. by Manuel Pégourié-Gonnard · 7 years ago
  35. 4f52263 cipher: use new functions from chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  36. 52a56d3 chachapoly: split crypt_and_mac() to match GCM API by Manuel Pégourié-Gonnard · 7 years ago
  37. 453cf28 Remove semi-internal chacha20_keystrem_block() by Manuel Pégourié-Gonnard · 7 years ago
  38. 02969bf ChaCha20: allow in-place en/decryption by Manuel Pégourié-Gonnard · 7 years ago
  39. d4bd856 Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  40. 54b1a73 Rename poly1305_setkey() to poly1305_starts() by Manuel Pégourié-Gonnard · 7 years ago
  41. 726cf72 Avoid using %zu in selftest functions by Manuel Pégourié-Gonnard · 7 years ago
  42. a9ed291 Add missing extern "C" guard to new headers by Manuel Pégourié-Gonnard · 7 years ago
  43. deda80e Adapt the _ALT style to our new standard by Manuel Pégourié-Gonnard · 7 years ago
  44. 690d9e6 Add ChangeLog entry for new features. by Manuel Pégourié-Gonnard · 7 years ago
  45. f589275 Minor style and formatting fixes. by Daniel King · 9 years ago
  46. 47252c7 Correct signedness of printf specifier in self tests by Daniel King · 9 years ago
  47. b9a069d Fix unused function warning under certain configurations. by Daniel King · 9 years ago
  48. 5b7f1d8 Fix test suite when GCM Is disabled, but AEAD_ChaCha20_Poly1305 is enabled. by Daniel King · 9 years ago
  49. 89c7b10 Add ChaCha20 test vectors from RFC 7539 by Daniel King · 9 years ago
  50. a7472e1 Add ChaCha20/Poly1305 ciphers to the selftest program by Daniel King · 9 years ago
  51. d00afaf Adjust verbose self-test output to match other ciphers. by Daniel King · 9 years ago
  52. b437a98 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  53. f28c2aa Allow some parameters to be NULL if the length is 0. by Daniel King · 9 years ago
  54. 31ac12e Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  55. 5d77eaa Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  56. 0fe7b5b Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  57. a98ff5e Initial implementation of ChaCha20 by Daniel King · 9 years ago
  58. c00cac7 benchmark: Add AES-XTS benchmark by Jaeden Amero · 7 years ago
  59. e4daf77 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  60. 184d069 tests: Add AES-XTS test suite by Jaeden Amero · 7 years ago
  61. 9d3eba4 aes: Add AES-XTS cipher block mode by Jaeden Amero · 7 years ago
  62. 49411cc tests: Fix name of 33 byte AES cipher tests by Jaeden Amero · 7 years ago
  63. a331e0f Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed by Jaeden Amero · 7 years ago
  64. fb19399 Merge remote-tracking branch 'upstream-public/pr/1498' into development-proposed by Jaeden Amero · 7 years ago
  65. 09c4e7e Merge remote-tracking branch 'upstream-public/pr/1486' into development-proposed by Jaeden Amero · 7 years ago
  66. 070e356 Merge remote-tracking branch 'upstream-restricted/pr/481' into development-restricted by Jaeden Amero · 7 years ago mbedtls-2.9.0
  67. e6a2a1a Add the uodate to the soversion to the ChangeLog by Simon Butcher · 7 years ago
  68. 78d2f7d Merge remote-tracking branch 'upstream-restricted/pr/478' into development-restricted by Jaeden Amero · 7 years ago
  69. b03120a Fix the ChangeLog for clarity, english and credit by Simon Butcher · 7 years ago
  70. 00cbed2 Merge remote-tracking branch 'upstream-restricted/pr/474' into development-restricted by Jaeden Amero · 7 years ago
  71. 7d7bad6 Update version to 2.9.0 by Jaeden Amero · 7 years ago
  72. df67d3a Remove unused variable in AES OFB test suite by Simon Butcher · 7 years ago
  73. f684c0e Update cipher.h for OFB block mode documentation by Simon Butcher · 7 years ago
  74. 7ac93f4 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  75. a3f3f16 Add missing OFB entry to null ciphersuite by Simon Butcher · 7 years ago
  76. 91e254c Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  77. a11c940 Add test cases for AES OFB block mode by Simon Butcher · 7 years ago
  78. fb9f661 Add OFB block mode to AES-128/192/256 by Simon Butcher · 7 years ago
  79. 8b98498 Merge remote-tracking branch 'upstream-restricted/pr/477' into development-restricted-proposed by Jaeden Amero · 7 years ago
  80. fe0669f ecp: Fix binary compatibility with group ID by Jaeden Amero · 7 years ago
  81. c64a300 Merge remote-tracking branch 'upstream-restricted/pr/471' into development-restricted-proposed by Jaeden Amero · 7 years ago
  82. bd05dfd Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  83. 84a1107 Merge remote-tracking branch 'upstream-public/pr/1592' into development-proposed by Jaeden Amero · 7 years ago
  84. 38c42d5 Merge remote-tracking branch 'upstream-public/pr/1570' into development-proposed by Jaeden Amero · 7 years ago
  85. b7a18c0 Changelog entry by Andrzej Kurek · 7 years ago
  86. 03bac44 Change accepted ciphersuite versions when parsing server hello by Andrzej Kurek · 7 years ago
  87. 8945343 Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  88. 8491406 Remove preprocessor directives around platform_util.h include by Andres Amaya Garcia · 7 years ago
  89. 6698d2f Fix style for mbedtls_mpi_zeroize() by Andres Amaya Garcia · 7 years ago
  90. 56e06db Improve mbedtls_platform_zeroize() docs by Andres Amaya Garcia · 7 years ago
  91. 708c5cb mbedtls_zeroize -> mbedtls_platform_zeroize in docs by Andres Amaya Garcia · 7 years ago
  92. d0ef468 Reword config.h docs for MBEDTLS_PLATFORM_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  93. bc7bdbf Organize CMakeLists targets in alphabetical order by Andres Amaya Garcia · 7 years ago
  94. 21b376b Organize output objs in alfabetical order in Makefile by Andres Amaya Garcia · 7 years ago
  95. 1afdec1 Merge remote-tracking branch 'upstream-public/pr/1578' into development-proposed by Jaeden Amero · 7 years ago
  96. 3dd8abd Regenerate errors after ecp.h updates by Jaeden Amero · 7 years ago
  97. 519b129 Merge remote-tracking branch 'upstream-public/pr/1580' into development-proposed by Jaeden Amero · 7 years ago
  98. a7a6155 Update ecp.h by Rose Zadik · 7 years ago
  99. a9ceef8 Change variable bytes_written to header_bytes in record decompression by Andrzej Kurek · 7 years ago archive/iotssl-1401-record-compression iotssl-1401-record-compression
  100. 7c68878 Merge remote-tracking branch 'upstream-public/pr/1511' into development-proposed by Jaeden Amero · 7 years ago