1. 01d4b76 Remove faulty cipher_finish calls from nist_kw by Manuel Pégourié-Gonnard · 7 years ago
  2. fb54360 Prevent unused variable in some configurations by k-stachowiak · 7 years ago
  3. a85edd9 Split the unconditional and conditional parameter validation tests by k-stachowiak · 7 years ago
  4. 516897a Remove unnecessary parameter validation from the Cipher module by k-stachowiak · 7 years ago
  5. 1a9df6b Improve style in the Cipher module by k-stachowiak · 7 years ago
  6. e4b8d28 Remove imprecise clause from documenting comment by k-stachowiak · 7 years ago
  7. 95070a8 Make some cipher parameter validation unconditional by k-stachowiak · 7 years ago
  8. 6df25e7 Increase strictness of NULL parameter validity in Cipher's doxygen by k-stachowiak · 7 years ago
  9. d409285 Add a change log entry by k-stachowiak · 7 years ago
  10. 5b01f8b Add a new line at the end of the test data file by k-stachowiak · 7 years ago
  11. 90b8d4a Include static cipher functions in the parameter validation scheme by k-stachowiak · 7 years ago
  12. c29d94c Account for optional NULL buffer arguments in the Cipher module by k-stachowiak · 7 years ago
  13. d5913bc Improve documentation of the parameter validation in the Cipher module by k-stachowiak · 7 years ago
  14. a539070 Make all parameter validation tests optional by k-stachowiak · 7 years ago
  15. e0215d7 Add Cipher module parameter validation by Krzysztof Stachowiak · 7 years ago
  16. 54b789a Merge remote-tracking branch 'public/pr/2298' into development by Simon Butcher · 7 years ago
  17. 25635f2 Merge remote-tracking branch 'public/pr/1643' into development by Simon Butcher · 7 years ago
  18. ee427b2 tests: Backup config.h before modifying it by Jaeden Amero · 7 years ago
  19. 03f2ffa Undo documentation change in ARIA, Blowfish, Camellia modules by Hanno Becker · 7 years ago
  20. af0c6cb Fix missing guard on XTS function in tests by Manuel Pégourié-Gonnard · 7 years ago
  21. 6640b0d Undo deprecation of MBEDTLS_ERR_BLOWFISH_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
  22. a034369 Undo deprecation of MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
  23. 938f9e9 Undo deprecation of MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
  24. 9dbefa1 Fix conflict between constant deprecation and check-names.sh by Hanno Becker · 7 years ago
  25. 4fb258a Remove mentioning of deprecated error codes by Hanno Becker · 7 years ago
  26. 3214215 Update errors.c by Hanno Becker · 7 years ago
  27. d2f3a00 Introduce single BLOWFISH error code for bad input data by Hanno Becker · 7 years ago
  28. 4c029d0 Introduce single CAMELLIA error code for bad input data by Hanno Becker · 7 years ago
  29. 2f47550 Introduce single ARIA error code for bad input data by Hanno Becker · 7 years ago
  30. 9794098 Clarify ChangeLog entry again. by Manuel Pégourié-Gonnard · 7 years ago
  31. 548cecd Discourage making MBEDTLS_PARAM_FAILED() empty. by Manuel Pégourié-Gonnard · 7 years ago
  32. 6d0816a Introduce macros to deprecate constants in the API by Hanno Becker · 7 years ago
  33. 12dce61 Fix order of sections in ChangeLog by Manuel Pégourié-Gonnard · 7 years ago
  34. e7306d3 Improve some documentation and ChangeLog entry by Manuel Pégourié-Gonnard · 7 years ago
  35. a4251f4 Test aes_free( NULL ) unconditionally by Manuel Pégourié-Gonnard · 7 years ago
  36. 54e7f31 Make TEST_VALID_PARAM() available unconditionally by Manuel Pégourié-Gonnard · 7 years ago
  37. aae10fa Fix some whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  38. cd2b29c Improve wording in documentation and ChangeLog by Manuel Pégourié-Gonnard · 7 years ago
  39. ed459e6 Fix content and style of constraints documentation by Manuel Pégourié-Gonnard · 7 years ago
  40. 35acb09 Fix some documentation typos/markup/duplication. by Manuel Pégourié-Gonnard · 7 years ago
  41. 9b8ea89 Fix a few style / whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  42. 8a46c22 Add a ChangeLog entry for MBEDTLS_CHECK_PARAMS by Manuel Pégourié-Gonnard · 7 years ago
  43. acfdc62 Fix test macro that was too lenient by Manuel Pégourié-Gonnard · 7 years ago
  44. 840af0a Add tests to all.sh for CHECK_PARAMS edge cases by Manuel Pégourié-Gonnard · 7 years ago
  45. 22028a0 Fix a typo in documentation by Manuel Pégourié-Gonnard · 7 years ago
  46. e451be5 Update version_features.c by Manuel Pégourié-Gonnard · 7 years ago
  47. 0e17cc9 Avoid stringifying condition too early by Manuel Pégourié-Gonnard · 7 years ago
  48. 44c5d58 Document AES functions and fix free() functions by Manuel Pégourié-Gonnard · 7 years ago
  49. 0e9cddb Introduce generic validation macros by Manuel Pégourié-Gonnard · 7 years ago
  50. a967626 Make MBEDTLS_CHECK_PARAMS disabled by default by Manuel Pégourié-Gonnard · 7 years ago
  51. ab58852 Rework documentation. by Manuel Pégourié-Gonnard · 7 years ago
  52. a2b0e27 Skip param validation tests if custom macro used by Manuel Pégourié-Gonnard · 7 years ago
  53. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  54. 8e661bf Fix arity of the PARAM_FAILED() macro and function by Manuel Pégourié-Gonnard · 7 years ago
  55. 2c21073 Remove leftover from testing by Manuel Pégourié-Gonnard · 7 years ago
  56. 4c37db6 Remove the library provided function of MBEDTLS_PARAM_FAILED by Simon Butcher · 7 years ago
  57. 249b3d6 Remove use of the macro TEST_FN from the AES test suite by Simon Butcher · 7 years ago
  58. 6542f6c Change the use of setjmp/longjmp in parameter failure callback by Simon Butcher · 7 years ago
  59. 747f5fe Add disabling of gcc 'clobbered' warning by Simon Butcher · 7 years ago
  60. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  61. a646345 Add additional parameter validation tests for the AES module by Simon Butcher · 7 years ago
  62. 5201e41 Add optional parameter validation to the AES module by Simon Butcher · 7 years ago
  63. b486803 Add initial options and support for parameter validation by Simon Butcher · 7 years ago
  64. 01b34fb Merge remote-tracking branch 'upstream-public/pr/2267' into development by Jaeden Amero · 7 years ago
  65. faafcd8 Merge remote-tracking branch 'upstream-public/pr/2223' into development by Jaeden Amero · 7 years ago
  66. fedb407 Merge remote-tracking branch 'upstream-public/pr/2208' into development by Jaeden Amero · 7 years ago
  67. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 7 years ago
  68. d07ef47 Merge remote-tracking branch 'upstream-public/pr/2061' into development by Jaeden Amero · 7 years ago
  69. 172ba63 Add guard for MBEDTLS_ECP_INTERNAL_ALT by Janos Follath · 7 years ago
  70. 683c582 Clarify alternative ECP calling conventions by Janos Follath · 7 years ago
  71. 60ca6e5 test: Make basic-build-test.sh see summary statuses by Jaeden Amero · 7 years ago
  72. d2af46f Fix typo in ECP alternative documentation by Janos Follath · 7 years ago
  73. 855def1 Add changelog entry for ECC hardware bugfix by Janos Follath · 7 years ago
  74. af6f269 Fix ECC hardware double initialization by Janos Follath · 7 years ago
  75. 8ef1f48 Merge remote-tracking branch 'upstream-public/pr/2219' into development by Jaeden Amero · 7 years ago
  76. 28efba0 Merge remote-tracking branch 'upstream-public/pr/2218' into development by Jaeden Amero · 7 years ago
  77. e1b1a2c Merge remote-tracking branch 'upstream-public/pr/2181' into development by Jaeden Amero · 7 years ago
  78. 9055a7d Merge remote-tracking branch 'upstream-public/pr/2175' into development by Jaeden Amero · 7 years ago
  79. 3c0941e Merge remote-tracking branch 'upstream-public/pr/2172' into development by Jaeden Amero · 7 years ago
  80. 5b46fe7 Merge remote-tracking branch 'upstream-public/pr/2157' into development by Jaeden Amero · 7 years ago
  81. bc1cf5c Merge remote-tracking branch 'upstream-public/pr/2131' into development by Jaeden Amero · 7 years ago
  82. a04617e Merge remote-tracking branch 'upstream-public/pr/2125' into development by Jaeden Amero · 7 years ago
  83. c27e342 Merge remote-tracking branch 'upstream-public/pr/2117' into development by Jaeden Amero · 7 years ago
  84. 083681c Merge remote-tracking branch 'upstream-public/pr/2039' into development by Jaeden Amero · 7 years ago
  85. 833c053 Merge remote-tracking branch 'upstream-public/pr/1982' into development by Jaeden Amero · 7 years ago
  86. 41722ec Merge remote-tracking branch 'upstream-public/pr/1958' into development by Jaeden Amero · 7 years ago
  87. 643e002 Merge remote-tracking branch 'upstream-public/pr/1548' into development by Jaeden Amero · 7 years ago
  88. c3b680b Clarify requirements on handling ECP group IDs by Janos Follath · 7 years ago
  89. b8f2706 Add Changelog entry for the new ECDH context by Janos Follath · 7 years ago
  90. 36c5f7f ECDH: Hide context from tests by Janos Follath · 7 years ago
  91. 3fbdada SSL: Make use of the new ECDH interface by Janos Follath · 7 years ago
  92. 948f4be Debug: Add functions for ECDH contexts by Janos Follath · 7 years ago
  93. 5a3e1bf ECDH: Make the implementation use the new context by Janos Follath · 7 years ago
  94. fabc600 Clarify attribution for the Bleichenbacher's Cat fix by Simon Butcher · 7 years ago
  95. 52735ef ECDH: Prevent direct access in non-legacy mode by Janos Follath · 7 years ago
  96. c9c32f3 ECDH: Add flexible context and legacy flag by Janos Follath · 7 years ago
  97. fc03e8d ECDH: Adapt tests for mbedtls_ecdh_setup() by Janos Follath · 7 years ago
  98. f61e486 ECDH: Add mbedtls_ecdh_setup() by Janos Follath · 7 years ago
  99. 89ac8c9 ECP: Add mbedtls_ecp_tls_read_group_id() by Janos Follath · 7 years ago
  100. 51b8a2f Merge remote-tracking branch 'restricted/pr/512' into development by Simon Butcher · 7 years ago