1. f30dbdc Update generated file by Manuel Pégourié-Gonnard · 7 years ago
  2. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  3. 21a65e0 Fix usage of inline with for some compilers by Manuel Pégourié-Gonnard · 7 years ago
  4. 2adb375 Add option to avoid 64-bit multiplication by Manuel Pégourié-Gonnard · 7 years ago
  5. c041435 Merge remote-tracking branch 'public/pr/1694' into development by Simon Butcher · 7 years ago mbedtls-2.10.0
  6. d5a09f1 Updated version number to 2.10.0 for release by Simon Butcher · 7 years ago
  7. 390641e Merge remote-tracking branch 'public/pr/1693' into development by Simon Butcher · 7 years ago
  8. ab72727 Add a disabled CMAC define in the no-entropy configuration by Krzysztof Stachowiak · 7 years ago
  9. 33dd323 Merge remote-tracking branch 'public/pr/1690' into development by Simon Butcher · 7 years ago
  10. d08a2f7 Adapt the ARIA test cases for new ECB function by Simon Butcher · 7 years ago
  11. 10438e1 Merge remote-tracking branch 'public/pr/1683' into development by Simon Butcher · 7 years ago
  12. 6e962b2 Fix file permissions for ssl.h by Simon Butcher · 7 years ago
  13. 94175a5 Refresh generated file by Manuel Pégourié-Gonnard · 7 years ago
  14. d2db09f Fix typo in documentation by Manuel Pégourié-Gonnard · 7 years ago
  15. 9c82e2c Fix some whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  16. e533b22 Fix ordering and repetitions in config.h by Manuel Pégourié-Gonnard · 7 years ago
  17. 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 7 years ago
  18. 26c3b0a Fix return type of internal function by Manuel Pégourié-Gonnard · 7 years ago
  19. eb6ed71 Merge remote-tracking branch 'public/pr/1267' into development by Simon Butcher · 7 years ago
  20. 2041a31 Merge remote-tracking branch 'public/pr/1402' into development by Simon Butcher · 7 years ago
  21. 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 7 years ago
  22. b02f789 Merge remote-tracking branch 'public/pr/1470' into development by Simon Butcher · 7 years ago
  23. ba91994 Merge remote-tracking branch 'public/pr/1604' into development by Simon Butcher · 7 years ago
  24. d72700a Add ChangeLog entry for PR#1651 by Simon Butcher · 7 years ago
  25. 8edf2a3 Merge remote-tracking branch 'public/pr/1654' into development by Simon Butcher · 7 years ago
  26. e7d3f8e Fix MicroBlaze register typo. by Zach van Rijn · 7 years ago
  27. be78b07 chachapoly: warn against piecewise decryption by Manuel Pégourié-Gonnard · 7 years ago
  28. fa0c47d Fix typo in doc and copy missing warning by Manuel Pégourié-Gonnard · 7 years ago
  29. f4f01b6 Check return values from lower modules by Manuel Pégourié-Gonnard · 7 years ago
  30. 1729789 Misc style adjustments by Manuel Pégourié-Gonnard · 7 years ago
  31. 98fae6d ChaCha20: move working state from ctx to stack by Manuel Pégourié-Gonnard · 7 years ago
  32. 9620f9b Rm mbedtls_ prefix form static functions by Manuel Pégourié-Gonnard · 7 years ago
  33. c22e61a Add ifdef for selftest in header file by Manuel Pégourié-Gonnard · 7 years ago
  34. fb78c90 Use recently-introduced platform_util module by Manuel Pégourié-Gonnard · 7 years ago
  35. 39f2561 Fix edit mistake in cipher_wrap.c by Manuel Pégourié-Gonnard · 7 years ago
  36. 3798b6b Add some error codes and merge others by Manuel Pégourié-Gonnard · 7 years ago
  37. 234e1ce cipher: add stream test vectors for chacha20(poly1305) by Manuel Pégourié-Gonnard · 7 years ago
  38. 32902e6 cipher: handle ChaCha20 as a stream cipher by Manuel Pégourié-Gonnard · 7 years ago
  39. c0dfcd4 Simplify selftest functions using macros by Manuel Pégourié-Gonnard · 7 years ago
  40. ceb1225 chachapoly: add test for state flow by Manuel Pégourié-Gonnard · 7 years ago
  41. 444f711 poly1305: add test with multiple small fragments by Manuel Pégourié-Gonnard · 7 years ago
  42. 59d2c30 chachapoly: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  43. a8fa8b8 poly1305: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  44. 2aca236 chacha20: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  45. fce88b2 Fix selftest verbosity in test suites by Manuel Pégourié-Gonnard · 7 years ago
  46. 69767d1 cipher: add chachapoly test vector + unauth case by Manuel Pégourié-Gonnard · 7 years ago
  47. 1465602 poly1305: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 7 years ago
  48. 55c0d09 chacha20: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 7 years ago
  49. 7296771 chachapoly: add test with unauthentic data by Manuel Pégourié-Gonnard · 7 years ago
  50. 528524b Reduce size of buffers in test suites by Manuel Pégourié-Gonnard · 7 years ago
  51. d6aea18 Add Chacha20-Poly1305 to benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
  52. b8bd80a Add FEATURE_NOT_AVAILABLE error codes. by Manuel Pégourié-Gonnard · 7 years ago
  53. 5ef92d3 chachapoly: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  54. b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  55. b500f8b Update documentation to match new guidelines. by Manuel Pégourié-Gonnard · 7 years ago
  56. fe725de cipher: use new functions from chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  57. 346b8d5 chachapoly: split crypt_and_mac() to match GCM API by Manuel Pégourié-Gonnard · 7 years ago
  58. 56206c4 Remove semi-internal chacha20_keystrem_block() by Manuel Pégourié-Gonnard · 7 years ago
  59. 502f189 ChaCha20: allow in-place en/decryption by Manuel Pégourié-Gonnard · 7 years ago
  60. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  61. 4edd51b Rename poly1305_setkey() to poly1305_starts() by Manuel Pégourié-Gonnard · 7 years ago
  62. b7e9900 Avoid using %zu in selftest functions by Manuel Pégourié-Gonnard · 7 years ago
  63. 823b7a0 Add missing extern "C" guard to new headers by Manuel Pégourié-Gonnard · 7 years ago
  64. 95d0bdb Adapt the _ALT style to our new standard by Manuel Pégourié-Gonnard · 7 years ago
  65. ce8314f Add ChangeLog entry for new features. by Manuel Pégourié-Gonnard · 7 years ago
  66. e6e7968 Minor style and formatting fixes. by Daniel King · 9 years ago
  67. b6897f6 Correct signedness of printf specifier in self tests by Daniel King · 9 years ago
  68. 16b04ce Fix unused function warning under certain configurations. by Daniel King · 9 years ago
  69. dca6abb Fix test suite when GCM Is disabled, but AEAD_ChaCha20_Poly1305 is enabled. by Daniel King · 9 years ago
  70. 6155cc8 Add ChaCha20 test vectors from RFC 7539 by Daniel King · 9 years ago
  71. 4d8f87b Add ChaCha20/Poly1305 ciphers to the selftest program by Daniel King · 9 years ago
  72. dedf4a3 Adjust verbose self-test output to match other ciphers. by Daniel King · 9 years ago
  73. 8fe4701 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  74. a310c5e Allow some parameters to be NULL if the length is 0. by Daniel King · 9 years ago
  75. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  76. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  77. bd92062 Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  78. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  79. d0f143b Update CTR doc for the 64-bit block cipher by Manuel Pégourié-Gonnard · 7 years ago
  80. 4f24e95 Update CTR doc for other 128-bit block ciphers by Manuel Pégourié-Gonnard · 7 years ago
  81. f584286 Slightly tune ARIA CTR documentation by Manuel Pégourié-Gonnard · 7 years ago
  82. a64fba4 Remove double declaration of mbedtls_ssl_list_ciphersuites by Moran Peker · 7 years ago
  83. 2f3a581 Merge remote-tracking branch 'public/pr/1178' into development by Simon Butcher · 7 years ago
  84. f889202 Merge remote-tracking branch 'public/pr/1434' into development by Simon Butcher · 7 years ago
  85. 8a1b2c8 Update CTR documentation by Manuel Pégourié-Gonnard · 7 years ago
  86. 7124fb6 Use zeroize function from new platform_util by Manuel Pégourié-Gonnard · 7 years ago
  87. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  88. 0960b80 Move to new header style for ALT implementations by Manuel Pégourié-Gonnard · 7 years ago
  89. c089312 Add ifdef for selftest in header file by Manuel Pégourié-Gonnard · 7 years ago
  90. 2df4bfe Fix typo in comments by Manuel Pégourié-Gonnard · 7 years ago
  91. 565e4e0 Use more appropriate type for local variable by Manuel Pégourié-Gonnard · 7 years ago
  92. 08c337d Remove useless parameter from function by Manuel Pégourié-Gonnard · 7 years ago
  93. 89924dd Wipe sensitive info from the stack by Manuel Pégourié-Gonnard · 7 years ago
  94. 12e2fbd Style adjustments by Manuel Pégourié-Gonnard · 7 years ago
  95. d418b0d Fix typo in comment by Manuel Pégourié-Gonnard · 7 years ago
  96. 9d41073 Fix typos from copy-pasting by Manuel Pégourié-Gonnard · 7 years ago
  97. 4d393b9 Add check-files.py to travis.yml by Darryl Green · 7 years ago
  98. 2699de3 Add check-files.py to pre-push.sh by Darryl Green · 7 years ago
  99. a07039c Add check-files.py to all.sh by Darryl Green · 7 years ago
  100. 10d9ce3 Add script for source integrity checking by Darryl Green · 7 years ago