1. 574ac57 Specify server certificate to use in SHA-1 test by Ron Eldor · 7 years ago
  2. acfee8e refactor CA and SRV certificates into separate blocks by ILUXONCHIK · 7 years ago
  3. 2bd7f99 refactor SHA-1 certificate defintions and assignment by ILUXONCHIK · 7 years ago
  4. d94b3e7 refactor server SHA-1 certificate definition into a new block by ILUXONCHIK · 7 years ago
  5. 2f27790 define TEST_SRV_CRT_RSA_SOME in similar logic to TEST_CA_CRT_RSA_SOME by ILUXONCHIK · 7 years ago
  6. 914df79 server SHA-256 certificate now follows the same logic as CA SHA-256 certificate by ILUXONCHIK · 7 years ago
  7. 4d70822 add entry to ChangeLog by ILUXONCHIK · 7 years ago
  8. 62ec2dd Merge remote-tracking branch 'public/pr/975' into development by Simon Butcher · 7 years ago
  9. 8de0501 Merge remote-tracking branch 'public/pr/2128' into development by Simon Butcher · 7 years ago
  10. 6944e05 Merge remote-tracking branch 'public/pr/2232' into development by Simon Butcher · 7 years ago
  11. 012a06c Merge remote-tracking branch 'public/pr/2228' into development by Simon Butcher · 7 years ago
  12. 2fac661 Merge remote-tracking branch 'public/pr/2321' into development by Simon Butcher · 7 years ago
  13. d4548ae Merge remote-tracking branch 'public/pr/2334' into development by Simon Butcher · 7 years ago
  14. eb7f1b5 Add ChangeLog entry by Darryl Green · 7 years ago
  15. a7064c3 Move ecp_restartable definitions out of the MBEDTLS_ECP_ALT guards by Darryl Green · 7 years ago
  16. 0e810b9 Don't call memcpy with NULL pointer in mbedtls_mpi_read_binary() by Hanno Becker · 7 years ago
  17. 9f6d16a Fix preprocessor macro existence check in bignum.c by Hanno Becker · 7 years ago
  18. 6dab620 Fix typo after rebase by Hanno Becker · 7 years ago
  19. 5d91c0b Add missing macro existence check in byte swapping code in bignum.c by Hanno Becker · 7 years ago
  20. f872007 Optimize mpi_bigendian_to_host() for speed and size by Hanno Becker · 7 years ago
  21. 8116ef7 Adapt ChangeLog by Hanno Becker · 7 years ago
  22. 2be8a55 Change signature of mpi_bigendian_to_host() to reflect usage by Hanno Becker · 7 years ago
  23. da1655a Remove temporary stack-buffer from mbedtls_mpi_fill_random() by Hanno Becker · 8 years ago
  24. 0caddf7 Update the LTS branch list in the contributing doc by Ron Eldor · 7 years ago
  25. fb1972d Merge pull request #544 from ARMmbed/version-2.16 by Simon Butcher · 7 years ago mbedtls-2.16.0
  26. 6c164e7 Update the version of the library to 2.16.0 by Simon Butcher · 7 years ago
  27. e046053 Clarify ChangeLog old versions and param validations by Simon Butcher · 7 years ago
  28. b6cdf98 Merge remote-tracking branch 'public/pr/1721' into development-restricted by Simon Butcher · 7 years ago
  29. fed19be Merge remote-tracking branch 'public/pr/2126' into development-restricted by Simon Butcher · 7 years ago
  30. 428d00d Merge remote-tracking branch 'public/pr/2209' into development-restricted by Simon Butcher · 7 years ago
  31. 6df8c53 Merge remote-tracking branch 'public/pr/2134' into development-restricted by Simon Butcher · 7 years ago
  32. 88d45a8 Merge remote-tracking branch 'public/pr/2171' into development-restricted by Simon Butcher · 7 years ago
  33. ad7c210 Merge remote-tracking branch 'public/pr/2274' into development by Simon Butcher · 7 years ago
  34. 12b4240 Merge remote-tracking branch 'public/pr/2288' into development by Simon Butcher · 7 years ago
  35. c831193 Merge remote-tracking branch 'public/pr/2302' into development by Simon Butcher · 7 years ago
  36. 1efda39 Merge remote-tracking branch 'public/pr/2297' into development by Simon Butcher · 7 years ago
  37. 5aa7809 Merge remote-tracking branch 'public/pr/2275' into development by Simon Butcher · 7 years ago
  38. 780cf18 Merge remote-tracking branch 'public/pr/2271' into development by Simon Butcher · 7 years ago
  39. 032c037 Merge remote-tracking branch 'public/pr/2270' into development by Simon Butcher · 7 years ago
  40. a033633 Merge remote-tracking branch 'public/pr/2269' into development by Simon Butcher · 7 years ago
  41. 70935a4 Merge remote-tracking branch 'public/pr/2299' into development by Simon Butcher · 7 years ago
  42. 003c0e0 Merge remote-tracking branch 'public/pr/2292' into development by Simon Butcher · 7 years ago
  43. decf2f5 Merge remote-tracking branch 'public/pr/2291' into development by Simon Butcher · 7 years ago
  44. 65ce5dc Merge remote-tracking branch 'public/pr/2290' into development by Simon Butcher · 7 years ago
  45. ad2e0da Merge remote-tracking branch 'public/pr/2283' into development by Simon Butcher · 7 years ago
  46. 0bbf7f4 Merge remote-tracking branch 'public/pr/2279' into development by Simon Butcher · 7 years ago
  47. 962b7b1 Merge remote-tracking branch 'public/pr/2273' into development by Simon Butcher · 7 years ago
  48. 6be67a6 Merge remote-tracking branch 'public/pr/2281' into development by Simon Butcher · 7 years ago
  49. dac513e Merge remote-tracking branch 'public/pr/2282' into development by Simon Butcher · 7 years ago
  50. ccafd14 Merge remote-tracking branch 'public/pr/2276' into development by Simon Butcher · 7 years ago
  51. 2a8d32c Merge remote-tracking branch 'public/pr/2287' into development by Simon Butcher · 7 years ago
  52. 743e398 Avoid unused-variable warnings for str as well by Gilles Peskine · 7 years ago
  53. 88ca3a2 Avoid unused-variable warnings in some configurations by Gilles Peskine · 7 years ago
  54. d602711 Fix dependencies on MBEDTLS_FS_IO by Gilles Peskine · 7 years ago
  55. 01d4b76 Remove faulty cipher_finish calls from nist_kw by Manuel Pégourié-Gonnard · 7 years ago
  56. 2f6de42 Move SHA256_VALIDATE[_RET] outside of MBEDTLS_SHA256_ALT guard by Hanno Becker · 7 years ago
  57. c756049 Move SHA512_VALIDATE[_RET] outside of MBEDTLS_SHA512_ALT guard by Hanno Becker · 7 years ago
  58. b3c7023 Move SHA1_VALIDATE[_RET] outside of MBEDTLS_SHA1_ALT guard by Hanno Becker · 7 years ago
  59. 73b7984 Remove parameter validation for deprecated function in ECDSA module by Hanno Becker · 7 years ago
  60. 247a782 Increase strictness of NULL parameter validity in CCM's doxygen by k-stachowiak · 7 years ago
  61. 6adb057 Improve details of CCM parameter validation and documentation by k-stachowiak · 7 years ago
  62. 9da5d7c Adjust mbedtls_ccm_free() documentation by k-stachowiak · 7 years ago
  63. 373a660 Fix a documentation typo by k-stachowiak · 7 years ago
  64. 270a125 Add a change log entry by k-stachowiak · 7 years ago
  65. b92f933 Doxygen comments improvement by k-stachowiak · 7 years ago
  66. dd63359 Add tests for valid NULL in ccm_free() by k-stachowiak · 7 years ago
  67. 508bcd9 Remove unneeded test for the CCM free function by k-stachowiak · 7 years ago
  68. 12f0d5c Improve the constraints definition in the doxygen comments in CCM by k-stachowiak · 7 years ago
  69. f712534 Add missing validation code in CCM by k-stachowiak · 7 years ago
  70. ff8a098 Allow empty arguments in some CCM functions' parameter validation by k-stachowiak · 7 years ago
  71. fd42d53 Explicitly allow NULL as an argument to mbedtls_ccm_free() by k-stachowiak · 7 years ago
  72. 438448e Format NULL occurrences in CCM's Doxygen comments by k-stachowiak · 7 years ago
  73. 26d365e Add parameter validation for CCM by k-stachowiak · 7 years ago
  74. fb54360 Prevent unused variable in some configurations by k-stachowiak · 7 years ago
  75. 6af45ec PK: document context validity requirements by Gilles Peskine · 7 years ago
  76. a85edd9 Split the unconditional and conditional parameter validation tests by k-stachowiak · 7 years ago
  77. f25ee7f Fix parameter validation for mbedtls_mpi_lsb() by Hanno Becker · 7 years ago
  78. 8c71b3e pk_parse*keyfile: explicitly validate path=NULL by Gilles Peskine · 7 years ago
  79. d54b975 pk parse: the password is optional by Gilles Peskine · 7 years ago
  80. 516897a Remove unnecessary parameter validation from the Cipher module by k-stachowiak · 7 years ago
  81. 1a9df6b Improve style in the Cipher module by k-stachowiak · 7 years ago
  82. e4b8d28 Remove imprecise clause from documenting comment by k-stachowiak · 7 years ago
  83. 95070a8 Make some cipher parameter validation unconditional by k-stachowiak · 7 years ago
  84. 6df25e7 Increase strictness of NULL parameter validity in Cipher's doxygen by k-stachowiak · 7 years ago
  85. d409285 Add a change log entry by k-stachowiak · 7 years ago
  86. 5b01f8b Add a new line at the end of the test data file by k-stachowiak · 7 years ago
  87. 90b8d4a Include static cipher functions in the parameter validation scheme by k-stachowiak · 7 years ago
  88. c29d94c Account for optional NULL buffer arguments in the Cipher module by k-stachowiak · 7 years ago
  89. d5913bc Improve documentation of the parameter validation in the Cipher module by k-stachowiak · 7 years ago
  90. a539070 Make all parameter validation tests optional by k-stachowiak · 7 years ago
  91. e0215d7 Add Cipher module parameter validation by Krzysztof Stachowiak · 7 years ago
  92. 6009ece Increase strictness of NULL parameter validity in GCM's doxygen by k-stachowiak · 7 years ago
  93. 21298a2 Improve parameter validation in mbedtls_gcm_free() by k-stachowiak · 7 years ago
  94. 9af22e4 Update change log by k-stachowiak · 7 years ago
  95. 2ae7ae5 Doxygen comments improvement by k-stachowiak · 7 years ago
  96. 5fccb3e Add tests for valid NULL in gcm_free() by k-stachowiak · 7 years ago
  97. 8ffc92a Add parameter validation for the GCM module by k-stachowiak · 7 years ago
  98. 8ce11a3 Minor improvements to bignum module by Hanno Becker · 7 years ago
  99. ee3cfec PK sign/verify: hash=NULL is ok if md_alg=0 and hash_len=0 by Gilles Peskine · 7 years ago
  100. 998fbfb Properly test pk_write with an empty output buffer by Gilles Peskine · 7 years ago