1. 34ff6a7 Correct documentation for mbedtls_ecdsa_verify by Dave Rodgman · 3 years ago
  2. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  3. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  4. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  5. 2abe51c Extend setup_and_run script to cover remaining configurations. by Mateusz Starzyk · 4 years, 2 months ago
  6. 363eb29 Fix MBEDTLS_PRIVATE wrapping in the library's headers. by Mateusz Starzyk · 4 years, 2 months ago
  7. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  8. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  9. 75f2c20 ECDSA: Explain limitations of constant blinding by Janos Follath · 7 years ago
  10. e65e059 Deprecate the old deterministic ECDSA function by Janos Follath · 7 years ago
  11. dca667a Add a safer deterministic ECDSA function by Janos Follath · 7 years ago
  12. 737df0c Fix file permissions by Christoph M. Wintersteiger · 6 years ago
  13. ef17e3b ECDSA: Fix formatting by Christoph M. Wintersteiger · 6 years ago
  14. ea24394 ECDH: Fix whitespace and permission problems by Christoph M. Wintersteiger · 7 years ago
  15. 0082f9d ECDSA: Add mbedtls_ecdsa_can_do by Christoph M. Wintersteiger · 7 years ago
  16. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  17. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  18. 2f2b396 Add new macro to detemine ECDSA signature length by Manuel Pégourié-Gonnard · 7 years ago
  19. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 7 years ago
  20. 12e4a8b Improve documentation wording and formatting by Manuel Pégourié-Gonnard · 7 years ago
  21. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  22. abc9ec7 Update ecdsa.h by Rose Zadik · 7 years ago
  23. ec5d416 Update ecdsa.h by Rose Zadik · 7 years ago
  24. 14d0d57 Update ecdsa.h by Rose Zadik · 7 years ago
  25. 817297f Update ecdsa.h by Rose Zadik · 7 years ago
  26. bff87d9 Improve ECDSA documentation by Rose Zadik · 8 years ago
  27. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  28. eaf55be Misc documentation fixes/improvements by Manuel Pégourié-Gonnard · 8 years ago
  29. fe68770 Keep PK layer context in the PK layer by Manuel Pégourié-Gonnard · 8 years ago
  30. 1f59606 Make PK EC sign/verify actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  31. b90883d Prepare infra for restartable sign by Manuel Pégourié-Gonnard · 8 years ago
  32. addb10e Create functions for restartable sign by Manuel Pégourié-Gonnard · 8 years ago
  33. a0c5bcc Add infrastructure for ecdsa_verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  34. 722e515 Add test for ecdsa_read_signature_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  35. 32aa437 Declare ecdsa_read_signature_restartable() by Manuel Pégourié-Gonnard · 8 years ago
  36. 1ed2505 Add some negative testing for ecdsa_verify() by Manuel Pégourié-Gonnard · 8 years ago
  37. 0a5154b Clarify the use of ECDSA API by Janos Follath · 8 years ago
  38. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  39. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  40. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  41. 932e393 Fix typos & Co by Manuel Pégourié-Gonnard · 10 years ago
  42. fbbbc93 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  43. 8fce937 Simplify ecdsa_context by Manuel Pégourié-Gonnard · 10 years ago
  44. 5bf262d Doc fixes by Manuel Pégourié-Gonnard · 10 years ago
  45. dfdcac9 Merge ecdsa_write_signature{,_det}() together by Manuel Pégourié-Gonnard · 10 years ago
  46. 63e9319 Make a helpful constant public by Manuel Pégourié-Gonnard · 10 years ago
  47. b8cfe3f pk_sign() now requires non-NONE md_alg for ECDSA by Manuel Pégourié-Gonnard · 10 years ago
  48. 240b092 Drop dummy self_test functions by Manuel Pégourié-Gonnard · 11 years ago
  49. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/ecdsa.h]
  50. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  51. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  52. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  53. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  54. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  55. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  56. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  57. 237a847 Fix typos in comments by Paul Bakker · 11 years ago
  58. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  59. 35e95dd Add special return code for ecdsa length mismatch by Manuel Pégourié-Gonnard · 11 years ago
  60. 887aa5b Fix include path in ecdsa.h by Manuel Pégourié-Gonnard · 11 years ago
  61. 937340b Add ecdsa_write_signature_det() by Manuel Pégourié-Gonnard · 12 years ago
  62. 4daaef7 Add ecdsa_sign_det() with test vectors by Manuel Pégourié-Gonnard · 12 years ago
  63. bdc9676 Remove polarssl/ from header includes by Manuel Pégourié-Gonnard · 12 years ago
  64. 6838bd1 Clarified threading issues by Paul Bakker · 12 years ago
  65. 161ef96 Cache pre-computed points for ecp_mul() by Manuel Pégourié-Gonnard · 12 years ago
  66. dcbfdcc Updated doxygen documentation in header files and HTML pages by Paul Bakker · 12 years ago
  67. f499993 Add ecdsa_from_keypair() by Manuel Pégourié-Gonnard · 12 years ago
  68. 211a64c Add eckey to ecdsa conversion in the PK layer by Manuel Pégourié-Gonnard · 12 years ago
  69. aa43161 Add ecdsa example program by Manuel Pégourié-Gonnard · 12 years ago
  70. 8eebd01 Add an ecdsa_genkey() function by Manuel Pégourié-Gonnard · 12 years ago
  71. b694b48 Add ecdsa_{read,write}_signature() by Manuel Pégourié-Gonnard · 12 years ago
  72. 56a487a Minor ecdsa cleanups by Manuel Pégourié-Gonnard · 12 years ago
  73. 7c8934e Add ecdsa_init and ecdsa_free by Manuel Pégourié-Gonnard · 12 years ago
  74. bec2f45 Add ecdsa_context structure by Manuel Pégourié-Gonnard · 12 years ago
  75. 3aeb5a7 Add ECDSA signature primitive. by Manuel Pégourié-Gonnard · 13 years ago
  76. b309ab2 Add ECDSA sign primitive by Manuel Pégourié-Gonnard · 13 years ago
  77. 2aea141 Add skeleton ecdsa.[ch] by Manuel Pégourié-Gonnard · 13 years ago