1. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 8 years ago
  2. 21a65e0 Fix usage of inline with for some compilers by Manuel Pégourié-Gonnard · 8 years ago
  3. 2adb375 Add option to avoid 64-bit multiplication by Manuel Pégourié-Gonnard · 8 years ago
  4. d5a09f1 Updated version number to 2.10.0 for release by Simon Butcher · 8 years ago
  5. 94175a5 Refresh generated file by Manuel Pégourié-Gonnard · 8 years ago
  6. 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 8 years ago
  7. 26c3b0a Fix return type of internal function by Manuel Pégourié-Gonnard · 8 years ago
  8. 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 8 years ago
  9. f4f01b6 Check return values from lower modules by Manuel Pégourié-Gonnard · 8 years ago
  10. 1729789 Misc style adjustments by Manuel Pégourié-Gonnard · 8 years ago
  11. 98fae6d ChaCha20: move working state from ctx to stack by Manuel Pégourié-Gonnard · 8 years ago
  12. 9620f9b Rm mbedtls_ prefix form static functions by Manuel Pégourié-Gonnard · 8 years ago
  13. fb78c90 Use recently-introduced platform_util module by Manuel Pégourié-Gonnard · 8 years ago
  14. 39f2561 Fix edit mistake in cipher_wrap.c by Manuel Pégourié-Gonnard · 8 years ago
  15. 3798b6b Add some error codes and merge others by Manuel Pégourié-Gonnard · 8 years ago
  16. 32902e6 cipher: handle ChaCha20 as a stream cipher by Manuel Pégourié-Gonnard · 8 years ago
  17. c0dfcd4 Simplify selftest functions using macros by Manuel Pégourié-Gonnard · 8 years ago
  18. 59d2c30 chachapoly: add test for parameter validation by Manuel Pégourié-Gonnard · 8 years ago
  19. a8fa8b8 poly1305: add test for parameter validation by Manuel Pégourié-Gonnard · 8 years ago
  20. 1465602 poly1305: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 8 years ago
  21. 55c0d09 chacha20: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 8 years ago
  22. b8bd80a Add FEATURE_NOT_AVAILABLE error codes. by Manuel Pégourié-Gonnard · 8 years ago
  23. 5ef92d3 chachapoly: adjust parameter order by Manuel Pégourié-Gonnard · 8 years ago
  24. b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 8 years ago
  25. fe725de cipher: use new functions from chachapoly by Manuel Pégourié-Gonnard · 8 years ago
  26. 346b8d5 chachapoly: split crypt_and_mac() to match GCM API by Manuel Pégourié-Gonnard · 8 years ago
  27. 56206c4 Remove semi-internal chacha20_keystrem_block() by Manuel Pégourié-Gonnard · 8 years ago
  28. 502f189 ChaCha20: allow in-place en/decryption by Manuel Pégourié-Gonnard · 8 years ago
  29. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 8 years ago
  30. 4edd51b Rename poly1305_setkey() to poly1305_starts() by Manuel Pégourié-Gonnard · 8 years ago
  31. b7e9900 Avoid using %zu in selftest functions by Manuel Pégourié-Gonnard · 8 years ago
  32. 95d0bdb Adapt the _ALT style to our new standard by Manuel Pégourié-Gonnard · 8 years ago
  33. e6e7968 Minor style and formatting fixes. by Daniel King · 10 years ago
  34. b6897f6 Correct signedness of printf specifier in self tests by Daniel King · 10 years ago
  35. 16b04ce Fix unused function warning under certain configurations. by Daniel King · 10 years ago
  36. dedf4a3 Adjust verbose self-test output to match other ciphers. by Daniel King · 10 years ago
  37. 8fe4701 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 10 years ago
  38. a310c5e Allow some parameters to be NULL if the length is 0. by Daniel King · 10 years ago
  39. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 10 years ago
  40. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 10 years ago
  41. bd92062 Add ChaCha20 to the Cipher module by Daniel King · 10 years ago
  42. 34b822c Initial implementation of ChaCha20 by Daniel King · 10 years ago
  43. 2f3a581 Merge remote-tracking branch 'public/pr/1178' into development by Simon Butcher · 8 years ago
  44. 7124fb6 Use zeroize function from new platform_util by Manuel Pégourié-Gonnard · 8 years ago
  45. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 8 years ago
  46. 2df4bfe Fix typo in comments by Manuel Pégourié-Gonnard · 8 years ago
  47. 565e4e0 Use more appropriate type for local variable by Manuel Pégourié-Gonnard · 8 years ago
  48. 08c337d Remove useless parameter from function by Manuel Pégourié-Gonnard · 8 years ago
  49. 89924dd Wipe sensitive info from the stack by Manuel Pégourié-Gonnard · 8 years ago
  50. 12e2fbd Style adjustments by Manuel Pégourié-Gonnard · 8 years ago
  51. d418b0d Fix typo in comment by Manuel Pégourié-Gonnard · 8 years ago
  52. 11999bb Fix minor code style issues by Darryl Green · 8 years ago
  53. a331e0f Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed by Jaeden Amero · 8 years ago
  54. 7d7bad6 Update version to 2.9.0 by Jaeden Amero · 8 years ago
  55. c64a300 Merge remote-tracking branch 'upstream-restricted/pr/471' into development-restricted-proposed by Jaeden Amero · 8 years ago
  56. bd05dfd Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 8 years ago
  57. 84a1107 Merge remote-tracking branch 'upstream-public/pr/1592' into development-proposed by Jaeden Amero · 8 years ago
  58. 03bac44 Change accepted ciphersuite versions when parsing server hello by Andrzej Kurek · 8 years ago
  59. 8945343 Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 8 years ago
  60. 8491406 Remove preprocessor directives around platform_util.h include by Andres Amaya Garcia · 8 years ago
  61. 6698d2f Fix style for mbedtls_mpi_zeroize() by Andres Amaya Garcia · 8 years ago
  62. bc7bdbf Organize CMakeLists targets in alphabetical order by Andres Amaya Garcia · 8 years ago
  63. 21b376b Organize output objs in alfabetical order in Makefile by Andres Amaya Garcia · 8 years ago
  64. 1afdec1 Merge remote-tracking branch 'upstream-public/pr/1578' into development-proposed by Jaeden Amero · 8 years ago
  65. 3dd8abd Regenerate errors after ecp.h updates by Jaeden Amero · 8 years ago
  66. a9ceef8 Change variable bytes_written to header_bytes in record decompression by Andrzej Kurek · 8 years ago
  67. 1d3b508 Same ciphersuite validation in server and client hello by Mohammad Azim Khan · 8 years ago
  68. 5462e02 ssl_tls: Fix invalid buffer sizes during compression / decompression by Andrzej Kurek · 8 years ago
  69. f2b76cd Merge remote-tracking branch 'upstream-restricted/pr/461' into development-restricted-proposed by Gilles Peskine · 8 years ago
  70. 64f5adf Merge remote-tracking branch 'public/pr/1380' into development-proposed by Manuel Pégourié-Gonnard · 8 years ago
  71. e5b5bd7 Allocate a unique err code for MBEDTLS_ERR_AES_BAD_INPUT_DATA by Mohammad Azim Khan · 8 years ago
  72. 3f7f817 Check invalid nc_off by Mohammad Azim Khan · 8 years ago
  73. 3ea559e Fix alignment in makefile by Andres Amaya Garcia · 8 years ago
  74. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 8 years ago
  75. 904e1ef Make utils module part of the platform by Andres Amaya Garcia · 8 years ago
  76. 757cd72 Update license headers year and branding by Andres Amaya Garcia · 8 years ago
  77. 1e8ea5f Improve docs for mbedtls_zeroize() and add refs by Andres Amaya Garcia · 8 years ago
  78. 0bd4237 Fix formatting in utils.c file comment by Andres Amaya Garcia · 8 years ago
  79. ecd1891 Change mbedtls_zeroize() to prevent optimizations by Andres Amaya Garcia · 8 years ago
  80. b1262a3 Allow compile-time alternate to mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  81. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  82. 614d9c0 Add a utils.h file that contains common functions by Andres Amaya Garcia · 8 years ago
  83. c645bfe Generate RSA keys according to FIPS 186-4 by Jethro Beekman · 8 years ago
  84. 6668927 Generate primes according to FIPS 186-4 by Jethro Beekman · 8 years ago
  85. 97f95c9 Avoid small private exponents during RSA key generation by Jethro Beekman · 8 years ago
  86. 4ca9a45 Merge remote-tracking branch 'public/pr/1560' into development-proposed by Manuel Pégourié-Gonnard · 8 years ago
  87. 5053efd Warn if using a memory sanitizer on AESNI by Gilles Peskine · 8 years ago
  88. ec4733b Make the memset call prior to FD_ZERO conditional to needing it by Gilles Peskine · 8 years ago
  89. 94d4997 Improve comments style by Krzysztof Stachowiak · 8 years ago
  90. cd09fc8 Remove a redundant test by Krzysztof Stachowiak · 8 years ago
  91. 73b183c Add buffer size check before cert_type_len read by Krzysztof Stachowiak · 8 years ago
  92. 80aa3b8 Merge branch 'pr_946' into development-proposed by Gilles Peskine · 8 years ago
  93. 73db838 Merge remote-tracking branch 'upstream-public/pr/1547' into development-proposed by Gilles Peskine · 8 years ago
  94. be2371c Merge branch 'pr_348' into development-proposed by Gilles Peskine · 8 years ago
  95. a09453f Merge branch 'pr_1395' into development-proposed by Gilles Peskine · 8 years ago
  96. 1fae860 Merge remote-tracking branch 'upstream-public/pr/1543' into development-proposed by Gilles Peskine · 8 years ago
  97. f4e5b7e Additionally initialize fd_set's via memset in mbedtls_net_poll by Hanno Becker · 8 years ago
  98. 19d392b Fix compatibility problem in the printed message by mohammad1603 · 8 years ago
  99. 90a8b52 Merge branch 'pr_1480' into development-proposed by Gilles Peskine · 8 years ago
  100. 0ed632f Merge remote-tracking branch 'upstream-public/pr/1499' into development-proposed by Gilles Peskine · 8 years ago