1. 33cb519 Add decrypt tests to AES OFB Cipher module by Simon Butcher · 7 years ago
  2. b7836e1 Change AES OFB tests to memset sizeof buffer by Simon Butcher · 7 years ago
  3. e416bf9 Reduce stack usage for AES OFB tests by Simon Butcher · 7 years ago
  4. 968646c Clarify comments on use of AES OFB block mode by Simon Butcher · 7 years ago
  5. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  6. 374bcd4 Add to OFB cipher tests AES-192 and AES-256 OFB by Simon Butcher · 7 years ago
  7. dbe7fbf Remove unused variable in AES OFB test suite by Simon Butcher · 7 years ago
  8. 6873c84 Update cipher.h for OFB block mode documentation by Simon Butcher · 7 years ago
  9. ad4e493 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  10. 7487c5b Add missing OFB entry to null ciphersuite by Simon Butcher · 7 years ago
  11. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  12. 0301884 Add test cases for AES OFB block mode by Simon Butcher · 7 years ago
  13. 76a5b22 Add OFB block mode to AES-128/192/256 by Simon Butcher · 7 years ago
  14. c041435 Merge remote-tracking branch 'public/pr/1694' into development by Simon Butcher · 7 years ago mbedtls-2.10.0
  15. d5a09f1 Updated version number to 2.10.0 for release by Simon Butcher · 7 years ago
  16. 390641e Merge remote-tracking branch 'public/pr/1693' into development by Simon Butcher · 7 years ago
  17. ab72727 Add a disabled CMAC define in the no-entropy configuration by Krzysztof Stachowiak · 7 years ago
  18. 33dd323 Merge remote-tracking branch 'public/pr/1690' into development by Simon Butcher · 7 years ago
  19. d08a2f7 Adapt the ARIA test cases for new ECB function by Simon Butcher · 7 years ago
  20. 10438e1 Merge remote-tracking branch 'public/pr/1683' into development by Simon Butcher · 7 years ago
  21. 6e962b2 Fix file permissions for ssl.h by Simon Butcher · 7 years ago
  22. eb6ed71 Merge remote-tracking branch 'public/pr/1267' into development by Simon Butcher · 7 years ago
  23. 2041a31 Merge remote-tracking branch 'public/pr/1402' into development by Simon Butcher · 7 years ago
  24. 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 7 years ago
  25. b02f789 Merge remote-tracking branch 'public/pr/1470' into development by Simon Butcher · 7 years ago
  26. ba91994 Merge remote-tracking branch 'public/pr/1604' into development by Simon Butcher · 7 years ago
  27. d72700a Add ChangeLog entry for PR#1651 by Simon Butcher · 7 years ago
  28. 8edf2a3 Merge remote-tracking branch 'public/pr/1654' into development by Simon Butcher · 7 years ago
  29. e7d3f8e Fix MicroBlaze register typo. by Zach van Rijn · 7 years ago
  30. fa0c47d Fix typo in doc and copy missing warning by Manuel Pégourié-Gonnard · 7 years ago
  31. 39f2561 Fix edit mistake in cipher_wrap.c by Manuel Pégourié-Gonnard · 7 years ago
  32. d0f143b Update CTR doc for the 64-bit block cipher by Manuel Pégourié-Gonnard · 7 years ago
  33. 4f24e95 Update CTR doc for other 128-bit block ciphers by Manuel Pégourié-Gonnard · 7 years ago
  34. f584286 Slightly tune ARIA CTR documentation by Manuel Pégourié-Gonnard · 7 years ago
  35. a64fba4 Remove double declaration of mbedtls_ssl_list_ciphersuites by Moran Peker · 7 years ago
  36. 2f3a581 Merge remote-tracking branch 'public/pr/1178' into development by Simon Butcher · 7 years ago
  37. f889202 Merge remote-tracking branch 'public/pr/1434' into development by Simon Butcher · 7 years ago
  38. 8a1b2c8 Update CTR documentation by Manuel Pégourié-Gonnard · 7 years ago
  39. 7124fb6 Use zeroize function from new platform_util 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. 2df4bfe Fix typo in comments by Manuel Pégourié-Gonnard · 7 years ago
  44. 565e4e0 Use more appropriate type for local variable by Manuel Pégourié-Gonnard · 7 years ago
  45. 08c337d Remove useless parameter from function by Manuel Pégourié-Gonnard · 7 years ago
  46. 89924dd Wipe sensitive info from the stack by Manuel Pégourié-Gonnard · 7 years ago
  47. 12e2fbd Style adjustments by Manuel Pégourié-Gonnard · 7 years ago
  48. d418b0d Fix typo in comment by Manuel Pégourié-Gonnard · 7 years ago
  49. 9d41073 Fix typos from copy-pasting by Manuel Pégourié-Gonnard · 7 years ago
  50. 4d393b9 Add check-files.py to travis.yml by Darryl Green · 7 years ago
  51. 2699de3 Add check-files.py to pre-push.sh by Darryl Green · 7 years ago
  52. a07039c Add check-files.py to all.sh by Darryl Green · 7 years ago
  53. 10d9ce3 Add script for source integrity checking by Darryl Green · 7 years ago
  54. c4bd8ec Merge remote-tracking branch 'upstream-public/pr/1446' into development by Jaeden Amero · 7 years ago
  55. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  56. cdd97fd Merge remote-tracking branch 'upstream-public/pr/1433' into development by Jaeden Amero · 7 years ago
  57. 707e962 Update visualc project files by Manuel Pégourié-Gonnard · 7 years ago
  58. a331e0f Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed by Jaeden Amero · 7 years ago
  59. fb19399 Merge remote-tracking branch 'upstream-public/pr/1498' into development-proposed by Jaeden Amero · 7 years ago
  60. 09c4e7e Merge remote-tracking branch 'upstream-public/pr/1486' into development-proposed by Jaeden Amero · 7 years ago
  61. 070e356 Merge remote-tracking branch 'upstream-restricted/pr/481' into development-restricted by Jaeden Amero · 7 years ago mbedtls-2.9.0
  62. e6a2a1a Add the uodate to the soversion to the ChangeLog by Simon Butcher · 7 years ago
  63. 0b3f00c Avoid -Wformat-truncation warning on gcc7 by Mohammad Azim Khan · 7 years ago
  64. 78d2f7d Merge remote-tracking branch 'upstream-restricted/pr/478' into development-restricted by Jaeden Amero · 7 years ago
  65. b03120a Fix the ChangeLog for clarity, english and credit by Simon Butcher · 7 years ago
  66. 00cbed2 Merge remote-tracking branch 'upstream-restricted/pr/474' into development-restricted by Jaeden Amero · 7 years ago
  67. 7d7bad6 Update version to 2.9.0 by Jaeden Amero · 7 years ago
  68. 8b98498 Merge remote-tracking branch 'upstream-restricted/pr/477' into development-restricted-proposed by Jaeden Amero · 7 years ago
  69. fe0669f ecp: Fix binary compatibility with group ID by Jaeden Amero · 7 years ago
  70. c64a300 Merge remote-tracking branch 'upstream-restricted/pr/471' into development-restricted-proposed by Jaeden Amero · 7 years ago
  71. bd05dfd Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  72. 84a1107 Merge remote-tracking branch 'upstream-public/pr/1592' into development-proposed by Jaeden Amero · 7 years ago
  73. 38c42d5 Merge remote-tracking branch 'upstream-public/pr/1570' into development-proposed by Jaeden Amero · 7 years ago
  74. b7a18c0 Changelog entry by Andrzej Kurek · 7 years ago
  75. 03bac44 Change accepted ciphersuite versions when parsing server hello by Andrzej Kurek · 7 years ago
  76. 8945343 Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  77. 8491406 Remove preprocessor directives around platform_util.h include by Andres Amaya Garcia · 7 years ago
  78. 6698d2f Fix style for mbedtls_mpi_zeroize() by Andres Amaya Garcia · 7 years ago
  79. 56e06db Improve mbedtls_platform_zeroize() docs by Andres Amaya Garcia · 7 years ago
  80. 708c5cb mbedtls_zeroize -> mbedtls_platform_zeroize in docs by Andres Amaya Garcia · 7 years ago
  81. d0ef468 Reword config.h docs for MBEDTLS_PLATFORM_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  82. bc7bdbf Organize CMakeLists targets in alphabetical order by Andres Amaya Garcia · 7 years ago
  83. 21b376b Organize output objs in alfabetical order in Makefile by Andres Amaya Garcia · 7 years ago
  84. 1afdec1 Merge remote-tracking branch 'upstream-public/pr/1578' into development-proposed by Jaeden Amero · 7 years ago
  85. 3dd8abd Regenerate errors after ecp.h updates by Jaeden Amero · 7 years ago
  86. 519b129 Merge remote-tracking branch 'upstream-public/pr/1580' into development-proposed by Jaeden Amero · 7 years ago
  87. a7a6155 Update ecp.h by Rose Zadik · 7 years ago
  88. a9ceef8 Change variable bytes_written to header_bytes in record decompression by Andrzej Kurek · 7 years ago
  89. 7c68878 Merge remote-tracking branch 'upstream-public/pr/1511' into development-proposed by Jaeden Amero · 7 years ago
  90. d803c1f Merge remote-tracking branch 'upstream-public/pr/1510' into development-proposed by Jaeden Amero · 7 years ago
  91. f852f4c Merge remote-tracking branch 'upstream-public/pr/1506' into development-proposed by Jaeden Amero · 7 years ago
  92. ebfd3ca Merge remote-tracking branch 'upstream-public/pr/1505' into development-proposed by Jaeden Amero · 7 years ago
  93. d353405 Update ecp.h by Rose Zadik · 7 years ago
  94. c32efb3 Update ecp.h by Rose Zadik · 7 years ago
  95. d76ac58 Update ecp.h by Rose Zadik · 7 years ago
  96. abc9ec7 Update ecdsa.h by Rose Zadik · 7 years ago
  97. 1d3b508 Same ciphersuite validation in server and client hello by Mohammad Azim Khan · 7 years ago
  98. 5462e02 ssl_tls: Fix invalid buffer sizes during compression / decompression by Andrzej Kurek · 7 years ago
  99. f089fa3 Update ecp.h by Rose Zadik · 7 years ago
  100. b2e111a Update ecp.h by Rose Zadik · 7 years ago