1. 32902e6 cipher: handle ChaCha20 as a stream cipher by Manuel Pégourié-Gonnard · 7 years ago
  2. c0dfcd4 Simplify selftest functions using macros by Manuel Pégourié-Gonnard · 7 years ago
  3. ceb1225 chachapoly: add test for state flow by Manuel Pégourié-Gonnard · 7 years ago
  4. 444f711 poly1305: add test with multiple small fragments by Manuel Pégourié-Gonnard · 7 years ago
  5. 59d2c30 chachapoly: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  6. a8fa8b8 poly1305: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  7. 2aca236 chacha20: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  8. fce88b2 Fix selftest verbosity in test suites by Manuel Pégourié-Gonnard · 7 years ago
  9. 69767d1 cipher: add chachapoly test vector + unauth case by Manuel Pégourié-Gonnard · 7 years ago
  10. 1465602 poly1305: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 7 years ago
  11. 55c0d09 chacha20: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 7 years ago
  12. 7296771 chachapoly: add test with unauthentic data by Manuel Pégourié-Gonnard · 7 years ago
  13. 528524b Reduce size of buffers in test suites by Manuel Pégourié-Gonnard · 7 years ago
  14. d6aea18 Add Chacha20-Poly1305 to benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
  15. b8bd80a Add FEATURE_NOT_AVAILABLE error codes. by Manuel Pégourié-Gonnard · 7 years ago
  16. 5ef92d3 chachapoly: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  17. b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  18. b500f8b Update documentation to match new guidelines. by Manuel Pégourié-Gonnard · 7 years ago
  19. fe725de cipher: use new functions from chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  20. 346b8d5 chachapoly: split crypt_and_mac() to match GCM API by Manuel Pégourié-Gonnard · 7 years ago
  21. 56206c4 Remove semi-internal chacha20_keystrem_block() by Manuel Pégourié-Gonnard · 7 years ago
  22. 502f189 ChaCha20: allow in-place en/decryption by Manuel Pégourié-Gonnard · 7 years ago
  23. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  24. 4edd51b Rename poly1305_setkey() to poly1305_starts() by Manuel Pégourié-Gonnard · 7 years ago
  25. b7e9900 Avoid using %zu in selftest functions by Manuel Pégourié-Gonnard · 7 years ago
  26. 823b7a0 Add missing extern "C" guard to new headers by Manuel Pégourié-Gonnard · 7 years ago
  27. 95d0bdb Adapt the _ALT style to our new standard by Manuel Pégourié-Gonnard · 7 years ago
  28. ce8314f Add ChangeLog entry for new features. by Manuel Pégourié-Gonnard · 7 years ago
  29. e6e7968 Minor style and formatting fixes. by Daniel King · 9 years ago
  30. b6897f6 Correct signedness of printf specifier in self tests by Daniel King · 9 years ago
  31. 16b04ce Fix unused function warning under certain configurations. by Daniel King · 9 years ago
  32. dca6abb Fix test suite when GCM Is disabled, but AEAD_ChaCha20_Poly1305 is enabled. by Daniel King · 9 years ago
  33. 6155cc8 Add ChaCha20 test vectors from RFC 7539 by Daniel King · 9 years ago
  34. 4d8f87b Add ChaCha20/Poly1305 ciphers to the selftest program by Daniel King · 9 years ago
  35. dedf4a3 Adjust verbose self-test output to match other ciphers. by Daniel King · 9 years ago
  36. 8fe4701 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  37. a310c5e Allow some parameters to be NULL if the length is 0. by Daniel King · 9 years ago
  38. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  39. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  40. bd92062 Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  41. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  42. c4bd8ec Merge remote-tracking branch 'upstream-public/pr/1446' into development by Jaeden Amero · 7 years ago
  43. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  44. cdd97fd Merge remote-tracking branch 'upstream-public/pr/1433' into development by Jaeden Amero · 7 years ago
  45. a331e0f Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed by Jaeden Amero · 7 years ago
  46. fb19399 Merge remote-tracking branch 'upstream-public/pr/1498' into development-proposed by Jaeden Amero · 7 years ago
  47. 09c4e7e Merge remote-tracking branch 'upstream-public/pr/1486' into development-proposed by Jaeden Amero · 7 years ago
  48. 070e356 Merge remote-tracking branch 'upstream-restricted/pr/481' into development-restricted by Jaeden Amero · 7 years ago mbedtls-2.9.0
  49. e6a2a1a Add the uodate to the soversion to the ChangeLog by Simon Butcher · 7 years ago
  50. 78d2f7d Merge remote-tracking branch 'upstream-restricted/pr/478' into development-restricted by Jaeden Amero · 7 years ago
  51. b03120a Fix the ChangeLog for clarity, english and credit by Simon Butcher · 7 years ago
  52. 00cbed2 Merge remote-tracking branch 'upstream-restricted/pr/474' into development-restricted by Jaeden Amero · 7 years ago
  53. 7d7bad6 Update version to 2.9.0 by Jaeden Amero · 7 years ago
  54. 8b98498 Merge remote-tracking branch 'upstream-restricted/pr/477' into development-restricted-proposed by Jaeden Amero · 7 years ago
  55. fe0669f ecp: Fix binary compatibility with group ID by Jaeden Amero · 7 years ago
  56. c64a300 Merge remote-tracking branch 'upstream-restricted/pr/471' into development-restricted-proposed by Jaeden Amero · 7 years ago
  57. bd05dfd Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  58. 84a1107 Merge remote-tracking branch 'upstream-public/pr/1592' into development-proposed by Jaeden Amero · 7 years ago
  59. 38c42d5 Merge remote-tracking branch 'upstream-public/pr/1570' into development-proposed by Jaeden Amero · 7 years ago
  60. b7a18c0 Changelog entry by Andrzej Kurek · 7 years ago
  61. 03bac44 Change accepted ciphersuite versions when parsing server hello by Andrzej Kurek · 7 years ago
  62. 8945343 Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  63. 8491406 Remove preprocessor directives around platform_util.h include by Andres Amaya Garcia · 7 years ago
  64. 6698d2f Fix style for mbedtls_mpi_zeroize() by Andres Amaya Garcia · 7 years ago
  65. 56e06db Improve mbedtls_platform_zeroize() docs by Andres Amaya Garcia · 7 years ago
  66. 708c5cb mbedtls_zeroize -> mbedtls_platform_zeroize in docs by Andres Amaya Garcia · 7 years ago
  67. d0ef468 Reword config.h docs for MBEDTLS_PLATFORM_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  68. bc7bdbf Organize CMakeLists targets in alphabetical order by Andres Amaya Garcia · 7 years ago
  69. 21b376b Organize output objs in alfabetical order in Makefile by Andres Amaya Garcia · 7 years ago
  70. 1afdec1 Merge remote-tracking branch 'upstream-public/pr/1578' into development-proposed by Jaeden Amero · 7 years ago
  71. 3dd8abd Regenerate errors after ecp.h updates by Jaeden Amero · 7 years ago
  72. 519b129 Merge remote-tracking branch 'upstream-public/pr/1580' into development-proposed by Jaeden Amero · 7 years ago
  73. a7a6155 Update ecp.h by Rose Zadik · 7 years ago
  74. a9ceef8 Change variable bytes_written to header_bytes in record decompression by Andrzej Kurek · 7 years ago
  75. 7c68878 Merge remote-tracking branch 'upstream-public/pr/1511' into development-proposed by Jaeden Amero · 7 years ago
  76. d803c1f Merge remote-tracking branch 'upstream-public/pr/1510' into development-proposed by Jaeden Amero · 7 years ago
  77. f852f4c Merge remote-tracking branch 'upstream-public/pr/1506' into development-proposed by Jaeden Amero · 7 years ago
  78. ebfd3ca Merge remote-tracking branch 'upstream-public/pr/1505' into development-proposed by Jaeden Amero · 7 years ago
  79. d353405 Update ecp.h by Rose Zadik · 7 years ago
  80. c32efb3 Update ecp.h by Rose Zadik · 7 years ago
  81. d76ac58 Update ecp.h by Rose Zadik · 7 years ago
  82. abc9ec7 Update ecdsa.h by Rose Zadik · 7 years ago
  83. 1d3b508 Same ciphersuite validation in server and client hello by Mohammad Azim Khan · 7 years ago
  84. 5462e02 ssl_tls: Fix invalid buffer sizes during compression / decompression by Andrzej Kurek · 7 years ago
  85. f089fa3 Update ecp.h by Rose Zadik · 7 years ago
  86. b2e111a Update ecp.h by Rose Zadik · 7 years ago
  87. 5450d1f Merge branch 'crypto_alt_revision' into development-restricted-proposed by Gilles Peskine · 7 years ago
  88. 81021ca Improve ChangeLog entry by Gilles Peskine · 7 years ago
  89. f2b76cd Merge remote-tracking branch 'upstream-restricted/pr/461' into development-restricted-proposed by Gilles Peskine · 7 years ago
  90. 93f9919 Update cipher.h by Rose Zadik · 7 years ago
  91. c441f74 Update cipher.h by Rose Zadik · 7 years ago
  92. 4c368e8 Update cipher.h by Rose Zadik · 7 years ago
  93. 826f264 Update cipher.h by Rose Zadik · 7 years ago
  94. f56cb34 Update ecp.h by Rose Zadik · 7 years ago
  95. 7aeb470 Merge remote-tracking branch 'public/pr/1234' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  96. 64f5adf Merge remote-tracking branch 'public/pr/1380' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  97. 4acb005 Merge remote-tracking branch 'public/pr/1518' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  98. 66d3968 Merge remote-tracking branch 'public/pr/1516' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  99. bb93c04 Merge remote-tracking branch 'public/pr/1515' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  100. b80f04e Merge remote-tracking branch 'upstream-public/pr/1514' into development-proposed by Gilles Peskine · 7 years ago