1. d70fa0e Restructure error handling in mbedtls_pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
  2. 5955053 Change signature_length type to size_t by Andrzej Kurek · 3 years, 6 months ago
  3. 4a953cd pk: properly handle signatures in larger buffers when using PSA by Andrzej Kurek · 3 years, 6 months ago
  4. 8666df6 Add signature length mismatch handling when using PSA in pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
  5. 90ba2cb Cosmetic changes to return placement and variable naming by Andrzej Kurek · 3 years, 6 months ago
  6. 7db1b78 Make RSA-PSS verification use PSA with MBEDTLS_USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 6 months ago
  7. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  8. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  9. 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  10. 782a7f5 Removes mode param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 3 months ago
  11. 9e65f79 Removes f_rng param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 3 months ago
  12. 578e9ab Removes p_rng param from mbedtls_rsa_rsassa_pss_verify_ext by Thomas Daubney · 4 years, 3 months ago
  13. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
  14. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
  15. daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 5 months ago
  16. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 6 months ago
  17. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  18. 6bf4f5f Merge pull request #3585 from jdurkop/fix/undefined-reference-3294 by Gilles Peskine · 5 years ago
  19. f35069a Fix undefined ref error when ECDSA not defined by John Durkop · 5 years ago
  20. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  21. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  22. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  23. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  24. 4080c91 pk: USE_PSA_CRYPTO: don't translate via the TLS ID by Gilles Peskine · 6 years ago
  25. 795c6ba Merge pull request #323 from yanesca/iotcrypt-942-initialise-return-values by Jaeden Amero · 6 years ago
  26. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  27. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  28. d2d45c1 Convert cipher and pk to PSA attribute-based key creation by Gilles Peskine · 6 years ago
  29. c93b80c Rename *KEYPAIR* to *KEY_PAIR* by Gilles Peskine · 6 years ago
  30. 87a5e56 Rename functions that inject key material to an allocated handle by Gilles Peskine · 6 years ago
  31. efed323 pk: restructure precondition check by Andrzej Kurek · 6 years ago
  32. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  33. f99c2ec PSA: Adapt pk.c, pk_wrap.c, cipher.c to new key policy init API by Hanno Becker · 7 years ago
  34. e34f636 PSA: Adapt cipher.c, pk.c, pk_wrap.c to new key slot allocation API by Hanno Becker · 7 years ago
  35. 62594a8 pk_wrap: pass curve size instead of a larger size of the exported key by Andrzej Kurek · 7 years ago
  36. 93a38a3 pk: wrap curve_id before passing it to PSA by Andrzej Kurek · 7 years ago
  37. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  38. 347a00e Add test utility function: wrap_as_opaque() by Manuel Pégourié-Gonnard · 7 years ago
  39. 69baf70 Align names to use "opaque" only everywhere by Manuel Pégourié-Gonnard · 7 years ago
  40. 920c063 Implement can_do for opaque ECC keypairs by Manuel Pégourié-Gonnard · 7 years ago
  41. 7b5fe04 Implement alloc/free wrappers for pk_opaque_psa by Manuel Pégourié-Gonnard · 7 years ago
  42. eaeb7b2 Clarify return value of pk_check_pair() by Manuel Pégourié-Gonnard · 7 years ago
  43. 20678b2 Skeleton for PK_OPAQUE_PSA by Manuel Pégourié-Gonnard · 7 years ago
  44. b843b15 Fix function name to fit conventions by Manuel Pégourié-Gonnard · 7 years ago
  45. ee68cff Fix or improve some comments (and whitespace) by Manuel Pégourié-Gonnard · 7 years ago
  46. c8c12b6 Add NULL pointer check for consistency by Manuel Pégourié-Gonnard · 7 years ago
  47. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  48. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  49. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  50. d55f776 Skip context allocation if restart disabled by Manuel Pégourié-Gonnard · 8 years ago
  51. aaa9814 Uniformize ifdefs to ECDSA_C+ECP_RESTARTABLE by Manuel Pégourié-Gonnard · 8 years ago
  52. 0bbc66c Dynamically allocate/free restart subcontext in PK by Manuel Pégourié-Gonnard · 8 years ago
  53. 15d7df2 Introduce mbedtls_pk_restart_ctx and use it by Manuel Pégourié-Gonnard · 8 years ago
  54. 1f59606 Make PK EC sign/verify actually restartable by Manuel Pégourié-Gonnard · 8 years ago
  55. 82cb27b PK: declare restartable sign/verify functions by Manuel Pégourié-Gonnard · 8 years ago
  56. 7c02c50 Change PK module preprocessor check on word size by Andres Amaya Garcia · 8 years ago
  57. 7284987 Fix data loss in unsigned int cast in PK by Andres AG · 9 years ago
  58. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  59. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  60. 097c7bb Rename relevant global symbols from size to bitlen by Manuel Pégourié-Gonnard · 10 years ago
  61. 39a48f4 Internal renamings in PK by Manuel Pégourié-Gonnard · 10 years ago
  62. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  63. 50518f4 Rename _wrap headers to _internal by Manuel Pégourié-Gonnard · 10 years ago
  64. d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 10 years ago
  65. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  66. 348bcb3 Make RSA_ALT support optionnal by Manuel Pégourié-Gonnard · 10 years ago
  67. ca878db Make md_info_t an opaque structure by Manuel Pégourié-Gonnard · 10 years ago
  68. 0db107e Fix pk_can_do() constness issue by Manuel Pégourié-Gonnard · 10 years ago
  69. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  70. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  71. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  72. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  73. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  74. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  75. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  76. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  77. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  78. a1efcb0 Implement pk_check_pair() for RSA-alt by Manuel Pégourié-Gonnard · 11 years ago
  79. 70bdadf Add pk_check_pair() by Manuel Pégourié-Gonnard · 11 years ago
  80. ef5087d Added explicit casts to prevent compiler warnings when trying to build for iOS by Sander Niemeijer · 11 years ago
  81. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  82. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  83. 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
  84. 20422e9 Add pk_verify_ext() by Manuel Pégourié-Gonnard · 11 years ago
  85. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  86. 75342a6 Fixed typos in code by Paul Bakker · 11 years ago
  87. 0148875 Add tests and fix bugs for RSA-alt contexts by Manuel Pégourié-Gonnard · 11 years ago
  88. 42099c3 Revert "Add pk_rsa_set_padding() and rsa_set_padding()" by Paul Bakker · 12 years ago
  89. dfab4c1 Add forgotten #ifdef and depends_on by Manuel Pégourié-Gonnard · 12 years ago
  90. b4fae57 Add pk_rsa_set_padding() and rsa_set_padding() by Manuel Pégourié-Gonnard · 12 years ago
  91. 8053da4 x509write_csr() now fully using PK internally by Manuel Pégourié-Gonnard · 12 years ago
  92. bfe32ef pk_{sign,verify}() now accept hash_len = 0 by Manuel Pégourié-Gonnard · 12 years ago
  93. c40b4c3 Add configuration item for the PK module by Manuel Pégourié-Gonnard · 12 years ago
  94. 12c1ff0 Add RSA-alt to the PK layer by Manuel Pégourié-Gonnard · 12 years ago
  95. a2d3f22 Add and use pk_encrypt(), pk_decrypt() by Manuel Pégourié-Gonnard · 12 years ago
  96. 8df2769 Introduce pk_sign() and use it in ssl by Manuel Pégourié-Gonnard · 12 years ago
  97. fff80f8 PK: use NULL for unimplemented operations by Manuel Pégourié-Gonnard · 12 years ago
  98. f73da02 PK: change pk_verify arguments (md_info "optional") by Manuel Pégourié-Gonnard · 12 years ago
  99. ab46694 Change pk_set_type to pk_init_ctx for consistency by Manuel Pégourié-Gonnard · 12 years ago
  100. 1569938 Small PK cleanups by Manuel Pégourié-Gonnard · 12 years ago