1. 983acb7 Fix include file path by GuHaijun · 6 years ago
  2. 6c164e7 Update the version of the library to 2.16.0 by Simon Butcher · 6 years ago
  3. fed19be Merge remote-tracking branch 'public/pr/2126' into development-restricted by Simon Butcher · 6 years ago
  4. 6df8c53 Merge remote-tracking branch 'public/pr/2134' into development-restricted by Simon Butcher · 6 years ago
  5. ad7c210 Merge remote-tracking branch 'public/pr/2274' into development by Simon Butcher · 6 years ago
  6. 12b4240 Merge remote-tracking branch 'public/pr/2288' into development by Simon Butcher · 6 years ago
  7. c831193 Merge remote-tracking branch 'public/pr/2302' into development by Simon Butcher · 6 years ago
  8. 1efda39 Merge remote-tracking branch 'public/pr/2297' into development by Simon Butcher · 6 years ago
  9. 5aa7809 Merge remote-tracking branch 'public/pr/2275' into development by Simon Butcher · 6 years ago
  10. 780cf18 Merge remote-tracking branch 'public/pr/2271' into development by Simon Butcher · 6 years ago
  11. 032c037 Merge remote-tracking branch 'public/pr/2270' into development by Simon Butcher · 6 years ago
  12. a033633 Merge remote-tracking branch 'public/pr/2269' into development by Simon Butcher · 6 years ago
  13. 70935a4 Merge remote-tracking branch 'public/pr/2299' into development by Simon Butcher · 6 years ago
  14. 003c0e0 Merge remote-tracking branch 'public/pr/2292' into development by Simon Butcher · 6 years ago
  15. decf2f5 Merge remote-tracking branch 'public/pr/2291' into development by Simon Butcher · 6 years ago
  16. 65ce5dc Merge remote-tracking branch 'public/pr/2290' into development by Simon Butcher · 6 years ago
  17. ad2e0da Merge remote-tracking branch 'public/pr/2283' into development by Simon Butcher · 6 years ago
  18. 0bbf7f4 Merge remote-tracking branch 'public/pr/2279' into development by Simon Butcher · 6 years ago
  19. 962b7b1 Merge remote-tracking branch 'public/pr/2273' into development by Simon Butcher · 6 years ago
  20. 6be67a6 Merge remote-tracking branch 'public/pr/2281' into development by Simon Butcher · 6 years ago
  21. dac513e Merge remote-tracking branch 'public/pr/2282' into development by Simon Butcher · 6 years ago
  22. ccafd14 Merge remote-tracking branch 'public/pr/2276' into development by Simon Butcher · 6 years ago
  23. 2a8d32c Merge remote-tracking branch 'public/pr/2287' into development by Simon Butcher · 6 years ago
  24. 247a782 Increase strictness of NULL parameter validity in CCM's doxygen by k-stachowiak · 6 years ago
  25. 6adb057 Improve details of CCM parameter validation and documentation by k-stachowiak · 6 years ago
  26. 9da5d7c Adjust mbedtls_ccm_free() documentation by k-stachowiak · 6 years ago
  27. 373a660 Fix a documentation typo by k-stachowiak · 6 years ago
  28. b92f933 Doxygen comments improvement by k-stachowiak · 6 years ago
  29. 12f0d5c Improve the constraints definition in the doxygen comments in CCM by k-stachowiak · 6 years ago
  30. fd42d53 Explicitly allow NULL as an argument to mbedtls_ccm_free() by k-stachowiak · 6 years ago
  31. 438448e Format NULL occurrences in CCM's Doxygen comments by k-stachowiak · 6 years ago
  32. 26d365e Add parameter validation for CCM by k-stachowiak · 6 years ago
  33. 6af45ec PK: document context validity requirements by Gilles Peskine · 6 years ago
  34. d54b975 pk parse: the password is optional by Gilles Peskine · 6 years ago
  35. e4b8d28 Remove imprecise clause from documenting comment by k-stachowiak · 6 years ago
  36. 95070a8 Make some cipher parameter validation unconditional by k-stachowiak · 6 years ago
  37. 6df25e7 Increase strictness of NULL parameter validity in Cipher's doxygen by k-stachowiak · 6 years ago
  38. 90b8d4a Include static cipher functions in the parameter validation scheme by k-stachowiak · 6 years ago
  39. d5913bc Improve documentation of the parameter validation in the Cipher module by k-stachowiak · 6 years ago
  40. e0215d7 Add Cipher module parameter validation by Krzysztof Stachowiak · 6 years ago
  41. 6009ece Increase strictness of NULL parameter validity in GCM's doxygen by k-stachowiak · 6 years ago
  42. 21298a2 Improve parameter validation in mbedtls_gcm_free() by k-stachowiak · 6 years ago
  43. 2ae7ae5 Doxygen comments improvement by k-stachowiak · 6 years ago
  44. 8ffc92a Add parameter validation for the GCM module by k-stachowiak · 6 years ago
  45. 8ce11a3 Minor improvements to bignum module by Hanno Becker · 6 years ago
  46. 159171b PK parse/write: support keylen=0 correctly by Gilles Peskine · 6 years ago
  47. df4b596 Minor Camellia documentation improvements by Hanno Becker · 6 years ago
  48. ed54128 Minor Blowfish documentation improvements by Hanno Becker · 6 years ago
  49. 70ded36 Minor improvements to Camellia module and documentation by Hanno Becker · 6 years ago
  50. 20376d6 Don't promise that passing NULL input to Blowfish works by Hanno Becker · 6 years ago
  51. 3d9a349 Improve Blowfish documentation by Hanno Becker · 6 years ago
  52. 49acc64 Minor improvements to Blowfish documentation and tests by Hanno Becker · 6 years ago
  53. 3b4d6c6 Document parameter preconditions for Blowfish module by Hanno Becker · 6 years ago
  54. 938a15e Leave behaviour on NULL input unspecified in ARIA by Hanno Becker · 6 years ago
  55. 2f87504 Minor ARIA documentation improvements by Hanno Becker · 6 years ago
  56. 02d524c Minor ARIA documentation improvements by Hanno Becker · 6 years ago
  57. 139d831 Document parameter preconditions for the ARIA module by Hanno Becker · 6 years ago
  58. 1e2f3ed Remove merge artifact by Hanno Becker · 6 years ago
  59. bdb7cd4 Don't promise that passing NULL input to Camellia works by Hanno Becker · 6 years ago
  60. c7579ec Improve Camellia documentation by Hanno Becker · 6 years ago
  61. af4b83b Minor improvements to CAMELLIA documentation by Hanno Becker · 6 years ago
  62. e939de7 Minor fixes to Camellia parameter validation by Hanno Becker · 6 years ago
  63. f10905a Use full sentences in documentation of CAMELLIA preconditions by Hanno Becker · 6 years ago
  64. b4b7fb7 Implement parameter validation for CAMELLIA module by Hanno Becker · 6 years ago
  65. 7a16aad Document parameter preconditions in CAMELLIA module by Hanno Becker · 6 years ago
  66. bb186f8 Weaken preconditions for mbedtls[_internal]_sha512_process() by Hanno Becker · 6 years ago
  67. fbf6777 Improve ECJPAKE documentation by Hanno Becker · 6 years ago
  68. 185e516 Minor fixes to ECJPAKE parameter validation by Hanno Becker · 6 years ago
  69. 54b789a Merge remote-tracking branch 'public/pr/2298' into development by Simon Butcher · 6 years ago
  70. a310b41 Add null-pointer support information to init/free by Gilles Peskine · 6 years ago
  71. 035c6ba Fix documentation bug in ECDSA module by Hanno Becker · 6 years ago
  72. c81cfec Minor fixes to parameter validation in ECDH module by Hanno Becker · 6 years ago
  73. 3f1f4ad Weaken preconditions on mbedtls_[internal_]sha256_process() by Hanno Becker · 6 years ago
  74. 79b9e39 Weaken preconditions for mbedtls[_internal]_sha1_process() by Hanno Becker · 6 years ago
  75. d01ff49 Minor improvements in bignum documentation by Hanno Becker · 6 years ago
  76. 3f2d1ef Fix typo in SHA512 documentation by Hanno Becker · 6 years ago
  77. 42f783d Fix minor issues in SHA1 documentation by Hanno Becker · 6 years ago
  78. d731012 Don't promise that passing a NULL to mbedtls_mpi_read_string works by Hanno Becker · 6 years ago
  79. 01c3c10 Fix typos in documentation of bignum module by Hanno Becker · 6 years ago
  80. e118504 Numerous minor improvements to bignum documentation by Hanno Becker · 6 years ago
  81. 8282c2f Minor improvements to bignum documentation by Hanno Becker · 6 years ago
  82. c23483e Document preconditions on parameters in public bignum API by Hanno Becker · 6 years ago
  83. 974ca0d Fix documentation bug on necessity of RNG in RSA PKCS v1.5 by Hanno Becker · 6 years ago
  84. 2f660d0 Forbid passing NULL input buffers to RSA encryption routines by Hanno Becker · 6 years ago
  85. 9171c6e Leave behaviour on NULL buffers to SHA-1 unspecified for now by Hanno Becker · 6 years ago
  86. 6c5c45f Document parameter preconditions in DHM module by Hanno Becker · 6 years ago
  87. ca6f458 Fix parameter validation in SHA-512 module by Hanno Becker · 6 years ago
  88. fc2a0b2 Minor SHA-256 documentation improvement by Hanno Becker · 6 years ago
  89. 77886af Improve SHA-256 documentation on parameter preconditions by Hanno Becker · 6 years ago
  90. ad7581f Minor improvements to ChaCha20/Poly1305/ChaChaPoly documentation by Hanno Becker · 6 years ago
  91. e463c42 Minor improvements by Hanno Becker · 6 years ago
  92. b3c10b3 Add documentation on parameter preconditions to ChaChaPoly modules by Hanno Becker · 6 years ago
  93. b5c99f5 Improve documentation of SHA-512 parameter preconditions by Hanno Becker · 6 years ago
  94. ff1052e Document valid function params for SHA-512 functions by Andres Amaya Garcia · 6 years ago
  95. ba519b9 Add parameter validation to SHA-512 module by Andres Amaya Garcia · 6 years ago
  96. a9020f2 Clarify the need for a PRNG in various RSA operations by Hanno Becker · 6 years ago
  97. e2e509c Document parameter preconditions in ECDSA module by Hanno Becker · 6 years ago
  98. 8ce3d93 Fix typo in documentation of ECJPAKE module by Hanno Becker · 6 years ago
  99. c4e5aa5 Document parameter preconditions for ECJPAKE module by Hanno Becker · 6 years ago
  100. 60b6504 Fix parameter name in documentation of ECDH module by Hanno Becker · 6 years ago