1. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  2. 2adb375 Add option to avoid 64-bit multiplication by Manuel Pégourié-Gonnard · 7 years ago
  3. d5a09f1 Updated version number to 2.10.0 for release by Simon Butcher · 7 years ago
  4. 6e962b2 Fix file permissions for ssl.h by Simon Butcher · 7 years ago
  5. d2db09f Fix typo in documentation by Manuel Pégourié-Gonnard · 7 years ago
  6. e533b22 Fix ordering and repetitions in config.h by Manuel Pégourié-Gonnard · 7 years ago
  7. 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 7 years ago
  8. 2041a31 Merge remote-tracking branch 'public/pr/1402' into development by Simon Butcher · 7 years ago
  9. 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 7 years ago
  10. e7d3f8e Fix MicroBlaze register typo. by Zach van Rijn · 7 years ago
  11. be78b07 chachapoly: warn against piecewise decryption by Manuel Pégourié-Gonnard · 7 years ago
  12. fa0c47d Fix typo in doc and copy missing warning by Manuel Pégourié-Gonnard · 7 years ago
  13. 98fae6d ChaCha20: move working state from ctx to stack by Manuel Pégourié-Gonnard · 7 years ago
  14. c22e61a Add ifdef for selftest in header file by Manuel Pégourié-Gonnard · 7 years ago
  15. 3798b6b Add some error codes and merge others by Manuel Pégourié-Gonnard · 7 years ago
  16. 32902e6 cipher: handle ChaCha20 as a stream cipher by Manuel Pégourié-Gonnard · 7 years ago
  17. b8bd80a Add FEATURE_NOT_AVAILABLE error codes. by Manuel Pégourié-Gonnard · 7 years ago
  18. 5ef92d3 chachapoly: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  19. b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  20. b500f8b Update documentation to match new guidelines. by Manuel Pégourié-Gonnard · 7 years ago
  21. 346b8d5 chachapoly: split crypt_and_mac() to match GCM API by Manuel Pégourié-Gonnard · 7 years ago
  22. 56206c4 Remove semi-internal chacha20_keystrem_block() by Manuel Pégourié-Gonnard · 7 years ago
  23. 502f189 ChaCha20: allow in-place en/decryption by Manuel Pégourié-Gonnard · 7 years ago
  24. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  25. 4edd51b Rename poly1305_setkey() to poly1305_starts() 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. 8fe4701 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  29. a310c5e Allow some parameters to be NULL if the length is 0. by Daniel King · 9 years ago
  30. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  31. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  32. bd92062 Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  33. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  34. d0f143b Update CTR doc for the 64-bit block cipher by Manuel Pégourié-Gonnard · 7 years ago
  35. 4f24e95 Update CTR doc for other 128-bit block ciphers by Manuel Pégourié-Gonnard · 7 years ago
  36. f584286 Slightly tune ARIA CTR documentation by Manuel Pégourié-Gonnard · 7 years ago
  37. a64fba4 Remove double declaration of mbedtls_ssl_list_ciphersuites by Moran Peker · 7 years ago
  38. 2f3a581 Merge remote-tracking branch 'public/pr/1178' into development by Simon Butcher · 7 years ago
  39. 8a1b2c8 Update CTR documentation by Manuel Pégourié-Gonnard · 7 years ago
  40. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  41. 0960b80 Move to new header style for ALT implementations by Manuel Pégourié-Gonnard · 7 years ago
  42. c089312 Add ifdef for selftest in header file by Manuel Pégourié-Gonnard · 7 years ago
  43. 08c337d Remove useless parameter from function by Manuel Pégourié-Gonnard · 7 years ago
  44. 9d41073 Fix typos from copy-pasting by Manuel Pégourié-Gonnard · 7 years ago
  45. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  46. a331e0f Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed by Jaeden Amero · 7 years ago
  47. fb19399 Merge remote-tracking branch 'upstream-public/pr/1498' into development-proposed by Jaeden Amero · 7 years ago
  48. 7d7bad6 Update version to 2.9.0 by Jaeden Amero · 7 years ago
  49. fe0669f ecp: Fix binary compatibility with group ID by Jaeden Amero · 7 years ago
  50. 8945343 Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  51. 56e06db Improve mbedtls_platform_zeroize() docs by Andres Amaya Garcia · 7 years ago
  52. d0ef468 Reword config.h docs for MBEDTLS_PLATFORM_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  53. 1afdec1 Merge remote-tracking branch 'upstream-public/pr/1578' into development-proposed by Jaeden Amero · 7 years ago
  54. 519b129 Merge remote-tracking branch 'upstream-public/pr/1580' into development-proposed by Jaeden Amero · 7 years ago
  55. a7a6155 Update ecp.h by Rose Zadik · 7 years ago
  56. 7c68878 Merge remote-tracking branch 'upstream-public/pr/1511' into development-proposed by Jaeden Amero · 7 years ago
  57. d803c1f Merge remote-tracking branch 'upstream-public/pr/1510' into development-proposed by Jaeden Amero · 7 years ago
  58. f852f4c Merge remote-tracking branch 'upstream-public/pr/1506' into development-proposed by Jaeden Amero · 7 years ago
  59. ebfd3ca Merge remote-tracking branch 'upstream-public/pr/1505' into development-proposed by Jaeden Amero · 7 years ago
  60. d353405 Update ecp.h by Rose Zadik · 7 years ago
  61. c32efb3 Update ecp.h by Rose Zadik · 7 years ago
  62. d76ac58 Update ecp.h by Rose Zadik · 7 years ago
  63. abc9ec7 Update ecdsa.h by Rose Zadik · 7 years ago
  64. f089fa3 Update ecp.h by Rose Zadik · 7 years ago
  65. b2e111a Update ecp.h by Rose Zadik · 7 years ago
  66. 5450d1f Merge branch 'crypto_alt_revision' into development-restricted-proposed by Gilles Peskine · 7 years ago
  67. 93f9919 Update cipher.h by Rose Zadik · 7 years ago
  68. c441f74 Update cipher.h by Rose Zadik · 7 years ago
  69. 4c368e8 Update cipher.h by Rose Zadik · 7 years ago
  70. 826f264 Update cipher.h by Rose Zadik · 7 years ago
  71. f56cb34 Update ecp.h by Rose Zadik · 7 years ago
  72. 4acb005 Merge remote-tracking branch 'public/pr/1518' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  73. 66d3968 Merge remote-tracking branch 'public/pr/1516' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  74. bb93c04 Merge remote-tracking branch 'public/pr/1515' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  75. b80f04e Merge remote-tracking branch 'upstream-public/pr/1514' into development-proposed by Gilles Peskine · 7 years ago
  76. 2e1934a Fix comment formatting to pacify check-names.sh by Gilles Peskine · 7 years ago
  77. a937733 Merge remote-tracking branch 'public/pr/1513' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  78. 0392bff Merge remote-tracking branch 'public/pr/1512' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  79. b3a8fe7 Merge remote-tracking branch 'public/pr/1509' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  80. 01d72df Merge remote-tracking branch 'public/pr/1508' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  81. 7153496 Merge remote-tracking branch 'public/pr/1507' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  82. c265a25 Merge remote-tracking branch 'public/pr/1503' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  83. fa1fe36 Update dhm.h by Rose Zadik · 7 years ago
  84. ee96359 Update dhm.h by Rose Zadik · 7 years ago
  85. e5b5bd7 Allocate a unique err code for MBEDTLS_ERR_AES_BAD_INPUT_DATA by Mohammad Azim Khan · 8 years ago
  86. 3f7f817 Check invalid nc_off by Mohammad Azim Khan · 8 years ago
  87. 14a8b59 Fix doxygen error for MBEDTLS_PLATFORM_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  88. 379b95c Update ccm.h by Rose Zadik · 7 years ago
  89. 477dce1 Update ccm.h by Rose Zadik · 7 years ago
  90. c58787f Update docs for MBEDTLS_PLATFORM_ZEROIZE_ALT in config.h by Andres Amaya Garcia · 7 years ago
  91. 904e1ef Make utils module part of the platform by Andres Amaya Garcia · 7 years ago
  92. ec5d416 Update ecdsa.h by Rose Zadik · 7 years ago
  93. ae8e306 Fix docs typos for zeroize related features/test by Andres Amaya Garcia · 7 years ago
  94. 757cd72 Update license headers year and branding by Andres Amaya Garcia · 7 years ago
  95. 1e8ea5f Improve docs for mbedtls_zeroize() and add refs by Andres Amaya Garcia · 7 years ago
  96. 6606d5c Add config.h docs for MBEDTLS_UTILS_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  97. b1262a3 Allow compile-time alternate to mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  98. 614d9c0 Add a utils.h file that contains common functions by Andres Amaya Garcia · 8 years ago
  99. 21e2926 Update rsa.h by Rose Zadik · 7 years ago
  100. f763f2b Update dhm.h by Rose Zadik · 7 years ago