- 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
- 4e54f25 avoid "maybe-uninitialized" and "free-nonheap-object" errors/warnings with gcc11 by Shawn Carey · 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
- 35e95dd Add special return code for ecdsa length mismatch by Manuel Pégourié-Gonnard · 11 years ago
- dd75c31 Remove potential timing leak in ecdsa_sign() by Manuel Pégourié-Gonnard · 11 years ago
- 9592485 Fix some MSVC12 conversion warnings by Manuel Pégourié-Gonnard · 11 years ago
- fe34a5f Add entropy callbacks to HMAC_DRBG by Manuel Pégourié-Gonnard · 11 years ago
- 7845fc0 Use new HMAC_DRBG module for deterministic ECDSA by Manuel Pégourié-Gonnard · 12 years ago
- 9f3c7d7 Added missing POLARSSL_ECDSA_DETERMINISTIC around ecdsa_write_signature_det() by Paul Bakker · 12 years ago
- 18e9f32 Added missing static to md_info_by_size() in ecdsa.c by Paul Bakker · 12 years ago
- bf98c3d Merged deterministic ECDSA by Paul Bakker · 12 years ago
- 0ac99ca Merged support for secp224k1, secp192k1 and secp25k1 by Paul Bakker · 12 years ago
- 7c59363 Remove a few dead stores by Manuel Pégourié-Gonnard · 12 years ago
- 5304812 Fix theoretical compliance issue in ECDSA by Manuel Pégourié-Gonnard · 12 years ago
- 5e6edcf Add fallback for md_alg == NONE to ecdsa_sign_det() by Manuel Pégourié-Gonnard · 12 years ago
- 937340b Add ecdsa_write_signature_det() by Manuel Pégourié-Gonnard · 12 years ago
- f42bca6 Little HMAC_DRBG refactoring by Manuel Pégourié-Gonnard · 12 years ago