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