- 908982b Fix the build with MBEDTLS_ECP_RESTARTABLE enabled by Gilles Peskine · 4 years, 1 month ago
- f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
- 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 85b1bc6 pk_debug: build with RSA_ALT implementations by Gilles Peskine · 4 years, 2 months ago
- c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
- 68d9cbc Removes mode param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 2 months ago
- 613d1a4 Removes p_rng param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 2 months ago
- ac13312 Removes f_rng parameter from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 2 months ago
- 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 2 months ago
- fa1581e Modifies typedef of mbedtls_pk_rsa_alt_sign_func by Thomas Daubney · 4 years, 2 months ago
- 2177277 Removes mode param from mbedtls_rsa_pkcs1_encrypt by Thomas Daubney · 4 years, 3 months ago
- c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
- 9991414 Preparatory commit to remove tests by Thomas Daubney · 4 years, 3 months ago
- d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
- b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
- daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 5 months ago
- e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 5 months ago
- cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
- 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
- 6bf4f5f Merge pull request #3585 from jdurkop/fix/undefined-reference-3294 by Gilles Peskine · 4 years, 11 months ago
- 2ec2eaa Fix test issues with depends-hashes by John Durkop · 5 years ago
- d46ede0 Fix missing label for guard by John Durkop · 5 years ago
- af5363c Updates to cleanup fixes for #3294 by John Durkop · 5 years ago
- f35069a Fix undefined ref error when ECDSA not defined by John Durkop · 5 years ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
- 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- fc2459d Remove mbedtls_psa_translate_ecc_group by Gilles Peskine · 6 years ago
- 795c6ba Merge pull request #323 from yanesca/iotcrypt-942-initialise-return-values by Jaeden Amero · 6 years ago
- 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
- 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
- 5bcb24b Fix output buffer length check in pk_opaque_sign_wrap by Gilles Peskine · 6 years ago
- f48d6f2 Add sanity checks for the mbedtls_pk_sign output size by Gilles Peskine · 6 years ago
- d2d45c1 Convert cipher and pk to PSA attribute-based key creation by Gilles Peskine · 6 years ago
- 87a5e56 Rename functions that inject key material to an allocated handle by Gilles Peskine · 6 years ago
- ccf574e Fix outdated comment in ecdsa_verify_wrap() by Hanno Becker · 7 years ago
- a985111 Adapt ecdsa_verify_wrap() to new EC public key format by Hanno Becker · 7 years ago
- f99c2ec PSA: Adapt pk.c, pk_wrap.c, cipher.c to new key policy init API by Hanno Becker · 7 years ago
- e34f636 PSA: Adapt cipher.c, pk.c, pk_wrap.c to new key slot allocation API by Hanno Becker · 7 years ago
- 62594a8 pk_wrap: pass curve size instead of a larger size of the exported key by Andrzej Kurek · 7 years ago
- 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
- 4ae8b49 Merge branch 'iotssl-2578-psa-sig-verification' into development-psa-proposed by Hanno Becker · 7 years ago
- ad5d581 pk_wrap.c: fix length mismatch check placement by Andrzej Kurek · 7 years ago
- eeac03b pk_wrap.c: tidy up signature extraction by Andrzej Kurek · 7 years ago
- 6cb63aa Cosmetic changes by Andrzej Kurek · 7 years ago
- 9241d18 pk_wrap: rework and tidy up signature extraction by Andrzej Kurek · 7 years ago
- b6016c5 pk_wrap: reuse a static buffer for signature extraction by Andrzej Kurek · 7 years ago
- b7b0478 pk_wrap: rework signature extraction to work with small r and s values by Andrzej Kurek · 7 years ago
- 4f02539 pk_wrap: improve error codes returned from ecdsa_verify_wrap by Andrzej Kurek · 7 years ago
- 2122774 pk_wrap: switch to helper functions defined in psa_util.h by Andrzej Kurek · 7 years ago
- c05ec9f pk_wrap: test if a valid md_alg is passed to ecdsa_verify_wrap by Andrzej Kurek · 7 years ago
- cef91af pk_wrap: destroy key slot on errors with policy or key importing by Andrzej Kurek · 7 years ago
- 3f864c2 pk_wrap: add a check for equal signature parts by Andrzej Kurek · 7 years ago
- b3d1b12 pk_wrap: check if curve conversion is successful by Andrzej Kurek · 7 years ago
- ea84233 pk_wrap: nullify the signature pointer on error in extract_ecdsa_sig by Andrzej Kurek · 7 years ago
- 6376d63 pk_wrap: cosmetic changes by Andrzej Kurek · 7 years ago
- 8b036a6 pk_wrap.c: add support for ecdsa signature verification using PSA by Andrzej Kurek · 7 years ago
- 59eecb0 Guard against PSA generating invalid signature by Manuel Pégourié-Gonnard · 7 years ago
- 9a5a77b Use shared function for error translation by Manuel Pégourié-Gonnard · 7 years ago
- 45013a1 Fix a compliance issue in signature encoding by Manuel Pégourié-Gonnard · 7 years ago
- 509aff1 Improve documentation of an internal function by Manuel Pégourié-Gonnard · 7 years ago
- d8454bc Get rid of large stack buffers in PSA sign wrapper by Manuel Pégourié-Gonnard · 7 years ago
- 69baf70 Align names to use "opaque" only everywhere by Manuel Pégourié-Gonnard · 7 years ago
- 3686771 Implement pk_sign() for opaque ECDSA keys by Manuel Pégourié-Gonnard · 7 years ago
- 920c063 Implement can_do for opaque ECC keypairs by Manuel Pégourié-Gonnard · 7 years ago
- 0184b3c Add support for get_(bit)len on opaque keys by Manuel Pégourié-Gonnard · 7 years ago
- 7b5fe04 Implement alloc/free wrappers for pk_opaque_psa by Manuel Pégourié-Gonnard · 7 years ago
- 20678b2 Skeleton for PK_OPAQUE_PSA by Manuel Pégourié-Gonnard · 7 years ago
- ee68cff Fix or improve some comments (and whitespace) 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
- 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
- e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
- 5114d3e Clarify the use of MBEDTLS_ERR_PK_SIG_LEN_MISMATCH by Gilles Peskine · 7 years ago
- 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
- 6a1e7e5 Adapt pk_wrap.c to new RSA interface by Hanno Becker · 8 years ago
- aaa9814 Uniformize ifdefs to ECDSA_C+ECP_RESTARTABLE 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
- 0bbc66c Dynamically allocate/free restart subcontext in PK 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
- 7c02c50 Change PK module preprocessor check on word size by Andres Amaya Garcia · 8 years ago
- 7284987 Fix data loss in unsigned int cast in PK by Andres AG · 9 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
- 39a48f4 Internal renamings in PK by Manuel Pégourié-Gonnard · 10 years ago
- 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
- 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 348bcb3 Make RSA_ALT support optionnal by Manuel Pégourié-Gonnard · 10 years ago
- dfdcac9 Merge ecdsa_write_signature{,_det}() together by Manuel Pégourié-Gonnard · 10 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
- 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 · 11 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