1. bd1b327 Remove useless code by Jerry Yu · 3 years, 4 months ago
  2. 7533982 guard pk_error_from_psa_ecdsa with USE_PSA_CRYPTO by Jerry Yu · 3 years, 4 months ago
  3. e010de4 Rename ctx to rsa_ctx by Jerry Yu · 3 years, 4 months ago
  4. bf455e7 rename pk_psa_rsa_sign_ext param by Jerry Yu · 3 years, 4 months ago
  5. 89107d1 fix ci fail without RSA_C by Jerry Yu · 3 years, 4 months ago
  6. 406cf27 fix various issues by Jerry Yu · 3 years, 4 months ago
  7. 848ecce fix wrong typo in function name by Jerry Yu · 3 years, 4 months ago
  8. 07869e8 fix psa crypto test fail by Jerry Yu · 3 years, 5 months ago
  9. b02ee18 replace use_psa_crypto with psa_crypto_c by Jerry Yu · 3 years, 5 months ago
  10. 1d172a3 Add pk_psa_sign_ext by Jerry Yu · 3 years, 5 months ago
  11. 706f6ba Merge pull request #5518 from superna9999/5274-ecdsa-signing by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  12. 472044f Merge pull request #5525 from superna9999/5161-pk-rsa-encryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  13. 62e6ea2 Avoid spurious write to *olen in PSA version of rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  14. 17a0655 Add documentation to find_ecdsa_private_key() by Neil Armstrong · 3 years, 5 months ago
  15. 05132ed md_alg is used in ecdsa_sign_wrap(), cleanup code by Neil Armstrong · 3 years, 5 months ago
  16. cb753a6 Use mbedtls_eckey_info directly in ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  17. 15c0e39 Merge pull request #5519 from superna9999/5150-pk-rsa-decryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  18. da1d80d Use mbedtls_rsa_info directly in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  19. 7b1dc85 Simplify padding check and get rid of psa_sig_md in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  20. 6b03a3d Use mbedtls_rsa_info directly in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  21. 8e80504 Simplify padding check and get rid of psa_sig_md in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  22. 169e61a Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
  23. 3aca61f Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
  24. e878049 Use new PSA to mbedtls PK error mapping functions in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  25. b556a42 Use now shared RSA_PRV_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  26. f471357 Map INVALID_PADDING from PSA to MbedTLS error in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  27. 0d46786 Fix style issue in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  28. f1b564b Check psa_destroy_key() return in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  29. 18f43c7 PK: RSA decrypt PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
  30. e4edcf7 Use new PSA to mbedtls PK error mapping functions in ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  31. ff70f0b Check psa_destroy_key() return in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  32. edcc73c Fix 80 characters indentation in ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  33. dab14de Use now shared ECP_PRV_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  34. 1502165 Move pk_ecdsa_sig_asn1_from_psa() before ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  35. 5874aa3 Fix style issue in find_ecdsa_private_key() by Neil Armstrong · 3 years, 5 months ago
  36. cf5a215 Check psa_destroy_key() return in rsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  37. e960690 PK: ECDSA signing PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
  38. db69c52 Use new PSA to mbedtls PK error mapping functions in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  39. 66fa769 Fix 80 characters indentation in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  40. 4b1a059 Use now shared RSA_PRV_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  41. 48a9833 Check psa_destroy_key() return in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  42. e4f2868 Fix comment typo in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  43. 9854568 PK: RSA signing PSA wrap implementation by Neil Armstrong · 3 years, 5 months ago
  44. 3770e24 Use new PSA to mbedtls PK error mapping functions in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  45. deb4bfb Use now shared RSA_PUB_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  46. 9dccd86 Check psa_destroy_key() return in ecdsa_verify_wrap() by Neil Armstrong · 3 years, 5 months ago
  47. 7dd3b20 Check psa_destroy_key() return in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  48. ac014ca Fix comment typos in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
  49. 96a16a4 PK: RSA encrypt PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
  50. 1f13e98 Merge pull request #5529 from superna9999/5514-translate-psa-errs-to-mbedtls by Gilles Peskine · 3 years, 5 months ago
  51. 19915c2 Rename error translation functions and move them to library/pk_wrap.* by Neil Armstrong · 3 years, 5 months ago
  52. 0f49f83 Use now shared ECP_PUB_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  53. 3f9cef4 Remove actual and use new PSA to mbedtls PK errors mapping functions by Neil Armstrong · 3 years, 5 months ago
  54. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  55. 908982b Fix the build with MBEDTLS_ECP_RESTARTABLE enabled by Gilles Peskine · 4 years, 1 month ago
  56. f00f152 Add output size parameter to signature functions by Gilles Peskine · 4 years, 1 month ago
  57. 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  58. 85b1bc6 pk_debug: build with RSA_ALT implementations by Gilles Peskine · 4 years, 2 months ago
  59. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  60. 68d9cbc Removes mode param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  61. 613d1a4 Removes p_rng param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  62. ac13312 Removes f_rng parameter from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
  63. 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 3 months ago
  64. fa1581e Modifies typedef of mbedtls_pk_rsa_alt_sign_func by Thomas Daubney · 4 years, 3 months ago
  65. 2177277 Removes mode param from mbedtls_rsa_pkcs1_encrypt by Thomas Daubney · 4 years, 3 months ago
  66. c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
  67. 9991414 Preparatory commit to remove tests by Thomas Daubney · 4 years, 3 months ago
  68. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  69. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
  70. daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 5 months ago
  71. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 6 months ago
  72. cf56a0a psa: Move from key handle to key identifier by Ronald Cron · 5 years ago
  73. 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
  74. 6bf4f5f Merge pull request #3585 from jdurkop/fix/undefined-reference-3294 by Gilles Peskine · 5 years ago
  75. 2ec2eaa Fix test issues with depends-hashes by John Durkop · 5 years ago
  76. d46ede0 Fix missing label for guard by John Durkop · 5 years ago
  77. af5363c Updates to cleanup fixes for #3294 by John Durkop · 5 years ago
  78. f35069a Fix undefined ref error when ECDSA not defined by John Durkop · 5 years ago
  79. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  80. fafe855 Merge pull request #3392 from paul-elliott-arm/psa_ecc_dh_macros by Manuel Pégourié-Gonnard · 5 years ago
  81. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  82. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  83. fc2459d Remove mbedtls_psa_translate_ecc_group by Gilles Peskine · 6 years ago
  84. 795c6ba Merge pull request #323 from yanesca/iotcrypt-942-initialise-return-values by Jaeden Amero · 6 years ago
  85. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  86. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  87. 5bcb24b Fix output buffer length check in pk_opaque_sign_wrap by Gilles Peskine · 6 years ago
  88. f48d6f2 Add sanity checks for the mbedtls_pk_sign output size by Gilles Peskine · 6 years ago
  89. d2d45c1 Convert cipher and pk to PSA attribute-based key creation by Gilles Peskine · 6 years ago
  90. 87a5e56 Rename functions that inject key material to an allocated handle by Gilles Peskine · 6 years ago
  91. ccf574e Fix outdated comment in ecdsa_verify_wrap() by Hanno Becker · 7 years ago
  92. a985111 Adapt ecdsa_verify_wrap() to new EC public key format by Hanno Becker · 7 years ago
  93. f99c2ec PSA: Adapt pk.c, pk_wrap.c, cipher.c to new key policy init API by Hanno Becker · 7 years ago
  94. e34f636 PSA: Adapt cipher.c, pk.c, pk_wrap.c to new key slot allocation API by Hanno Becker · 7 years ago
  95. 62594a8 pk_wrap: pass curve size instead of a larger size of the exported key by Andrzej Kurek · 7 years ago
  96. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  97. 4ae8b49 Merge branch 'iotssl-2578-psa-sig-verification' into development-psa-proposed by Hanno Becker · 7 years ago
  98. ad5d581 pk_wrap.c: fix length mismatch check placement by Andrzej Kurek · 7 years ago
  99. eeac03b pk_wrap.c: tidy up signature extraction by Andrzej Kurek · 7 years ago
  100. 6cb63aa Cosmetic changes by Andrzej Kurek · 7 years ago