1. c5d844b Full restart support in ecp_mul_comb_core() by Manuel Pégourié-Gonnard · 8 years ago
  2. 2fad7ae Start actually splitting computation by Manuel Pégourié-Gonnard · 8 years ago
  3. 8962ddb Don't write to destination until we're done by Manuel Pégourié-Gonnard · 8 years ago
  4. 78d564a Add check for changing arguments by Manuel Pégourié-Gonnard · 8 years ago
  5. 77af79a Add proper allocation of restart context by Manuel Pégourié-Gonnard · 8 years ago
  6. 62738e9 Further restrict variable scope by moving code by Manuel Pégourié-Gonnard · 8 years ago
  7. 391f441 Move more code to separate function by Manuel Pégourié-Gonnard · 8 years ago
  8. 24be795 Group related code together by Manuel Pégourié-Gonnard · 8 years ago
  9. 4b2336d Move some more code to new function by Manuel Pégourié-Gonnard · 8 years ago
  10. 22be635 Re-order some more code by Manuel Pégourié-Gonnard · 8 years ago
  11. ec5606a Extract code to separate function by Manuel Pégourié-Gonnard · 8 years ago
  12. 7306dff Group related code together by Manuel Pégourié-Gonnard · 8 years ago
  13. 510d5ca Add early return test + fake implementation by Manuel Pégourié-Gonnard · 8 years ago
  14. 054433c Add mbedtls_ecp_set_max_ops() by Manuel Pégourié-Gonnard · 8 years ago
  15. 5e3c62f Add MBEDTLS_ERR_ECP_IN_PROGRESS by Manuel Pégourié-Gonnard · 8 years ago
  16. c3a3bc7 Add config flag MBEDTLS_ECP_EARLY_RETURN by Manuel Pégourié-Gonnard · 8 years ago
  17. 225b37a Fix typos in comment by Manuel Pégourié-Gonnard · 8 years ago
  18. a54f6cc Unify name of default profile in X.509 tests by Manuel Pégourié-Gonnard · 8 years ago
  19. 24611f9 Remove redundant variable by Manuel Pégourié-Gonnard · 8 years ago
  20. 7ff243a Add missing dependency in test-certs Makefile by Manuel Pégourié-Gonnard · 8 years ago
  21. 562df40 Improve some comments, fix some typos+whitespace by Manuel Pégourié-Gonnard · 8 years ago
  22. ea2dc14 Fix some whitespace by Manuel Pégourié-Gonnard · 8 years ago
  23. a7c4c8a Make some perl scripts usable with git bisect run by Manuel Pégourié-Gonnard · 8 years ago
  24. 66a36b0 Update comments by Manuel Pégourié-Gonnard · 8 years ago
  25. 505c395 Make the ver_chain length explicit by Manuel Pégourié-Gonnard · 8 years ago
  26. a707e1d Extract code to separate function for readablity by Manuel Pégourié-Gonnard · 8 years ago
  27. ce6e52f Make verify_chain() iterative by Manuel Pégourié-Gonnard · 8 years ago
  28. f86f491 Rm unneeded function arguments & update comments by Manuel Pégourié-Gonnard · 8 years ago
  29. c547d1a Start using an explicit stack for callback info by Manuel Pégourié-Gonnard · 8 years ago
  30. a468eb1 verify_name(): factor duplicated code to function by Manuel Pégourié-Gonnard · 8 years ago
  31. 1300e99 Extract name checking to separate function by Manuel Pégourié-Gonnard · 8 years ago
  32. 6368612 Move code to separate function for readability by Manuel Pégourié-Gonnard · 8 years ago
  33. 27e9479 Simplify handling of locally trusted EE certs by Manuel Pégourié-Gonnard · 8 years ago
  34. bdc5440 Update comments by Manuel Pégourié-Gonnard · 8 years ago
  35. cb39610 Finally merge the remains of top() into child() by Manuel Pégourié-Gonnard · 8 years ago
  36. 6364277 Let verify_top() handle only the parent by Manuel Pégourié-Gonnard · 8 years ago
  37. 6e78674 Move top()'s checks on child to child() by Manuel Pégourié-Gonnard · 8 years ago
  38. 784aee3 Move other special case from top() to child() by Manuel Pégourié-Gonnard · 8 years ago
  39. b9983be Move one special case from verify_top() to child() by Manuel Pégourié-Gonnard · 8 years ago
  40. 66fac75 Merge duplicated checks between child() and top() by Manuel Pégourié-Gonnard · 8 years ago
  41. 58dcd2d Get rid of unused variables/arguments by Manuel Pégourié-Gonnard · 8 years ago
  42. 8f8c282 Merge near-duplicated (grand)parent finding code by Manuel Pégourié-Gonnard · 8 years ago
  43. f82a4d5 Factor duplicated code into function by Manuel Pégourié-Gonnard · 8 years ago
  44. 32fdc60 Unnest code in verify_top() by Manuel Pégourié-Gonnard · 8 years ago
  45. 6038cb6 Remove duplicate parent-searching in verify_top() by Manuel Pégourié-Gonnard · 8 years ago
  46. 2f09d59 Add badkey-skipping to find_parent() by Manuel Pégourié-Gonnard · 8 years ago
  47. 3e329b8 Add badtime-skipping feature to new function by Manuel Pégourié-Gonnard · 8 years ago
  48. 9c6118c Factor one more occurrence of code into function by Manuel Pégourié-Gonnard · 8 years ago
  49. 2f1c33d Factor repeated code into function by Manuel Pégourié-Gonnard · 8 years ago
  50. 17f4a6a Take shortcut for directly trusted EE cert by Manuel Pégourié-Gonnard · 8 years ago
  51. c61e5c9 Don't search twice for a non-existing parent by Manuel Pégourié-Gonnard · 8 years ago
  52. b8acfd2 Fix calls to check_parent() by Manuel Pégourié-Gonnard · 8 years ago
  53. 35407c7 Add comments on chain verification cases by Manuel Pégourié-Gonnard · 8 years ago
  54. 9bc860c Add test for callback and bad signatures by Manuel Pégourié-Gonnard · 8 years ago
  55. a656825 Add test for bad name and callback by Manuel Pégourié-Gonnard · 8 years ago
  56. 2d825d4 Add test for same CA with different keys by Manuel Pégourié-Gonnard · 8 years ago
  57. c10afdb Add test for CA forgery attempt by Manuel Pégourié-Gonnard · 8 years ago
  58. d092277 Add test for profile on trusted EE cert by Manuel Pégourié-Gonnard · 8 years ago
  59. bc31301 Add tests for flags passed to f_vrfy by Manuel Pégourié-Gonnard · 8 years ago
  60. ffa42ef Add ability to test flags value in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  61. 329e78c Improve handling of md errors in X.509 by Manuel Pégourié-Gonnard · 8 years ago
  62. a4a206e Clarify documentation for directly-trusted certs by Manuel Pégourié-Gonnard · 8 years ago
  63. 602544e Fix usage of CFLAGS with cmake in all.sh by Manuel Pégourié-Gonnard · 8 years ago
  64. 43be6cd Fix depends_on:pk_alg in test suites by Manuel Pégourié-Gonnard · 8 years ago
  65. 902bb6a Add new test script depends-pkalgs.pl by Manuel Pégourié-Gonnard · 8 years ago
  66. 5be9533 Fix depends_on:curve in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  67. 9ba9dfb Fix usage of {curves,key-exchanges}.pl in all.sh by Manuel Pégourié-Gonnard · 8 years ago
  68. 1fe6bb9 Fix missing depends_on:SHA/MD in x509 tests by Manuel Pégourié-Gonnard · 8 years ago
  69. 42a4d30 Add new test script depends-hashes.pl by Manuel Pégourié-Gonnard · 8 years ago
  70. b341dd5 Add tests for spurious certs in the chain by Manuel Pégourié-Gonnard · 8 years ago
  71. 4dfc04a Add test for bad signature with longer chain by Manuel Pégourié-Gonnard · 8 years ago
  72. 29d60fb Add test for expired cert in longer chain by Manuel Pégourié-Gonnard · 8 years ago
  73. 4185978 Add tests for fatal error in vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  74. 6b9d53f Add ability to test failing vrfy callback by Manuel Pégourié-Gonnard · 8 years ago
  75. 6622fed Add tests for profile enforcement by Manuel Pégourié-Gonnard · 8 years ago
  76. 9832cea Set deterministic flags for NULL profile by Manuel Pégourié-Gonnard · 8 years ago
  77. e54931f Add "profile" arg to X.509 test function by Manuel Pégourié-Gonnard · 8 years ago
  78. 26b9f7d Fix get option in config.pl script by Hanno Becker · 8 years ago
  79. f145a9d Fix the check for max CA intermediates in ssl-opt.sh by Simon Butcher · 8 years ago
  80. 9e24b51 Fix threshold checks for MBEDTLS_X509_MAX_INTERMEDIATE_CA by Simon Butcher · 8 years ago
  81. bba1c29 Merge branch 'development' of ssh://github.com/ARMmbed/mbedtls-restricted into development by Simon Butcher · 8 years ago
  82. 85097c7 Merge branch 'development' by Simon Butcher · 8 years ago
  83. b060cc2 Reorder and group sections in the ChangeLog by Simon Butcher · 8 years ago
  84. 06b7863 Change a ssl-opt.sh script sanity checks by Simon Butcher · 8 years ago
  85. 00d3cc6 Fix merge errors in ChangeLog by Simon Butcher · 8 years ago
  86. 2e3ddfa Prevent signed integer overflow in CSR parsing by Andres AG · 8 years ago
  87. 8016474 Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  88. 7d6ec7b Add CRT DER tests with incorrect version by Andres AG · 8 years ago
  89. c124061 Add CRL DER tests with incorrect version by Andres AG · 8 years ago
  90. 6fb6d79 Add CSR DER tests with incorrect version by Andres AG · 8 years ago
  91. 4f753c1 Fix potential integer overflow parsing DER CRL by Andres AG · 8 years ago
  92. d922c78 Move the git scripts to correct path by Ron Eldor · 8 years ago
  93. d731eb8 Update after @sbutcher-arm comments by Ron Eldor · 8 years ago
  94. 50bdf74 Fix slash direction for linux path by Ron Eldor · 8 years ago
  95. 3f9cc28 Add note for the git_hoos README file by Ron Eldor · 8 years ago
  96. bf007d2 Pre push hook script by Ron Eldor · 9 years ago
  97. 6f262c4 Minor typo fixes in the github template files by Simon Butcher · 8 years ago
  98. 05b9498 Update after Simon's comment by Ron Eldor · 8 years ago
  99. 4b53513 github templates by Ron Eldor · 8 years ago
  100. 2c4d558 Fixes test for MBEDTLS_NO_UDBL_DIVISION by Simon Butcher · 8 years ago