1. 3bedb5b doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 3 years, 6 months ago
  2. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  3. 6a9d0ee library/test: replace LEGACY symbol with BASIC_IMPORT_EXPORT by Valerio Setti · 2 years, 1 month ago
  4. a9aab1a pk/psa: use PSA guard for mbedtls_ecc_group_to_psa() and mbedtls_ecc_group_of_psa() by Valerio Setti · 2 years, 1 month ago
  5. e489e81 pk: add new symbol to state that PK has support for EC keys by Valerio Setti · 2 years, 2 months ago
  6. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  7. 7ef8a8d pk: improve description for the new priv_id field by Valerio Setti · 2 years, 2 months ago
  8. 016264b pk: fix a return value and a typo in comment by Valerio Setti · 2 years, 2 months ago
  9. f57007d pk: fixing and improving comments by Valerio Setti · 2 years, 3 months ago
  10. c1541cb pk: minor fixes (guards and a wrong assignment) by Valerio Setti · 2 years, 3 months ago
  11. 92c3f36 test_suite_debug: fix USE_PSA_INIT/DONE guards in a test by Valerio Setti · 2 years, 3 months ago
  12. 722f8f7 pk: adding a new field to store the public key in raw format by Valerio Setti · 2 years, 3 months ago
  13. 229bf10 pk: make mbedtls_pk_ec internal when !ECP_C by Valerio Setti · 2 years, 3 months ago
  14. 92da2a7 pk: improve description for the next opaque ID field by Valerio Setti · 2 years, 3 months ago
  15. 4f387ef pk: use better naming for the new key ID field by Valerio Setti · 2 years, 3 months ago
  16. e00954d pk: store opaque key ID directly in the pk_context structure by Valerio Setti · 2 years, 3 months ago
  17. 0d2980f pk: adapt to new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  18. 1fa5c56 ssl_tls: fix guard symbols for EC accelerated tests by Valerio Setti · 2 years, 5 months ago
  19. 080a22b ssl_tls13: use PSA_WANT_ALG_ECDH as symbol for marking ECDH capability by Valerio Setti · 2 years, 5 months ago
  20. 5d1f29e ssl_tls: fix guards for accelerated ECDH by Valerio Setti · 2 years, 5 months ago
  21. 5b7e164 Document the need to call psa_crypto_init() with USE_PSA_CRYPTO by Gilles Peskine · 3 years ago
  22. c5e2a4f Merge pull request #6937 from valeriosetti/issue6886 by Gilles Peskine · 2 years, 6 months ago
  23. d3d8c85 Merge pull request #6997 from valeriosetti/issue6858 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  24. 178b5bd pk: move MBEDTLS_PK_CAN_ECDSA_SOME macro to pk.h and fix tests by Valerio Setti · 2 years, 6 months ago
  25. 78f79d3 ecp: add documentation for compressed points limitations by Valerio Setti · 2 years, 6 months ago
  26. 928593f Merge pull request #7041 from gilles-peskine-arm/pk_ext-pss_options-public by Gilles Peskine · 2 years, 6 months ago
  27. cf084ae pk: add generic defines for ECDSA capabilities by Valerio Setti · 2 years, 6 months ago
  28. 34c43a8 Make the fields of mbedtls_pk_rsassa_pss_options public by Gilles Peskine · 2 years, 6 months ago
  29. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  30. a6e0291 Update documentation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  31. 6157fee Unify defintions of inline for MSVC (and old armcc?) by Gilles Peskine · 2 years, 8 months ago
  32. 4cfaae5 Save code size by calling get_type only once by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  33. 22e84de Improve contract of mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  34. 1c91b0c Clarify warning about mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  35. b2f2b02 Clarify mbedtls_pk_can_do_ext() return documentation amd add warning on future addition of allowed algs & usage flags by Neil Armstrong · 3 years, 2 months ago
  36. a724f7a Document mbedtls_pk_can_do_ext() return for non-allowed algorithms and usage flags by Neil Armstrong · 3 years, 3 months ago
  37. 408f6a6 Add usage parameter to mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  38. cec133a Fix typo in mbedtls_pk_can_do_ext() documentation by Neil Armstrong · 3 years, 3 months ago
  39. 0b52958 Add definition of mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
  40. a1fc18f Change mbedtls_pk_wrap_as_opaque() signature to specify alg, usage and key_enrollment_algorithm by Neil Armstrong · 3 years, 3 months ago
  41. 23143dc Update mbedtls_pk_wrap_as_opaque() public documentation for RSA & RSA-PSS by Neil Armstrong · 3 years, 3 months ago
  42. b354742 Update documentation of mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 4 months ago
  43. 98f6f78 Update mbedtls_pk_wrap_as_opaque() documentation for ECDH derivation usage by Neil Armstrong · 3 years, 4 months ago
  44. e6e73d6 fix comments issue by Jerry Yu · 3 years, 4 months ago
  45. 406cf27 fix various issues by Jerry Yu · 3 years, 4 months ago
  46. 704cfd2 fix comments and style issues by Jerry Yu · 3 years, 5 months ago
  47. 718a9b4 fix doxgen fail by Jerry Yu · 3 years, 5 months ago
  48. bc18c23 Guard pk_sign_ext with PSA_CRYPTO_C by Jerry Yu · 3 years, 5 months ago
  49. 8beb9e1 Change prototype of pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  50. d69439a add mbedtls_pk_sign_ext by Jerry Yu · 3 years, 5 months ago
  51. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  52. 2e9d65f Note that custom info structures are not supported by Gilles Peskine · 4 years ago
  53. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  54. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  55. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  56. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  57. fedd52c Merge pull request #4707 from gilles-peskine-arm/require-matching-hashlen-rsa-implementation by Gilles Peskine · 4 years, 1 month ago
  58. 9dbbc29 PK signature function: require exact hash length by Gilles Peskine · 4 years, 1 month ago
  59. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  60. 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  61. 34d3756 Make RNG parameters mandatory in PK functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  62. e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  63. 363eb29 Fix MBEDTLS_PRIVATE wrapping in the library's headers. by Mateusz Starzyk · 4 years, 3 months ago
  64. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 3 months ago
  65. fa1581e Modifies typedef of mbedtls_pk_rsa_alt_sign_func by Thomas Daubney · 4 years, 3 months ago
  66. 9991414 Preparatory commit to remove tests by Thomas Daubney · 4 years, 3 months ago
  67. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  68. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
  69. d11ddc5 Correction in the TODO issue number by TRodziewicz · 4 years, 4 months ago
  70. dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 4 months ago
  71. 3848e31 Fix internal references in public documentation by Chris Jones · 4 years, 5 months ago
  72. 3292453 Add missing const attribute to Public Key API by Mateusz Starzyk · 4 years, 6 months ago
  73. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  74. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  75. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  76. 9db14fa Update the documentation of mbedtls_pk_sign_restartable() by Gilles Peskine · 6 years ago
  77. 5460565 Fix errors in the definition of MBEDTLS_PK_SIGNATURE_MAX_SIZE by Gilles Peskine · 6 years ago
  78. b22a24b Fix MBEDTLS_PK_SIGNATURE_MAX_SIZE to account for ECDSA by Gilles Peskine · 6 years ago
  79. da252be Define a constant for the maximum signature size from pk_sign() by Gilles Peskine · 6 years ago
  80. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  81. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  82. 1139249 Don't refer to PSA keys as slots anymore by Gilles Peskine · 6 years ago
  83. b274f27 Documentation fixes by Andrzej Kurek · 6 years ago
  84. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 7 years ago
  85. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  86. 347a00e Add test utility function: wrap_as_opaque() by Manuel Pégourié-Gonnard · 7 years ago
  87. 392dc04 Improve documentation of mbedtls_pk_setup_opaque() by Manuel Pégourié-Gonnard · 7 years ago
  88. 69baf70 Align names to use "opaque" only everywhere by Manuel Pégourié-Gonnard · 7 years ago
  89. 920c063 Implement can_do for opaque ECC keypairs by Manuel Pégourié-Gonnard · 7 years ago
  90. 01a12c4 Add key generation to opaque test function by Manuel Pégourié-Gonnard · 7 years ago
  91. eaeb7b2 Clarify return value of pk_check_pair() by Manuel Pégourié-Gonnard · 7 years ago
  92. 20678b2 Skeleton for PK_OPAQUE_PSA by Manuel Pégourié-Gonnard · 7 years ago
  93. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  94. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 7 years ago
  95. 12e4a8b Improve documentation wording and formatting by Manuel Pégourié-Gonnard · 7 years ago
  96. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  97. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  98. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  99. 5114d3e Clarify the use of MBEDTLS_ERR_PK_SIG_LEN_MISMATCH by Gilles Peskine · 7 years ago
  100. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 8 years ago