1. 0bbf7f4 Merge remote-tracking branch 'public/pr/2279' into development by Simon Butcher · 7 years ago
  2. 962b7b1 Merge remote-tracking branch 'public/pr/2273' into development by Simon Butcher · 7 years ago
  3. 6be67a6 Merge remote-tracking branch 'public/pr/2281' into development by Simon Butcher · 7 years ago
  4. dac513e Merge remote-tracking branch 'public/pr/2282' into development by Simon Butcher · 7 years ago
  5. ccafd14 Merge remote-tracking branch 'public/pr/2276' into development by Simon Butcher · 7 years ago
  6. 2a8d32c Merge remote-tracking branch 'public/pr/2287' into development by Simon Butcher · 7 years ago
  7. 247a782 Increase strictness of NULL parameter validity in CCM's doxygen by k-stachowiak · 7 years ago
  8. 6adb057 Improve details of CCM parameter validation and documentation by k-stachowiak · 7 years ago
  9. 9da5d7c Adjust mbedtls_ccm_free() documentation by k-stachowiak · 7 years ago
  10. 373a660 Fix a documentation typo by k-stachowiak · 7 years ago
  11. b92f933 Doxygen comments improvement by k-stachowiak · 7 years ago
  12. 12f0d5c Improve the constraints definition in the doxygen comments in CCM by k-stachowiak · 7 years ago
  13. fd42d53 Explicitly allow NULL as an argument to mbedtls_ccm_free() by k-stachowiak · 7 years ago
  14. 438448e Format NULL occurrences in CCM's Doxygen comments by k-stachowiak · 7 years ago
  15. 26d365e Add parameter validation for CCM by k-stachowiak · 7 years ago
  16. 6009ece Increase strictness of NULL parameter validity in GCM's doxygen by k-stachowiak · 7 years ago
  17. 21298a2 Improve parameter validation in mbedtls_gcm_free() by k-stachowiak · 7 years ago
  18. 2ae7ae5 Doxygen comments improvement by k-stachowiak · 7 years ago
  19. 8ffc92a Add parameter validation for the GCM module by k-stachowiak · 7 years ago
  20. df4b596 Minor Camellia documentation improvements by Hanno Becker · 7 years ago
  21. ed54128 Minor Blowfish documentation improvements by Hanno Becker · 7 years ago
  22. 70ded36 Minor improvements to Camellia module and documentation by Hanno Becker · 7 years ago
  23. 20376d6 Don't promise that passing NULL input to Blowfish works by Hanno Becker · 7 years ago
  24. 3d9a349 Improve Blowfish documentation by Hanno Becker · 7 years ago
  25. 49acc64 Minor improvements to Blowfish documentation and tests by Hanno Becker · 7 years ago
  26. 3b4d6c6 Document parameter preconditions for Blowfish module by Hanno Becker · 7 years ago
  27. 938a15e Leave behaviour on NULL input unspecified in ARIA by Hanno Becker · 7 years ago
  28. 2f87504 Minor ARIA documentation improvements by Hanno Becker · 7 years ago
  29. 02d524c Minor ARIA documentation improvements by Hanno Becker · 7 years ago
  30. 139d831 Document parameter preconditions for the ARIA module by Hanno Becker · 7 years ago
  31. 1e2f3ed Remove merge artifact by Hanno Becker · 7 years ago
  32. bdb7cd4 Don't promise that passing NULL input to Camellia works by Hanno Becker · 7 years ago
  33. c7579ec Improve Camellia documentation by Hanno Becker · 7 years ago
  34. af4b83b Minor improvements to CAMELLIA documentation by Hanno Becker · 7 years ago
  35. e939de7 Minor fixes to Camellia parameter validation by Hanno Becker · 7 years ago
  36. f10905a Use full sentences in documentation of CAMELLIA preconditions by Hanno Becker · 7 years ago
  37. b4b7fb7 Implement parameter validation for CAMELLIA module by Hanno Becker · 7 years ago
  38. 7a16aad Document parameter preconditions in CAMELLIA module by Hanno Becker · 7 years ago
  39. 54b789a Merge remote-tracking branch 'public/pr/2298' into development by Simon Butcher · 7 years ago
  40. 03f2ffa Undo documentation change in ARIA, Blowfish, Camellia modules by Hanno Becker · 7 years ago
  41. b66e7db Fix some documentation markup/wording issues by Manuel Pégourié-Gonnard · 7 years ago
  42. ad54c49 Document AES accelerator functions as internal by Manuel Pégourié-Gonnard · 7 years ago
  43. 2bc535b Add parameter validation for AES-CTR by Manuel Pégourié-Gonnard · 7 years ago
  44. 8e41eb7 Add parameter validation for AES-OFB by Manuel Pégourié-Gonnard · 7 years ago
  45. 1677cca Add parameter validation for AES-CFB functions by Manuel Pégourié-Gonnard · 7 years ago
  46. 191af13 Add param validation for mbedtls_aes_crypt_xts() by Manuel Pégourié-Gonnard · 7 years ago
  47. 3178d1a Add param validation for mbedtls_aes_crypt_cbc() by Manuel Pégourié-Gonnard · 7 years ago
  48. 1aca260 Add parameter validation for mbedtls_aes_crypt_ecb() by Manuel Pégourié-Gonnard · 7 years ago
  49. 68e3dff Add parameter validation XTS setkey functions by Manuel Pégourié-Gonnard · 7 years ago
  50. 6640b0d Undo deprecation of MBEDTLS_ERR_BLOWFISH_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
  51. a034369 Undo deprecation of MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
  52. 938f9e9 Undo deprecation of MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
  53. 9dbefa1 Fix conflict between constant deprecation and check-names.sh by Hanno Becker · 7 years ago
  54. 4fb258a Remove mentioning of deprecated error codes by Hanno Becker · 7 years ago
  55. d2f3a00 Introduce single BLOWFISH error code for bad input data by Hanno Becker · 7 years ago
  56. 4c029d0 Introduce single CAMELLIA error code for bad input data by Hanno Becker · 7 years ago
  57. 2f47550 Introduce single ARIA error code for bad input data by Hanno Becker · 7 years ago
  58. 548cecd Discourage making MBEDTLS_PARAM_FAILED() empty. by Manuel Pégourié-Gonnard · 7 years ago
  59. 6d0816a Introduce macros to deprecate constants in the API by Hanno Becker · 7 years ago
  60. e7306d3 Improve some documentation and ChangeLog entry by Manuel Pégourié-Gonnard · 7 years ago
  61. cd2b29c Improve wording in documentation and ChangeLog by Manuel Pégourié-Gonnard · 7 years ago
  62. ed459e6 Fix content and style of constraints documentation by Manuel Pégourié-Gonnard · 7 years ago
  63. 35acb09 Fix some documentation typos/markup/duplication. by Manuel Pégourié-Gonnard · 7 years ago
  64. 9b8ea89 Fix a few style / whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  65. 22028a0 Fix a typo in documentation by Manuel Pégourié-Gonnard · 7 years ago
  66. 0e17cc9 Avoid stringifying condition too early by Manuel Pégourié-Gonnard · 7 years ago
  67. 44c5d58 Document AES functions and fix free() functions by Manuel Pégourié-Gonnard · 7 years ago
  68. 0e9cddb Introduce generic validation macros by Manuel Pégourié-Gonnard · 7 years ago
  69. a967626 Make MBEDTLS_CHECK_PARAMS disabled by default by Manuel Pégourié-Gonnard · 7 years ago
  70. ab58852 Rework documentation. by Manuel Pégourié-Gonnard · 7 years ago
  71. a2b0e27 Skip param validation tests if custom macro used by Manuel Pégourié-Gonnard · 7 years ago
  72. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  73. 8e661bf Fix arity of the PARAM_FAILED() macro and function by Manuel Pégourié-Gonnard · 7 years ago
  74. 4c37db6 Remove the library provided function of MBEDTLS_PARAM_FAILED by Simon Butcher · 7 years ago
  75. 5201e41 Add optional parameter validation to the AES module by Simon Butcher · 7 years ago
  76. b486803 Add initial options and support for parameter validation by Simon Butcher · 7 years ago
  77. 01b34fb Merge remote-tracking branch 'upstream-public/pr/2267' into development by Jaeden Amero · 7 years ago
  78. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 7 years ago
  79. 172ba63 Add guard for MBEDTLS_ECP_INTERNAL_ALT by Janos Follath · 7 years ago
  80. d2af46f Fix typo in ECP alternative documentation by Janos Follath · 7 years ago
  81. 083681c Merge remote-tracking branch 'upstream-public/pr/2039' into development by Jaeden Amero · 7 years ago
  82. 833c053 Merge remote-tracking branch 'upstream-public/pr/1982' into development by Jaeden Amero · 7 years ago
  83. 41722ec Merge remote-tracking branch 'upstream-public/pr/1958' into development by Jaeden Amero · 7 years ago
  84. c3b680b Clarify requirements on handling ECP group IDs by Janos Follath · 7 years ago
  85. 948f4be Debug: Add functions for ECDH contexts by Janos Follath · 7 years ago
  86. c9c32f3 ECDH: Add flexible context and legacy flag by Janos Follath · 7 years ago
  87. f61e486 ECDH: Add mbedtls_ecdh_setup() by Janos Follath · 7 years ago
  88. 89ac8c9 ECP: Add mbedtls_ecp_tls_read_group_id() by Janos Follath · 7 years ago
  89. c4a8017 mbedtls_ctr_drbg_update_ret: correct doc for input length limit by Gilles Peskine · 7 years ago
  90. e0e9c57 HMAC_DRBG: deprecate mbedtls_hmac_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
  91. d919993 CTR_DRBG: deprecate mbedtls_ctr_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
  92. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  93. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  94. e51d4b3 Merge remote-tracking branch 'public/pr/2054' into development-proposed by Simon Butcher · 7 years ago
  95. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  96. bcca58c Add common feature unavailable error by Ron Eldor · 7 years ago
  97. 361ce6c Merge remote-tracking branch 'public/pr/2127' into development-restricted-proposed by Simon Butcher · 7 years ago
  98. c818131 Merge remote-tracking branch 'public/pr/2140' into development-restricted-proposed by Simon Butcher · 7 years ago
  99. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 7 years ago
  100. 51b6abb Merge remote-tracking branch 'public/pr/2165' into development-proposed by Simon Butcher · 7 years ago