1. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  3. 4e54f25 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
  4. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 3 months ago
  5. 6dce4bb Fix unused argument when compiling with MBEDTLS_ECDSA_SIGN_ALT by Steven Cooreman · 4 years, 6 months ago
  6. 107409f Apply review feedback by Steven Cooreman · 4 years, 6 months ago
  7. fa6641b Avoid unreferenced item warnings in ECDSA when ALT is in use by Steven Cooreman · 4 years, 7 months ago
  8. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  9. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  10. ee4ba54 Fix incrementing pointer instead of value by Manuel Pégourié-Gonnard · 6 years ago
  11. d27a884 Merge branch 'development' into development-restricted by Janos Follath · 6 years ago
  12. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  13. 247c4d3 ECDSA: Fix side channel vulnerability by Janos Follath · 6 years ago
  14. 896a294 Correct deterministic ECDSA behavior by Janos Follath · 7 years ago
  15. e65e059 Deprecate the old deterministic ECDSA function by Janos Follath · 7 years ago
  16. dca667a Add a safer deterministic ECDSA function by Janos Follath · 7 years ago
  17. c25df68 Fix code style by Christoph M. Wintersteiger · 6 years ago
  18. 3ff60bc ECDH/ECDSA: Fix indentation by Christoph M. Wintersteiger · 6 years ago
  19. ea24394 ECDH: Fix whitespace and permission problems by Christoph M. Wintersteiger · 7 years ago
  20. 0082f9d ECDSA: Add mbedtls_ecdsa_can_do by Christoph M. Wintersteiger · 7 years ago
  21. c3cbdde ECDH: Fix whitespace, permissions by Christoph M. Wintersteiger · 7 years ago
  22. fba94e9 ECDH: Fix error code in mbedtls_ecdsa_sign by Christoph M. Wintersteiger · 7 years ago
  23. c9f737b ECDH: Enable Everest Curve25519 in ECDH/ECDSA/ECP by Christoph M. Wintersteiger · 7 years ago
  24. 59c92ed ECP restart: Don't calculate address of sub ctx if ctx is NULL by Hanno Becker · 6 years ago
  25. adb5234 Return error code of underlying function. by Ron Eldor · 7 years ago
  26. 319ae11 Implement parameter validation in ECDSA module by Hanno Becker · 7 years ago
  27. 5ed8c1e Avoid using restartable and alternative ECP imp. by Ron Eldor · 7 years ago
  28. 936d284 Minor fixes by Ron Eldor · 7 years ago
  29. 8493f80 conditionaly compile ECDH and ECDSA alt functions by Ron Eldor · 7 years ago
  30. b843b15 Fix function name to fit conventions by Manuel Pégourié-Gonnard · 7 years ago
  31. d8b73f2 Remove unnecessary calls to init() from free() by Manuel Pégourié-Gonnard · 7 years ago
  32. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  33. 5114d3e Clarify the use of MBEDTLS_ERR_PK_SIG_LEN_MISMATCH by Gilles Peskine · 7 years ago
  34. 35285cc Merge remote-tracking branch 'upstream-public/pr/1027' into development by Jaeden Amero · 8 years ago
  35. c64a48b Add checks for private parameter in mbedtls_ecdsa_sign() by Darryl Green · 8 years ago
  36. 314adb6 Address PR review comments by Ron Eldor · 8 years ago
  37. 2981a0a Address Andres PR comments by Ron Eldor · 8 years ago
  38. a4dd783 Fix some typos in comments by Manuel Pégourié-Gonnard · 8 years ago
  39. 7268ca9 remove redundant include by Ron Eldor · 8 years ago
  40. 6348181 Explicit state assignments in ecdsa too by Manuel Pégourié-Gonnard · 8 years ago
  41. b948f7d Don't bother to free NULL subcontexts by Manuel Pégourié-Gonnard · 8 years ago
  42. bfa1972 Remove redundant checks, save a few muls by Manuel Pégourié-Gonnard · 8 years ago
  43. 28d1628 Avoid unnecessary xxx_copy() calls by Manuel Pégourié-Gonnard · 8 years ago
  44. 5bd38b1 Replace memset() calls with xxx_init() calls by Manuel Pégourié-Gonnard · 8 years ago
  45. ebac5d3 Fix some whitespace & style issues by Manuel Pégourié-Gonnard · 8 years ago
  46. fe68770 Keep PK layer context in the PK layer by Manuel Pégourié-Gonnard · 8 years ago
  47. 31f0ef7 Fix style issues introduced earlier by Manuel Pégourié-Gonnard · 8 years ago
  48. 1f59606 Make PK EC sign/verify actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  49. af081f5 Make ECDSA sign actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  50. 50b63ba Use ecp_gen_privkey() in ECDSA sign by Manuel Pégourié-Gonnard · 8 years ago
  51. 6754396 Improve sign/key_tries handling by Manuel Pégourié-Gonnard · 8 years ago
  52. b90883d Prepare infra for restartable sign by Manuel Pégourié-Gonnard · 8 years ago
  53. addb10e Create functions for restartable sign by Manuel Pégourié-Gonnard · 8 years ago
  54. 5314f23 Make verify_restartable() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  55. a0c5bcc Add infrastructure for ecdsa_verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  56. 722e515 Add test for ecdsa_read_signature_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  57. 32aa437 Declare ecdsa_read_signature_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  58. 411079f Rm obsolete comment by Manuel Pégourié-Gonnard · 8 years ago
  59. b68733b ECDSA alternative support by Ron Eldor · 8 years ago
  60. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  61. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  62. e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
  63. 56cc88a Rm ecp_add() and add ecp_muladd() by Manuel Pégourié-Gonnard · 10 years ago
  64. f9e9481 Split mbedtls_hmac_drbg_init() -> seed{,_buf}() by Manuel Pégourié-Gonnard · 10 years ago
  65. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  66. eadda3f Add missing #ifdef in ecdsa.c by Manuel Pégourié-Gonnard · 10 years ago
  67. 8fce937 Simplify ecdsa_context by Manuel Pégourié-Gonnard · 10 years ago
  68. dfdcac9 Merge ecdsa_write_signature{,_det}() together by Manuel Pégourié-Gonnard · 10 years ago
  69. 63e9319 Make a helpful constant public by Manuel Pégourié-Gonnard · 10 years ago
  70. b8cfe3f pk_sign() now requires non-NONE md_alg for ECDSA by Manuel Pégourié-Gonnard · 10 years ago
  71. ca878db Make md_info_t an opaque structure by Manuel Pégourié-Gonnard · 10 years ago
  72. 240b092 Drop dummy self_test functions by Manuel Pégourié-Gonnard · 11 years ago
  73. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  74. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  75. a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  76. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  77. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  78. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  79. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  80. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  81. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  82. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  83. e959979 Fix ECDSA sign buffer size by Manuel Pégourié-Gonnard · 11 years ago
  84. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  85. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  86. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  87. 35e95dd Add special return code for ecdsa length mismatch by Manuel Pégourié-Gonnard · 11 years ago
  88. dd75c31 Remove potential timing leak in ecdsa_sign() by Manuel Pégourié-Gonnard · 11 years ago
  89. 9592485 Fix some MSVC12 conversion warnings by Manuel Pégourié-Gonnard · 11 years ago
  90. fe34a5f Add entropy callbacks to HMAC_DRBG by Manuel Pégourié-Gonnard · 11 years ago
  91. 7845fc0 Use new HMAC_DRBG module for deterministic ECDSA by Manuel Pégourié-Gonnard · 12 years ago
  92. 9f3c7d7 Added missing POLARSSL_ECDSA_DETERMINISTIC around ecdsa_write_signature_det() by Paul Bakker · 12 years ago
  93. 18e9f32 Added missing static to md_info_by_size() in ecdsa.c by Paul Bakker · 12 years ago
  94. bf98c3d Merged deterministic ECDSA by Paul Bakker · 12 years ago
  95. 0ac99ca Merged support for secp224k1, secp192k1 and secp25k1 by Paul Bakker · 12 years ago
  96. 7c59363 Remove a few dead stores by Manuel Pégourié-Gonnard · 12 years ago
  97. 5304812 Fix theoretical compliance issue in ECDSA by Manuel Pégourié-Gonnard · 12 years ago
  98. 5e6edcf Add fallback for md_alg == NONE to ecdsa_sign_det() by Manuel Pégourié-Gonnard · 12 years ago
  99. 937340b Add ecdsa_write_signature_det() by Manuel Pégourié-Gonnard · 12 years ago
  100. f42bca6 Little HMAC_DRBG refactoring by Manuel Pégourié-Gonnard · 12 years ago