1. 213541a Make the first precomp loop restartable by Manuel Pégourié-Gonnard · 8 years ago
  2. ae55707 Turn double loop into single loop by Manuel Pégourié-Gonnard · 8 years ago
  3. e2d7cb3 Start splitting precompute_comb() by Manuel Pégourié-Gonnard · 8 years ago
  4. 67c83fb Give a constant a name by Manuel Pégourié-Gonnard · 8 years ago
  5. fc3e0be Separate auxiliary array in precompute_comb() by Manuel Pégourié-Gonnard · 8 years ago
  6. 07bf6f5 Tune T ownership code + comments by Manuel Pégourié-Gonnard · 8 years ago
  7. 085b1df Allow T to be computed in multiple steps by Manuel Pégourié-Gonnard · 8 years ago
  8. c9c0aa6 Remember precomputed table by Manuel Pégourié-Gonnard · 8 years ago
  9. c5d844b Full restart support in ecp_mul_comb_core() by Manuel Pégourié-Gonnard · 8 years ago
  10. 2fad7ae Start actually splitting computation by Manuel Pégourié-Gonnard · 8 years ago
  11. 8962ddb Don't write to destination until we're done by Manuel Pégourié-Gonnard · 8 years ago
  12. 78d564a Add check for changing arguments by Manuel Pégourié-Gonnard · 8 years ago
  13. 77af79a Add proper allocation of restart context by Manuel Pégourié-Gonnard · 8 years ago
  14. 62738e9 Further restrict variable scope by moving code by Manuel Pégourié-Gonnard · 8 years ago
  15. 391f441 Move more code to separate function by Manuel Pégourié-Gonnard · 8 years ago
  16. 24be795 Group related code together by Manuel Pégourié-Gonnard · 8 years ago
  17. 4b2336d Move some more code to new function by Manuel Pégourié-Gonnard · 8 years ago
  18. 22be635 Re-order some more code by Manuel Pégourié-Gonnard · 8 years ago
  19. ec5606a Extract code to separate function by Manuel Pégourié-Gonnard · 8 years ago
  20. 7306dff Group related code together by Manuel Pégourié-Gonnard · 8 years ago
  21. 510d5ca Add early return test + fake implementation by Manuel Pégourié-Gonnard · 8 years ago
  22. 054433c Add mbedtls_ecp_set_max_ops() by Manuel Pégourié-Gonnard · 8 years ago
  23. 5e3c62f Add MBEDTLS_ERR_ECP_IN_PROGRESS by Manuel Pégourié-Gonnard · 8 years ago
  24. c3a3bc7 Add config flag MBEDTLS_ECP_EARLY_RETURN by Manuel Pégourié-Gonnard · 8 years ago
  25. 225b37a Fix typos in comment by Manuel Pégourié-Gonnard · 8 years ago
  26. 24611f9 Remove redundant variable by Manuel Pégourié-Gonnard · 8 years ago
  27. 562df40 Improve some comments, fix some typos+whitespace by Manuel Pégourié-Gonnard · 8 years ago
  28. 66a36b0 Update comments by Manuel Pégourié-Gonnard · 8 years ago
  29. 505c395 Make the ver_chain length explicit by Manuel Pégourié-Gonnard · 8 years ago
  30. a707e1d Extract code to separate function for readablity by Manuel Pégourié-Gonnard · 8 years ago
  31. ce6e52f Make verify_chain() iterative by Manuel Pégourié-Gonnard · 8 years ago
  32. f86f491 Rm unneeded function arguments & update comments by Manuel Pégourié-Gonnard · 8 years ago
  33. c547d1a Start using an explicit stack for callback info by Manuel Pégourié-Gonnard · 8 years ago
  34. a468eb1 verify_name(): factor duplicated code to function by Manuel Pégourié-Gonnard · 8 years ago
  35. 1300e99 Extract name checking to separate function by Manuel Pégourié-Gonnard · 8 years ago
  36. 6368612 Move code to separate function for readability by Manuel Pégourié-Gonnard · 8 years ago
  37. 27e9479 Simplify handling of locally trusted EE certs by Manuel Pégourié-Gonnard · 8 years ago
  38. bdc5440 Update comments by Manuel Pégourié-Gonnard · 8 years ago
  39. cb39610 Finally merge the remains of top() into child() by Manuel Pégourié-Gonnard · 8 years ago
  40. 6364277 Let verify_top() handle only the parent by Manuel Pégourié-Gonnard · 8 years ago
  41. 6e78674 Move top()'s checks on child to child() by Manuel Pégourié-Gonnard · 8 years ago
  42. 784aee3 Move other special case from top() to child() by Manuel Pégourié-Gonnard · 8 years ago
  43. b9983be Move one special case from verify_top() to child() by Manuel Pégourié-Gonnard · 8 years ago
  44. 66fac75 Merge duplicated checks between child() and top() by Manuel Pégourié-Gonnard · 8 years ago
  45. 58dcd2d Get rid of unused variables/arguments by Manuel Pégourié-Gonnard · 8 years ago
  46. 8f8c282 Merge near-duplicated (grand)parent finding code by Manuel Pégourié-Gonnard · 8 years ago
  47. f82a4d5 Factor duplicated code into function by Manuel Pégourié-Gonnard · 8 years ago
  48. 32fdc60 Unnest code in verify_top() by Manuel Pégourié-Gonnard · 8 years ago
  49. 6038cb6 Remove duplicate parent-searching in verify_top() by Manuel Pégourié-Gonnard · 8 years ago
  50. 2f09d59 Add badkey-skipping to find_parent() by Manuel Pégourié-Gonnard · 8 years ago
  51. 3e329b8 Add badtime-skipping feature to new function by Manuel Pégourié-Gonnard · 8 years ago
  52. 9c6118c Factor one more occurrence of code into function by Manuel Pégourié-Gonnard · 8 years ago
  53. 2f1c33d Factor repeated code into function by Manuel Pégourié-Gonnard · 8 years ago
  54. 17f4a6a Take shortcut for directly trusted EE cert by Manuel Pégourié-Gonnard · 8 years ago
  55. c61e5c9 Don't search twice for a non-existing parent by Manuel Pégourié-Gonnard · 8 years ago
  56. b8acfd2 Fix calls to check_parent() by Manuel Pégourié-Gonnard · 8 years ago
  57. 35407c7 Add comments on chain verification cases by Manuel Pégourié-Gonnard · 8 years ago
  58. 329e78c Improve handling of md errors in X.509 by Manuel Pégourié-Gonnard · 8 years ago
  59. 2e65a54 Prevent signed integer overflow in CSR parsing by Andres AG · 8 years ago
  60. 7ca4a03 Fix potential integer overflow parsing DER CRT by Andres AG · 8 years ago
  61. c0fbf78 Fix potential integer overflow parsing DER CRL by Andres AG · 8 years ago
  62. 04d6c3d Checked names by Gilles Peskine · 8 years ago
  63. 9469919 Fix platform setup/teardown feature and comments by Simon Butcher · 8 years ago
  64. 59c2026 Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT by Andres Amaya Garcia · 8 years ago
  65. d24f5fe Remove internal functions from setup API by Andres Amaya Garcia · 8 years ago
  66. d9e7ada Add library setup and teardown APIs by Andres Amaya Garcia · 8 years ago
  67. 09b3078 Export mbedtls_aes_(en/de)crypt to retain for API compatibility by Hanno Becker · 8 years ago
  68. 59df56e Undo API change from SHA1 deprecation by Hanno Becker · 8 years ago
  69. ff1b846 Undo API change by Hanno Becker · 8 years ago
  70. ca6ff58 Check return code of mbedtls_mpi_fill_random by Ron Eldor · 9 years ago
  71. 36d9042 Resource leak fix on windows platform by Ron Eldor · 9 years ago
  72. 6314068 Wrong preproccessor condition fix by Ron Eldor · 9 years ago
  73. e2efaea fix for issue 1118: check if iv is zero in gcm. by Ron Eldor · 9 years ago
  74. 78b1473 Remove mutexes from ECP hardware acceleration by Janos Follath · 8 years ago
  75. 9107b5f Improve comments by Manuel Pégourié-Gonnard · 8 years ago
  76. 31458a1 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  77. d15795a Improve behaviour on fatal errors by Manuel Pégourié-Gonnard · 8 years ago
  78. f2a597f Update the version number to 2.5.1 by Simon Butcher · 8 years ago archive/mbedtls-2.5 archive/mbedtls-2.5.2 mbedtls-2.5 mbedtls-2.5.2 mbedtls-2.5.1
  79. 4a42f3c Merge remote-tracking branch 'restricted/iotssl-1398' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  80. bdf3905 Ensure application data records are not kept when fully processed by Hanno Becker · 8 years ago
  81. b86b143 Merge remote-tracking branch 'restricted/iotssl-1138-rsa-padding-check-restricted' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  82. a0bf6ec Merge remote-tracking branch 'restricted/IOTSSL-1366/development-restricted' into development-restricted by Manuel Pégourié-Gonnard · 8 years ago
  83. db108ac Merge remote-tracking branch 'hanno/mpi_read_file_underflow' into development by Manuel Pégourié-Gonnard · 8 years ago
  84. 1178ac5 Merge remote-tracking branch 'hanno/sliding_exponentiation' into development by Manuel Pégourié-Gonnard · 8 years ago
  85. bb9dd0c Add hard assertion to mbedtls_ssl_read_record_layer by Hanno Becker · 8 years ago
  86. 4a810fb Fix mbedtls_ssl_read by Hanno Becker · 8 years ago
  87. af0665d Simplify retaining of messages for future processing by Hanno Becker · 8 years ago
  88. e6706e6 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  89. 39ae8cd Fix implementation of VERIFY_OPTIONAL verification mode by Hanno Becker · 8 years ago
  90. ddc6e52 Merge remote-tracking branch 'gilles/iotssl-1223/development' into development by Manuel Pégourié-Gonnard · 8 years ago
  91. 383a118 Merge remote-tracking branch 'gilles/IOTSSL-1330/development' into development by Manuel Pégourié-Gonnard · 8 years ago
  92. 5d2511c SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  93. cd3c845 Allow SHA-1 in SSL renegotiation tests by Gilles Peskine · 8 years ago
  94. 750c353 X.509 self-tests: replaced SHA-1 certificates by SHA-256 by Gilles Peskine · 8 years ago
  95. 5e79cb3 Remove SHA-1 in TLS by default by Gilles Peskine · 8 years ago
  96. 23b33f8 Merge remote-tracking branch 'hanno/sig_hash_compatibility' into development by Manuel Pégourié-Gonnard · 8 years ago
  97. d50177f Fix FALLBACK_SCSV parsing by Gilles Peskine · 8 years ago
  98. 9f77017 Updated version number to 2.5.0 by Simon Butcher · 8 years ago mbedtls-2.5.0
  99. f5bf718 Change return type of AES decrypt and encrypt by Andres AG · 8 years ago
  100. 18ac716 RSA: wipe more stack buffers by Gilles Peskine · 8 years ago