1. 991f9fe all_sh: add a check for header inclusion in cpp_dummy_build.cpp by Andrzej Kurek · 6 years ago
  2. 05be06c Make the C++ test mandatory by removing the --no-cxx flag from all.sh by Andrzej Kurek · 6 years ago
  3. 45a6719 Add a CXX build to all.sh to execute the C++ dummy test by default by Andrzej Kurek · 6 years ago
  4. 037ec4b Replace tabs with spaces by Andrzej Kurek · 6 years ago
  5. 89c048c Tests: add a test for cpp linking by Andrzej Kurek · 7 years ago
  6. 0211c32 Change the cpp test to be optional by Andrzej Kurek · 7 years ago
  7. 40741f8 Add a test with a cpp executable including all mbed TLS headers by Andrzej Kurek · 7 years ago
  8. 6665b67 Merge remote-tracking branch 'public/pr/1390' into development by Simon Butcher · 6 years ago
  9. 9fa21bf Merge remote-tracking branch 'public/pr/1533' into development by Simon Butcher · 6 years ago
  10. 95a1c1f Merge remote-tracking branch 'public/pr/1617' into development by Simon Butcher · 6 years ago
  11. 51d7cfe Fix coverity warnings in benchmark.c by Manuel Pégourié-Gonnard · 6 years ago
  12. f57bf8b Define specific mode for ChachaPoly by Manuel Pégourié-Gonnard · 6 years ago
  13. a18034a Adjust to added fields in cipher_base_t by Manuel Pégourié-Gonnard · 6 years ago
  14. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 6 years ago
  15. 8266aca Merge remote-tracking branch 'upstream-restricted/pr/487' into development by Jaeden Amero · 6 years ago mbedtls-2.11.0
  16. 2fcd3e4 Change the library version to 2.11.0 by Simon Butcher · 6 years ago
  17. 925568a Fix version in ChangeLog for fix for #552 by Simon Butcher · 6 years ago
  18. b6a5bff Add ChangeLog entry for clang version fix. Issue #1072 by Simon Butcher · 6 years ago
  19. c7bc9e1 Fix a few typos by Manuel Pégourié-Gonnard · 6 years ago
  20. cbe248a Merge remote-tracking branch 'public/pr/1727' into development by Simon Butcher · 6 years ago
  21. 1f91575 Merge remote-tracking branch 'public/pr/1681' into development by Simon Butcher · 6 years ago
  22. 688a456 Merge remote-tracking branch 'public/pr/1734' into development by Simon Butcher · 6 years ago
  23. cdc338b Merge remote-tracking branch 'public/pr/1735' into development by Simon Butcher · 6 years ago
  24. 2711ad7 Merge remote-tracking branch 'public/pr/1736' into development by Simon Butcher · 6 years ago
  25. 600c5e6 Compilation warning fixes on 32b platfrom with IAR by Simon Butcher · 6 years ago
  26. d9c71da Revert "Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default" by Jaeden Amero · 6 years ago
  27. 2dbecc0 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 6 years ago
  28. 66a8903 Fix for missing len var when XTS config'd and CTR not by Simon Butcher · 6 years ago
  29. 9873696 Merge remote-tracking branch 'public/pr/710' into development by Simon Butcher · 6 years ago
  30. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 6 years ago
  31. 6755905 Merge remote-tracking branch 'public/pr/1602' into development by Simon Butcher · 6 years ago
  32. d5d983e ssl_server2: handle mbedtls_x509_dn_gets failure by Gilles Peskine · 6 years ago
  33. ace0592 Fix harmless use of uninitialized memory in ssl_parse_encrypted_pms by Gilles Peskine · 6 years ago
  34. c306a05 SSL async tests: add a few test cases for error in decrypt by Gilles Peskine · 6 years ago
  35. 4481744 Fix memory leak in ssl_server2 with SNI + async callback by Gilles Peskine · 6 years ago
  36. e247989 SNI + SSL async callback: make all keys async by Gilles Peskine · 6 years ago
  37. 2636fad ssl_async_resume: free the operation context on error by Gilles Peskine · 6 years ago
  38. f5a9996 ssl_server2: get op_name from context in ssl_async_resume as well by Gilles Peskine · 7 years ago
  39. ef30742 Clarify "as directed here" in SSL async callback documentation by Gilles Peskine · 7 years ago
  40. 7457933 SSL async callbacks documentation: clarify resource cleanup by Gilles Peskine · 7 years ago
  41. 3dae1cf Async callback: use mbedtls_pk_check_pair to compare keys by Gilles Peskine · 7 years ago
  42. a668c60 Rename mbedtls_ssl_async_{get,set}_data for clarity by Gilles Peskine · 7 years ago
  43. 02b86d0 Fix copypasta in the async callback documentation by Gilles Peskine · 7 years ago
  44. 166ce74 SSL async callback: cert is not always from mbedtls_ssl_conf_own_cert by Gilles Peskine · 7 years ago
  45. d6fbfde ssl_async_set_key: detect if ctx->slots overflows by Gilles Peskine · 7 years ago
  46. 0798158 Fix missing continuation indicator in ssl-opt.sh by Gilles Peskine · 7 years ago
  47. 20e2bdf SSL async tests: tighten a few log checks in some test cases by Gilles Peskine · 7 years ago
  48. 94e153a Improve documentation of the async callback's crypto parameters by Gilles Peskine · 7 years ago
  49. 37d4175 Add test case for SSL async resume after resume by Gilles Peskine · 7 years ago
  50. 4d9ec4d Fix uninitialized variable in ssl_server2 by Gilles Peskine · 7 years ago
  51. 6331d78 Don't use the printf format %zd by Gilles Peskine · 7 years ago
  52. 03af7f6 Change boolean bitfield to unsigned by Gilles Peskine · 7 years ago
  53. ff2f493 config: List cipher modes in alphabetical order by Jaeden Amero · 6 years ago
  54. 4ab8acd Merge remote-tracking branch 'public/pr/1075' into development by Simon Butcher · 6 years ago
  55. 6ac1cf6 Merge remote-tracking branch 'public/pr/1182' into development by Simon Butcher · 6 years ago
  56. e5cd868 Add ChangeLog entry for PR #1555 by Simon Butcher · 6 years ago
  57. c1bf1aa Merge remote-tracking branch 'public/pr/1555' into development by Simon Butcher · 6 years ago
  58. 73a4b80 Merge remote-tracking branch 'public/pr/1672' into development by Simon Butcher · 6 years ago
  59. 9a8db56 Merge remote-tracking branch 'public/pr/1730' into development by Simon Butcher · 6 years ago
  60. 2ff0e52 Fix missing preprocessor condition in AES self-test by Simon Butcher · 6 years ago
  61. 0a8352b Fix harmless use of uninitialized memory in ssl_parse_encrypted_pms by Gilles Peskine · 6 years ago
  62. 725f1cb SSL async tests: add a few test cases for error in decrypt by Gilles Peskine · 6 years ago
  63. 3f3ada8 Fix memory leak in ssl_server2 with SNI + async callback by Gilles Peskine · 6 years ago
  64. 157f6d8 SNI + SSL async callback: make all keys async by Gilles Peskine · 6 years ago
  65. d906b81 tests: cipher: Allocate enough space for XTS keys by Jaeden Amero · 6 years ago
  66. 0931708 benchmark: Add comma at end of help message by Jaeden Amero · 6 years ago
  67. f4474e7 ChangeLog: Add an entry for AES-XTS by Jaeden Amero · 7 years ago
  68. ed91a79 config: Update documentation for XTS option by Jaeden Amero · 6 years ago
  69. c28012a tests: Remove NIST AES-XTS test vectors by Jaeden Amero · 6 years ago
  70. 142383e aes: xts: Add tests for invalid key sizes by Jaeden Amero · 6 years ago
  71. 8cfc75f aes: xts: Fix style issues with gf128mul by Jaeden Amero · 6 years ago
  72. 5f0b06a aes: xts: Fix description of gf128mul by Jaeden Amero · 6 years ago
  73. f167deb aes: xts: Add a reference to the standard by Jaeden Amero · 6 years ago
  74. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  75. 425382d tests: Extend AES-XTS suite by Jaeden Amero · 7 years ago
  76. e5c4b07 tests: Make AES-XTS suite more stack friendly by Jaeden Amero · 7 years ago
  77. 21d79cf aes: Add self test for AES-XTS by Jaeden Amero · 7 years ago
  78. cd9fc5e aes: xts: Rename iv to data_unit by Jaeden Amero · 6 years ago
  79. d82cd86 aes: xts: Rewrite to avoid use of goto by Jaeden Amero · 7 years ago
  80. 0a8b020 aes: xts: Enforce NIST SP 800-38E data unit size by Jaeden Amero · 6 years ago
  81. 5162b93 aes: Use length instead of bits_length in XTS by Jaeden Amero · 6 years ago
  82. 9366feb aes: xts: Add new context structure by Jaeden Amero · 6 years ago
  83. e22ba80 Add XTS test suites to the Makefile by Jaeden Amero · 7 years ago
  84. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  85. 010c2cb gf128mul: Inline instead of making a new module by Jaeden Amero · 6 years ago
  86. 97cc3b1 gf128mul: Remove the jump table by Jaeden Amero · 6 years ago
  87. 5f77801 Implement AES-XTS mode by Aorimn · 8 years ago
  88. 380162c Double perf for AES-XEX by Aorimn · 9 years ago
  89. daf7045 Add benchmark for AES-XEX by Aorimn · 9 years ago
  90. 8bb817a Add AES-XEX to the version features by Aorimn · 9 years ago
  91. 9bbe363 Rename exported symbols to please check-names.sh by Aorimn · 9 years ago
  92. fb67fae Add AES-XEX tests cases by Aorimn · 9 years ago
  93. 75e3661 Add AES-XEX mode to the default config file by Aorimn · 9 years ago
  94. 0089d36 Implement AES-XEX mode by Aorimn · 9 years ago
  95. b053658 Add 2 files for multiplication in GF(128) by Aorimn · 9 years ago
  96. 9f52aeb tests: Fix name of 33 byte AES cipher tests by Jaeden Amero · 7 years ago
  97. 7decfe8 Convert mbedtls_free and mbedtls_calloc into functions by Roberto Vargas · 6 years ago
  98. 4ed3880 Fix ChangeLog whitespace errors and add entry for PR #1646 by Simon Butcher · 6 years ago
  99. f3987b3 Add ChangeLog entry for CCM* by Simon Butcher · 6 years ago
  100. 601144e Add entry to ChangeLog for PR #795 by Simon Butcher · 6 years ago