1. 11556e2 Clarify initialization of T in mul_comb() by Manuel Pégourié-Gonnard · 8 years ago
  2. 0b23f16 SSL: rework restart state handling by Manuel Pégourié-Gonnard · 8 years ago
  3. 6348181 Explicit state assignments in ecdsa too by Manuel Pégourié-Gonnard · 8 years ago
  4. 4ed1dab ECP: move state changes closer to operations by Manuel Pégourié-Gonnard · 8 years ago
  5. c9efa00 ECP: Use explicit state assignments by Manuel Pégourié-Gonnard · 8 years ago
  6. db4a8eb Use ECP_RS_ENTER/LEAVE() macros, as in ECDSA by Manuel Pégourié-Gonnard · 8 years ago
  7. b948f7d Don't bother to free NULL subcontexts by Manuel Pégourié-Gonnard · 8 years ago
  8. bfa1972 Remove redundant checks, save a few muls by Manuel Pégourié-Gonnard · 8 years ago
  9. 28d1628 Avoid unnecessary xxx_copy() calls by Manuel Pégourié-Gonnard · 8 years ago
  10. 5bd38b1 Replace memset() calls with xxx_init() calls by Manuel Pégourié-Gonnard · 8 years ago
  11. 92cceb2 Make some names more consistent by Manuel Pégourié-Gonnard · 8 years ago
  12. ebac5d3 Fix some whitespace & style issues by Manuel Pégourié-Gonnard · 8 years ago
  13. eaf55be Misc documentation fixes/improvements by Manuel Pégourié-Gonnard · 8 years ago
  14. 7037e22 Improve comments and doc for ECP by Manuel Pégourié-Gonnard · 8 years ago
  15. daf0491 Rework state saving for verify_chain() by Manuel Pégourié-Gonnard · 8 years ago
  16. a968843 Improve some comments in verify_chain() by Manuel Pégourié-Gonnard · 8 years ago
  17. 3627a8b Clarify state handling in find_parent(_in)() by Manuel Pégourié-Gonnard · 8 years ago
  18. 83e923b Better initialisation of ver_chain by Manuel Pégourié-Gonnard · 8 years ago
  19. 8b7b96b Fix typo by Manuel Pégourié-Gonnard · 8 years ago
  20. d55f776 Skip context allocation if restart disabled by Manuel Pégourié-Gonnard · 8 years ago
  21. aaa9814 Uniformize ifdefs to ECDSA_C+ECP_RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  22. fe68770 Keep PK layer context in the PK layer by Manuel Pégourié-Gonnard · 8 years ago
  23. 0bbc66c Dynamically allocate/free restart subcontext in PK by Manuel Pégourié-Gonnard · 8 years ago
  24. 15d7df2 Introduce mbedtls_pk_restart_ctx and use it by Manuel Pégourié-Gonnard · 8 years ago
  25. 98a6778 Better document some function arguments by Manuel Pégourié-Gonnard · 8 years ago
  26. b889d3e Clarify & uniformise test comments by Manuel Pégourié-Gonnard · 8 years ago
  27. 5faafa7 Update X.509 test certs' Readme by Manuel Pégourié-Gonnard · 8 years ago
  28. c9e16a9 Disable restartable ECC by default by Manuel Pégourié-Gonnard · 8 years ago
  29. 9897cc9 Update ChangeLog by Manuel Pégourié-Gonnard · 8 years ago
  30. 3bf49c4 Enable restart for certificate verify by Manuel Pégourié-Gonnard · 8 years ago
  31. fed37ed Extract some code to separate function by Manuel Pégourié-Gonnard · 8 years ago
  32. 39eda87 Make more auto variables const by Manuel Pégourié-Gonnard · 8 years ago
  33. 6b7301c Change restart context type. by Manuel Pégourié-Gonnard · 8 years ago
  34. d27d1a5 Clean up existing SSL restartable ECC code by Manuel Pégourié-Gonnard · 8 years ago
  35. 8b59049 Make verify() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  36. c11e4ba Rework type for verify chain by Manuel Pégourié-Gonnard · 8 years ago
  37. 18547b5 Refactor find_parent() to merge two call sites by Manuel Pégourié-Gonnard · 8 years ago
  38. a4a5d1d Adapt function signatures to rs_ctx + ret by Manuel Pégourié-Gonnard · 8 years ago
  39. be4ff42 Call crt_check_signature from one place only by Manuel Pégourié-Gonnard · 8 years ago
  40. d19a41d Add tests for verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  41. bc3f44a Introduce mbedtls_x509_crt_verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  42. 21b7719 Add ChangeLog entry for current progress by Manuel Pégourié-Gonnard · 8 years ago
  43. 32033da Test some more handshake flows by Manuel Pégourié-Gonnard · 8 years ago
  44. 23e4162 ECDH: not restartable unless explicitly enabled by Manuel Pégourié-Gonnard · 8 years ago
  45. 1f1f2a1 Adapt ServerKeyEchange processing to restart by Manuel Pégourié-Gonnard · 8 years ago
  46. 862cde5 Add restart support for ECDSA client auth by Manuel Pégourié-Gonnard · 8 years ago
  47. 2350b4e Adapt ECDHE_ECDSA key exchange to restartable EC by Manuel Pégourié-Gonnard · 8 years ago
  48. b3c8307 Adapt ssl_client2 to restartable EC by Manuel Pégourié-Gonnard · 8 years ago
  49. 171a481 Add a ChangeLog entry for changes so far by Manuel Pégourié-Gonnard · 8 years ago
  50. 31f0ef7 Fix style issues introduced earlier by Manuel Pégourié-Gonnard · 8 years ago
  51. 1f59606 Make PK EC sign/verify actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  52. c4ee9ac Add tests for restartable PK sign/verify by Manuel Pégourié-Gonnard · 8 years ago
  53. 82cb27b PK: declare restartable sign/verify functions by Manuel Pégourié-Gonnard · 8 years ago
  54. fd838da Comment cosmetics by Manuel Pégourié-Gonnard · 8 years ago
  55. 66ba48a Make ECDH functions actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  56. 71b2c53 Add tests for restartable ECDH by Manuel Pégourié-Gonnard · 8 years ago
  57. c90d3b0 Update doc for restartable ECDH functions by Manuel Pégourié-Gonnard · 8 years ago
  58. af081f5 Make ECDSA sign actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  59. 50b63ba Use ecp_gen_privkey() in ECDSA sign by Manuel Pégourié-Gonnard · 8 years ago
  60. 6754396 Improve sign/key_tries handling by Manuel Pégourié-Gonnard · 8 years ago
  61. b90883d Prepare infra for restartable sign by Manuel Pégourié-Gonnard · 8 years ago
  62. eb402f3 Add test for restartable signature by Manuel Pégourié-Gonnard · 8 years ago
  63. addb10e Create functions for restartable sign by Manuel Pégourié-Gonnard · 8 years ago
  64. 5314f23 Make verify_restartable() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  65. a0c5bcc Add infrastructure for ecdsa_verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  66. 722e515 Add test for ecdsa_read_signature_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  67. 32aa437 Declare ecdsa_read_signature_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  68. 1ed2505 Add some negative testing for ecdsa_verify() by Manuel Pégourié-Gonnard · 8 years ago
  69. c751148 Make some macros/functions public by Manuel Pégourié-Gonnard · 8 years ago
  70. b5a50e7 Always declare restartable function variants by Manuel Pégourié-Gonnard · 8 years ago
  71. 0ff17df Fix ECDSA test descriptions by Manuel Pégourié-Gonnard · 8 years ago
  72. 4b9c51e Rename EARLY_RETURN -> RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  73. 411079f Rm obsolete comment by Manuel Pégourié-Gonnard · 8 years ago
  74. a7937f9 Add public function generating private keys by Manuel Pégourié-Gonnard · 8 years ago
  75. 1631d63 Make muladd_restartable() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  76. 54dd652 Introduce muladd_restartable() and its sub-context by Manuel Pégourié-Gonnard · 8 years ago
  77. a08cd1a Avoid re-checking argument on restart by Manuel Pégourié-Gonnard · 8 years ago
  78. 3a25612 Reset ops_done at the right time by Manuel Pégourié-Gonnard · 8 years ago
  79. 53fbd63 Remove redundant check by Manuel Pégourié-Gonnard · 8 years ago
  80. 884569c Avoid code duplication in ecp_mul() by Manuel Pégourié-Gonnard · 8 years ago
  81. 646393b Move ops count to top-level context by Manuel Pégourié-Gonnard · 8 years ago
  82. 8467e68 Stop checking for argument change by Manuel Pégourié-Gonnard · 8 years ago
  83. 3cade22 Switch to restart context internally by Manuel Pégourié-Gonnard · 8 years ago
  84. 8f28add Update documentation for new design/API by Manuel Pégourié-Gonnard · 8 years ago
  85. b739a71 Start moving to new design/API by Manuel Pégourié-Gonnard · 8 years ago
  86. 45fd016 Rename multiplication-specific restart context by Manuel Pégourié-Gonnard · 8 years ago
  87. e58f65a Expand documentation with notes and warnings by Manuel Pégourié-Gonnard · 8 years ago
  88. e685449 Scale ops count for larger curves by Manuel Pégourié-Gonnard · 8 years ago
  89. d3a0ca8 Add tests about number of restarts by Manuel Pégourié-Gonnard · 8 years ago
  90. 9c5c78f Fix indicative values of ops counts by Manuel Pégourié-Gonnard · 8 years ago
  91. 1c678e0 Update doc about minimum max_ops value by Manuel Pégourié-Gonnard · 8 years ago
  92. 213541a Make the first precomp loop restartable by Manuel Pégourié-Gonnard · 8 years ago
  93. ae55707 Turn double loop into single loop by Manuel Pégourié-Gonnard · 8 years ago
  94. e2d7cb3 Start splitting precompute_comb() by Manuel Pégourié-Gonnard · 8 years ago
  95. 67c83fb Give a constant a name by Manuel Pégourié-Gonnard · 8 years ago
  96. fc3e0be Separate auxiliary array in precompute_comb() by Manuel Pégourié-Gonnard · 8 years ago
  97. 07bf6f5 Tune T ownership code + comments by Manuel Pégourié-Gonnard · 8 years ago
  98. 085b1df Allow T to be computed in multiple steps by Manuel Pégourié-Gonnard · 8 years ago
  99. c9c0aa6 Remember precomputed table by Manuel Pégourié-Gonnard · 8 years ago
  100. c5d844b Full restart support in ecp_mul_comb_core() by Manuel Pégourié-Gonnard · 8 years ago