- e2caf41 Fix a few unchecked value issue by Chien Wong · 2 years ago
- d2e1dd0 Merge pull request #7499 from JonathanWitthoeft/development by Gilles Peskine · 2 years, 3 months ago
- 9b26518 Make mbedtls_ecdsa_can_do definition unconditional by JonathanWitthoeft · 2 years, 3 months ago
- 405ec94 Bug Fix: mbedtls_ecdsa_verify_restartable fails with ECDSA_SIGN_ALT by JonathanWitthoeft · 2 years, 3 months ago
- b92a2f6 Remove trailing whitespace from ecdsa.c by Xiaokang Qian · 2 years, 3 months ago
- 637a2fe Update SEC1 link in ecdsa.c by Xiaokang Qian · 2 years, 4 months ago
- 2ba002c Make ECDSA restartable sign and verify functions public by Paul Elliott · 2 years, 8 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
- 375950f Remove NULL pointer validations in ecdsa.c by Tuvshinzaya Erdenekhuu · 3 years ago
- f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
- aa13e93 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 4 years, 3 months ago
- dd57b2f Merge pull request #4445 from TRodziewicz/remove_deprecated_things_-_remainder by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- c1c479f Fllow-up of the review: ChangeLog expansion, mmigration guides added and comments fixed by TRodziewicz · 4 years, 3 months ago
- 7e9422d Removing tabs and fixing doxygen formatting by TRodziewicz · 4 years, 3 months ago
- 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
- 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
- 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 3 months ago
- 6dce4bb Fix unused argument when compiling with MBEDTLS_ECDSA_SIGN_ALT by Steven Cooreman · 4 years, 6 months ago
- 107409f Apply review feedback by Steven Cooreman · 4 years, 6 months ago
- fa6641b Avoid unreferenced item warnings in ECDSA when ALT is in use by Steven Cooreman · 4 years, 7 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- ee4ba54 Fix incrementing pointer instead of value by Manuel Pégourié-Gonnard · 6 years ago
- d27a884 Merge branch 'development' into development-restricted by Janos Follath · 6 years ago
- 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
- 247c4d3 ECDSA: Fix side channel vulnerability by Janos Follath · 6 years ago
- 896a294 Correct deterministic ECDSA behavior by Janos Follath · 7 years ago
- e65e059 Deprecate the old deterministic ECDSA function by Janos Follath · 7 years ago
- dca667a Add a safer deterministic ECDSA function by Janos Follath · 7 years ago
- c25df68 Fix code style by Christoph M. Wintersteiger · 6 years ago
- 3ff60bc ECDH/ECDSA: Fix indentation by Christoph M. Wintersteiger · 6 years ago
- ea24394 ECDH: Fix whitespace and permission problems by Christoph M. Wintersteiger · 7 years ago
- 0082f9d ECDSA: Add mbedtls_ecdsa_can_do by Christoph M. Wintersteiger · 7 years ago
- c3cbdde ECDH: Fix whitespace, permissions by Christoph M. Wintersteiger · 7 years ago
- fba94e9 ECDH: Fix error code in mbedtls_ecdsa_sign by Christoph M. Wintersteiger · 7 years ago
- c9f737b ECDH: Enable Everest Curve25519 in ECDH/ECDSA/ECP by Christoph M. Wintersteiger · 7 years ago
- 59c92ed ECP restart: Don't calculate address of sub ctx if ctx is NULL by Hanno Becker · 6 years ago
- adb5234 Return error code of underlying function. by Ron Eldor · 7 years ago
- 319ae11 Implement parameter validation in ECDSA module by Hanno Becker · 7 years ago
- 5ed8c1e Avoid using restartable and alternative ECP imp. by Ron Eldor · 7 years ago
- 936d284 Minor fixes by Ron Eldor · 7 years ago
- 8493f80 conditionaly compile ECDH and ECDSA alt functions by Ron Eldor · 7 years ago
- b843b15 Fix function name to fit conventions by Manuel Pégourié-Gonnard · 7 years ago
- d8b73f2 Remove unnecessary calls to init() from free() by Manuel Pégourié-Gonnard · 7 years ago
- da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- 5114d3e Clarify the use of MBEDTLS_ERR_PK_SIG_LEN_MISMATCH by Gilles Peskine · 7 years ago
- 35285cc Merge remote-tracking branch 'upstream-public/pr/1027' into development by Jaeden Amero · 8 years ago
- c64a48b Add checks for private parameter in mbedtls_ecdsa_sign() by Darryl Green · 8 years ago
- 314adb6 Address PR review comments by Ron Eldor · 8 years ago
- 2981a0a Address Andres PR comments by Ron Eldor · 8 years ago
- a4dd783 Fix some typos in comments by Manuel Pégourié-Gonnard · 8 years ago
- 7268ca9 remove redundant include by Ron Eldor · 8 years ago
- 6348181 Explicit state assignments in ecdsa too by Manuel Pégourié-Gonnard · 8 years ago
- b948f7d Don't bother to free NULL subcontexts by Manuel Pégourié-Gonnard · 8 years ago
- bfa1972 Remove redundant checks, save a few muls by Manuel Pégourié-Gonnard · 8 years ago
- 28d1628 Avoid unnecessary xxx_copy() calls by Manuel Pégourié-Gonnard · 8 years ago
- 5bd38b1 Replace memset() calls with xxx_init() calls by Manuel Pégourié-Gonnard · 8 years ago
- ebac5d3 Fix some whitespace & style issues by Manuel Pégourié-Gonnard · 8 years ago
- fe68770 Keep PK layer context in the PK layer by Manuel Pégourié-Gonnard · 8 years ago
- 31f0ef7 Fix style issues introduced earlier by Manuel Pégourié-Gonnard · 8 years ago
- 1f59606 Make PK EC sign/verify actually restartable by Manuel Pégourié-Gonnard · 8 years ago
- af081f5 Make ECDSA sign actually restartable by Manuel Pégourié-Gonnard · 8 years ago
- 50b63ba Use ecp_gen_privkey() in ECDSA sign by Manuel Pégourié-Gonnard · 8 years ago
- 6754396 Improve sign/key_tries handling by Manuel Pégourié-Gonnard · 8 years ago
- b90883d Prepare infra for restartable sign by Manuel Pégourié-Gonnard · 8 years ago
- addb10e Create functions for restartable sign by Manuel Pégourié-Gonnard · 8 years ago
- 5314f23 Make verify_restartable() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
- a0c5bcc Add infrastructure for ecdsa_verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
- 722e515 Add test for ecdsa_read_signature_restartable() by Manuel Pégourié-Gonnard · 8 years ago
- 32aa437 Declare ecdsa_read_signature_restartable() by Manuel Pégourié-Gonnard · 8 years ago
- 411079f Rm obsolete comment by Manuel Pégourié-Gonnard · 8 years ago
- b68733b ECDSA alternative support by Ron Eldor · 8 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
- e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
- 56cc88a Rm ecp_add() and add ecp_muladd() by Manuel Pégourié-Gonnard · 10 years ago
- f9e9481 Split mbedtls_hmac_drbg_init() -> seed{,_buf}() by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- eadda3f Add missing #ifdef in ecdsa.c by Manuel Pégourié-Gonnard · 10 years ago
- 8fce937 Simplify ecdsa_context by Manuel Pégourié-Gonnard · 10 years ago
- dfdcac9 Merge ecdsa_write_signature{,_det}() together by Manuel Pégourié-Gonnard · 10 years ago
- 63e9319 Make a helpful constant public by Manuel Pégourié-Gonnard · 10 years ago
- b8cfe3f pk_sign() now requires non-NONE md_alg for ECDSA by Manuel Pégourié-Gonnard · 10 years ago
- ca878db Make md_info_t an opaque structure by Manuel Pégourié-Gonnard · 10 years ago
- 240b092 Drop dummy self_test functions by Manuel Pégourié-Gonnard · 11 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
- a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
- 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
- 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
- 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
- 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
- 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
- a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
- 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
- e959979 Fix ECDSA sign buffer size by Manuel Pégourié-Gonnard · 11 years ago
- 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
- 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
- cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago