1. fd87e35 Improve comments on parity trick by Manuel Pégourié-Gonnard · 8 years ago
  2. 0b23f16 SSL: rework restart state handling by Manuel Pégourié-Gonnard · 8 years ago
  3. eaf55be Misc documentation fixes/improvements by Manuel Pégourié-Gonnard · 8 years ago
  4. 7037e22 Improve comments and doc for ECP by Manuel Pégourié-Gonnard · 8 years ago
  5. daf0491 Rework state saving for verify_chain() by Manuel Pégourié-Gonnard · 8 years ago
  6. 8b7b96b Fix typo by Manuel Pégourié-Gonnard · 8 years ago
  7. aaa9814 Uniformize ifdefs to ECDSA_C+ECP_RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  8. fe68770 Keep PK layer context in the PK layer by Manuel Pégourié-Gonnard · 8 years ago
  9. 0bbc66c Dynamically allocate/free restart subcontext in PK by Manuel Pégourié-Gonnard · 8 years ago
  10. 15d7df2 Introduce mbedtls_pk_restart_ctx and use it by Manuel Pégourié-Gonnard · 8 years ago
  11. c9e16a9 Disable restartable ECC by default by Manuel Pégourié-Gonnard · 8 years ago
  12. 3bf49c4 Enable restart for certificate verify by Manuel Pégourié-Gonnard · 8 years ago
  13. 6b7301c Change restart context type. by Manuel Pégourié-Gonnard · 8 years ago
  14. d27d1a5 Clean up existing SSL restartable ECC code by Manuel Pégourié-Gonnard · 8 years ago
  15. 8b59049 Make verify() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  16. c11e4ba Rework type for verify chain by Manuel Pégourié-Gonnard · 8 years ago
  17. bc3f44a Introduce mbedtls_x509_crt_verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  18. 23e4162 ECDH: not restartable unless explicitly enabled by Manuel Pégourié-Gonnard · 8 years ago
  19. 1f1f2a1 Adapt ServerKeyEchange processing to restart by Manuel Pégourié-Gonnard · 8 years ago
  20. 862cde5 Add restart support for ECDSA client auth by Manuel Pégourié-Gonnard · 8 years ago
  21. 2350b4e Adapt ECDHE_ECDSA key exchange to restartable EC by Manuel Pégourié-Gonnard · 8 years ago
  22. 1f59606 Make PK EC sign/verify actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  23. 82cb27b PK: declare restartable sign/verify functions by Manuel Pégourié-Gonnard · 8 years ago
  24. fd838da Comment cosmetics by Manuel Pégourié-Gonnard · 8 years ago
  25. 66ba48a Make ECDH functions actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  26. c90d3b0 Update doc for restartable ECDH functions by Manuel Pégourié-Gonnard · 8 years ago
  27. b90883d Prepare infra for restartable sign by Manuel Pégourié-Gonnard · 8 years ago
  28. addb10e Create functions for restartable sign by Manuel Pégourié-Gonnard · 8 years ago
  29. 5314f23 Make verify_restartable() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  30. a0c5bcc Add infrastructure for ecdsa_verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  31. 722e515 Add test for ecdsa_read_signature_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  32. 32aa437 Declare ecdsa_read_signature_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  33. 1ed2505 Add some negative testing for ecdsa_verify() by Manuel Pégourié-Gonnard · 8 years ago
  34. c751148 Make some macros/functions public by Manuel Pégourié-Gonnard · 8 years ago
  35. b5a50e7 Always declare restartable function variants by Manuel Pégourié-Gonnard · 8 years ago
  36. 4b9c51e Rename EARLY_RETURN -> RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  37. a7937f9 Add public function generating private keys by Manuel Pégourié-Gonnard · 8 years ago
  38. 54dd652 Introduce muladd_restartable() and its sub-context by Manuel Pégourié-Gonnard · 8 years ago
  39. 3a25612 Reset ops_done at the right time by Manuel Pégourié-Gonnard · 8 years ago
  40. 646393b Move ops count to top-level context by Manuel Pégourié-Gonnard · 8 years ago
  41. 8467e68 Stop checking for argument change by Manuel Pégourié-Gonnard · 8 years ago
  42. 3cade22 Switch to restart context internally by Manuel Pégourié-Gonnard · 8 years ago
  43. 8f28add Update documentation for new design/API by Manuel Pégourié-Gonnard · 8 years ago
  44. b739a71 Start moving to new design/API by Manuel Pégourié-Gonnard · 8 years ago
  45. 45fd016 Rename multiplication-specific restart context by Manuel Pégourié-Gonnard · 8 years ago
  46. e58f65a Expand documentation with notes and warnings by Manuel Pégourié-Gonnard · 8 years ago
  47. e685449 Scale ops count for larger curves by Manuel Pégourié-Gonnard · 8 years ago
  48. 9c5c78f Fix indicative values of ops counts by Manuel Pégourié-Gonnard · 8 years ago
  49. 1c678e0 Update doc about minimum max_ops value by Manuel Pégourié-Gonnard · 8 years ago
  50. 77af79a Add proper allocation of restart context by Manuel Pégourié-Gonnard · 8 years ago
  51. 054433c Add mbedtls_ecp_set_max_ops() by Manuel Pégourié-Gonnard · 8 years ago
  52. 5e3c62f Add MBEDTLS_ERR_ECP_IN_PROGRESS by Manuel Pégourié-Gonnard · 8 years ago
  53. c3a3bc7 Add config flag MBEDTLS_ECP_EARLY_RETURN by Manuel Pégourié-Gonnard · 8 years ago
  54. 225b37a Fix typos in comment by Manuel Pégourié-Gonnard · 8 years ago
  55. 562df40 Improve some comments, fix some typos+whitespace by Manuel Pégourié-Gonnard · 8 years ago
  56. a4a206e Clarify documentation for directly-trusted certs by Manuel Pégourié-Gonnard · 8 years ago
  57. 2801d00 Improve MBEDTLS_NO_UDBL_DIVISION description by Andres Amaya Garcia · 8 years ago
  58. 031622f Remove MBEDTLS_TYPE_UDBL option by Andres Amaya Garcia · 8 years ago
  59. 75c0b2c Fix check_config.h #error directive by Andres Amaya Garcia · 8 years ago
  60. 99716ca Fix typo in check_config.h by Andres Amaya Garcia · 8 years ago
  61. ed942f8 MBEDTLS_NO_INT64_DIVISION -> MBEDTLS_NO_UDBL_DIVISION by Gilles Peskine · 8 years ago
  62. 6316ceb Allow forcing 64-bit integer type by Andres Amaya Garcia · 8 years ago
  63. b820bf8 Enable 64-bit compilation with ARM Compiler 6 by Andres Amaya Garcia · 8 years ago
  64. 9469919 Fix platform setup/teardown feature and comments by Simon Butcher · 8 years ago
  65. 0a1f947 Add additional comments to platform setup/teardown functions by Simon Butcher · 8 years ago
  66. 59c2026 Rename macro SETUP_ALT to SETUP_TEARDOWN_ALT by Andres Amaya Garcia · 8 years ago
  67. 3d3aadc Improve documentation for mbedtls_platform_context by Andres Amaya Garcia · 8 years ago
  68. d24f5fe Remove internal functions from setup API by Andres Amaya Garcia · 8 years ago
  69. d9e7ada Add library setup and teardown APIs by Andres Amaya Garcia · 8 years ago
  70. 2de930f Make minor changes to documentation by Hanno Becker · 8 years ago
  71. 09b3078 Export mbedtls_aes_(en/de)crypt to retain for API compatibility by Hanno Becker · 8 years ago
  72. a5723f4 Clarify documentation for alternative AES implementations by Hanno Becker · 8 years ago
  73. ff1b846 Undo API change by Hanno Becker · 8 years ago
  74. 78b1473 Remove mutexes from ECP hardware acceleration by Janos Follath · 8 years ago
  75. 49c80f7 Improve documentation of PKCS1 decryption functions by Hanno Becker · 8 years ago
  76. 760c9b9 Update doc of return value of verify() by Manuel Pégourié-Gonnard · 8 years ago
  77. 31458a1 Only return VERIFY_FAILED from a single point 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. db108ac Merge remote-tracking branch 'hanno/mpi_read_file_underflow' into development by Manuel Pégourié-Gonnard · 8 years ago
  81. 1178ac5 Merge remote-tracking branch 'hanno/sliding_exponentiation' into development by Manuel Pégourié-Gonnard · 8 years ago
  82. 4a810fb Fix mbedtls_ssl_read by Hanno Becker · 8 years ago
  83. af0665d Simplify retaining of messages for future processing by Hanno Becker · 8 years ago
  84. c44c3c2 Merge remote-tracking branch 'janos/iotssl-1156-ecdsa-sample-and-doc-clarification' into development by Manuel Pégourié-Gonnard · 8 years ago
  85. f11d33b Cleaned up negative test predicate for test case by Gilles Peskine · 8 years ago
  86. 5d2511c SHA-1 deprecation: allow it in key exchange by Gilles Peskine · 8 years ago
  87. 4fa6bed X.509 tests: obey compile-time SHA-1 support option by Gilles Peskine · 8 years ago
  88. 5e79cb3 Remove SHA-1 in TLS by default by Gilles Peskine · 8 years ago
  89. 23b33f8 Merge remote-tracking branch 'hanno/sig_hash_compatibility' into development by Manuel Pégourié-Gonnard · 8 years ago
  90. 9f77017 Updated version number to 2.5.0 by Simon Butcher · 8 years ago mbedtls-2.5.0
  91. f5bf718 Change return type of AES decrypt and encrypt by Andres AG · 8 years ago
  92. 088ce43 Implement optional CA list suppression in Certificate Request by Janos Follath · 8 years ago
  93. 75fdf63 Remove obsolete macros from compat-1.3.h by Andres Amaya Garcia · 8 years ago
  94. 7e5437a Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
  95. 1aa267c Introduce macros and functions to characterize certain ciphersuites. by Hanno Becker · 8 years ago
  96. af610a0 Fix check-doxy-blocks.pl errors (cmac.c ecjpake.h) by Andres Amaya Garcia · 9 years ago
  97. 5634b86 Apply feedback to ECP internal interface documentation by Janos Follath · 9 years ago
  98. aab9efb Add doxygen documentation to the new ECP interface by Janos Follath · 9 years ago
  99. 333d163 Remove obsolote ECP abstraction macros by Janos Follath · 9 years ago
  100. c44ab97 Apply review feedback on ECP interface by Janos Follath · 9 years ago