1. d23bc1b Merge branch 'iotssl-1381-x509-verify-refactor' into iotssl-1381-x509-verify-refactor-restricted by Manuel Pégourié-Gonnard · 8 years ago
  2. c1c1643 Merge pull request #1 from gertvdijk/issue1040-mpgbranch by Manuel Pégourié-Gonnard · 8 years ago
  3. 25d124d Tests: depends-pkalgs.pl - disable less options by Gert van Dijk · 8 years ago
  4. 4f13195 Tests: add omitted dependency on MBEDTLS_ECDSA_C in test_suite_debug by Gert van Dijk · 8 years ago
  5. 4b6e210 Merge branch 'mbedtls-2.6' into iotssl-1381-x509-verify-refactor-restricted by Manuel Pégourié-Gonnard · 8 years ago
  6. be2f0b5 Fix test that didn't check full value of flags by Manuel Pégourié-Gonnard · 8 years ago
  7. 7766a2c Improve some comments by Manuel Pégourié-Gonnard · 8 years ago
  8. 72ea31b Update version number to 2.6.0 by Simon Butcher · 8 years ago mbedtls-2.6.0
  9. 01971d0 Fix language in Changelog for clarity by Simon Butcher · 8 years ago
  10. a54f6cc Unify name of default profile in X.509 tests by Manuel Pégourié-Gonnard · 8 years ago
  11. 24611f9 Remove redundant variable by Manuel Pégourié-Gonnard · 8 years ago
  12. 7ff243a Add missing dependency in test-certs Makefile by Manuel Pégourié-Gonnard · 8 years ago
  13. 562df40 Improve some comments, fix some typos+whitespace by Manuel Pégourié-Gonnard · 8 years ago
  14. ea2dc14 Fix some whitespace by Manuel Pégourié-Gonnard · 8 years ago
  15. a7c4c8a Make some perl scripts usable with git bisect run by Manuel Pégourié-Gonnard · 8 years ago
  16. 66a36b0 Update comments by Manuel Pégourié-Gonnard · 8 years ago
  17. 505c395 Make the ver_chain length explicit by Manuel Pégourié-Gonnard · 8 years ago
  18. a707e1d Extract code to separate function for readablity by Manuel Pégourié-Gonnard · 8 years ago
  19. ce6e52f Make verify_chain() iterative by Manuel Pégourié-Gonnard · 8 years ago
  20. f86f491 Rm unneeded function arguments & update comments by Manuel Pégourié-Gonnard · 8 years ago
  21. c547d1a Start using an explicit stack for callback info by Manuel Pégourié-Gonnard · 8 years ago
  22. a468eb1 verify_name(): factor duplicated code to function by Manuel Pégourié-Gonnard · 8 years ago
  23. 1300e99 Extract name checking to separate function by Manuel Pégourié-Gonnard · 8 years ago
  24. 6368612 Move code to separate function for readability by Manuel Pégourié-Gonnard · 8 years ago
  25. 27e9479 Simplify handling of locally trusted EE certs by Manuel Pégourié-Gonnard · 8 years ago
  26. bdc5440 Update comments by Manuel Pégourié-Gonnard · 8 years ago
  27. cb39610 Finally merge the remains of top() into child() by Manuel Pégourié-Gonnard · 8 years ago
  28. 6364277 Let verify_top() handle only the parent by Manuel Pégourié-Gonnard · 8 years ago
  29. 6e78674 Move top()'s checks on child to child() by Manuel Pégourié-Gonnard · 8 years ago
  30. 784aee3 Move other special case from top() to child() by Manuel Pégourié-Gonnard · 8 years ago
  31. b9983be Move one special case from verify_top() to child() by Manuel Pégourié-Gonnard · 8 years ago
  32. 66fac75 Merge duplicated checks between child() and top() by Manuel Pégourié-Gonnard · 8 years ago
  33. 58dcd2d Get rid of unused variables/arguments by Manuel Pégourié-Gonnard · 8 years ago
  34. 8f8c282 Merge near-duplicated (grand)parent finding code by Manuel Pégourié-Gonnard · 8 years ago
  35. f82a4d5 Factor duplicated code into function by Manuel Pégourié-Gonnard · 8 years ago
  36. 32fdc60 Unnest code in verify_top() by Manuel Pégourié-Gonnard · 8 years ago
  37. 6038cb6 Remove duplicate parent-searching in verify_top() by Manuel Pégourié-Gonnard · 8 years ago
  38. 2f09d59 Add badkey-skipping to find_parent() by Manuel Pégourié-Gonnard · 8 years ago
  39. 3e329b8 Add badtime-skipping feature to new function by Manuel Pégourié-Gonnard · 8 years ago
  40. 9c6118c Factor one more occurrence of code into function by Manuel Pégourié-Gonnard · 8 years ago
  41. 2f1c33d Factor repeated code into function by Manuel Pégourié-Gonnard · 8 years ago
  42. 17f4a6a Take shortcut for directly trusted EE cert by Manuel Pégourié-Gonnard · 8 years ago
  43. c61e5c9 Don't search twice for a non-existing parent by Manuel Pégourié-Gonnard · 8 years ago
  44. b8acfd2 Fix calls to check_parent() by Manuel Pégourié-Gonnard · 8 years ago
  45. 35407c7 Add comments on chain verification cases by Manuel Pégourié-Gonnard · 8 years ago
  46. 9bc860c Add test for callback and bad signatures by Manuel Pégourié-Gonnard · 8 years ago
  47. a656825 Add test for bad name and callback by Manuel Pégourié-Gonnard · 8 years ago
  48. 2d825d4 Add test for same CA with different keys by Manuel Pégourié-Gonnard · 8 years ago
  49. c10afdb Add test for CA forgery attempt by Manuel Pégourié-Gonnard · 8 years ago
  50. d092277 Add test for profile on trusted EE cert by Manuel Pégourié-Gonnard · 8 years ago
  51. bc31301 Add tests for flags passed to f_vrfy by Manuel Pégourié-Gonnard · 8 years ago
  52. ffa42ef Add ability to test flags value in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  53. 329e78c Improve handling of md errors in X.509 by Manuel Pégourié-Gonnard · 8 years ago
  54. a4a206e Clarify documentation for directly-trusted certs by Manuel Pégourié-Gonnard · 8 years ago
  55. 602544e Fix usage of CFLAGS with cmake in all.sh by Manuel Pégourié-Gonnard · 8 years ago
  56. 43be6cd Fix depends_on:pk_alg in test suites by Manuel Pégourié-Gonnard · 8 years ago
  57. 902bb6a Add new test script depends-pkalgs.pl by Manuel Pégourié-Gonnard · 8 years ago
  58. 5be9533 Fix depends_on:curve in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  59. 9ba9dfb Fix usage of {curves,key-exchanges}.pl in all.sh by Manuel Pégourié-Gonnard · 8 years ago
  60. 1fe6bb9 Fix missing depends_on:SHA/MD in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  61. 42a4d30 Add new test script depends-hashes.pl by Manuel Pégourié-Gonnard · 8 years ago
  62. b341dd5 Add tests for spurious certs in the chain by Manuel Pégourié-Gonnard · 8 years ago
  63. 4dfc04a Add test for bad signature with longer chain by Manuel Pégourié-Gonnard · 8 years ago
  64. 29d60fb Add test for expired cert in longer chain by Manuel Pégourié-Gonnard · 8 years ago
  65. 4185978 Add tests for fatal error in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  66. 6b9d53f Add ability to test failing vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  67. 6622fed Add tests for profile enforcement by Manuel Pégourié-Gonnard · 8 years ago
  68. 9832cea Set deterministic flags for NULL profile by Manuel Pégourié-Gonnard · 8 years ago
  69. e54931f Add "profile" arg to X.509 test function by Manuel Pégourié-Gonnard · 8 years ago
  70. 85b602e Improve documentation of PKCS1 decryption functions by Hanno Becker · 8 years ago
  71. 3f2557e Fix style and missing item in ChangeLog by Simon Butcher · 8 years ago
  72. a418e82 Add credit to Changelog to fix for #666 by Simon Butcher · 8 years ago mbedtls-2.6.0-rc1
  73. a55e084 Fix naked call to time() with platform call by Simon Butcher · 8 years ago
  74. 9fae222 Fix ChangeLog for duplication after merge by Simon Butcher · 8 years ago
  75. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  76. 840bace Correct comment by Hanno Becker · 8 years ago
  77. 7ec83df Adapt ChangeLog by Hanno Becker · 8 years ago
  78. ce37e62 Reliably zeroize sensitive data in AES sample application by Hanno Becker · 8 years ago
  79. f601ec5 Reliably zeroize sensitive data in Crypt-and-Hash sample application by Hanno Becker · 8 years ago
  80. 6b171e4 Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  81. ce49a25 Fix potential integer overflow parsing DER CRL by Andres AG · 8 years ago
  82. 2dfb021 Move the git scripts to correct path by Ron Eldor · 8 years ago
  83. cf61d7d Update after @sbutcher-arm comments by Ron Eldor · 8 years ago
  84. 13067fc Fix slash direction for linux path by Ron Eldor · 8 years ago
  85. e9b3f7e Add note for the git_hoos README file by Ron Eldor · 8 years ago
  86. f16ce1c Pre push hook script by Ron Eldor · 9 years ago
  87. a207e75 Check return code of mbedtls_mpi_fill_random by Ron Eldor · 9 years ago
  88. 7faf92a Resource leak fix on windows platform by Ron Eldor · 9 years ago
  89. 368d55c Wrong preproccessor condition fix by Ron Eldor · 9 years ago
  90. d5a75f4 fix for issue 1118: check if iv is zero in gcm. by Ron Eldor · 9 years ago
  91. c08d9dd Remove mutexes from ECP hardware acceleration by Janos Follath · 8 years ago
  92. 26b9f7d Fix get option in config.pl script by Hanno Becker · 8 years ago
  93. f145a9d Fix the check for max CA intermediates in ssl-opt.sh by Simon Butcher · 8 years ago
  94. 9e24b51 Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  95. c6f346b Fix get option in config.pl script by Hanno Becker · 8 years ago
  96. bcfa6f4 Fix the check for max CA intermediates in ssl-opt.sh by Simon Butcher · 8 years ago
  97. efdfeeb Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  98. bba1c29 Merge branch 'development' of ssh://github.com/ARMmbed/mbedtls-restricted into development by Simon Butcher · 8 years ago
  99. 85097c7 Merge branch 'development' by Simon Butcher · 8 years ago
  100. b060cc2 Reorder and group sections in the ChangeLog by Simon Butcher · 8 years ago