1. d7e7f48 Merge pull request #8774 from valeriosetti/issue8709 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  2. ec4ed8e Merge pull request #8857 from ronald-cron-arm/tls13-cli-max-early-data-size by Ronald Cron · 1 year, 5 months ago
  3. e0ffb1d Merge pull request #8908 from daverodgman/cmac-perf by Dave Rodgman · 1 year, 5 months ago
  4. a7f3c4e Merge pull request #8822 from daverodgman/sha3-perf by Dave Rodgman · 1 year, 5 months ago
  5. b5b185b Merge pull request #8850 from billatarm/fix-pc-files by Gilles Peskine · 1 year, 5 months ago gh-readonly-queue/development/pr-8850-fe164aecfcf8f5628e554562adeecb8c0ea93311
  6. fe164ae Merge pull request #8887 from gilles-peskine-arm/pk_import_into_psa-fix_doxygen_code_blocks by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  7. 6fbde6e test_suite_pk: revert erroneous missing initialization of PSA key IDs by Valerio Setti · 1 year, 5 months ago
  8. 1c191c1 Merge pull request #8917 from gilles-peskine-arm/mbedtls_pk_decrypt-USE_PSA_CRYPTO-changelog-correction by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  9. 8b3c6ff test_suite_pk: add comment for pk_copy_from_psa_builtin_fail by Valerio Setti · 1 year, 5 months ago
  10. d286491 changelog: fix text by Valerio Setti · 1 year, 5 months ago
  11. 88c2755 mbedtls_pk_decrypt/encrypt actually check the padding mode by Gilles Peskine · 1 year, 5 months ago
  12. 66ebde4 Merge pull request #8916 from daverodgman/iar-bignum-fix by Dave Rodgman · 1 year, 5 months ago
  13. d282e26 Fix IAR warning by Dave Rodgman · 1 year, 5 months ago
  14. 43edc75 Merge pull request #8882 from Ryan-Everett-arm/threading-key-tests by Janos Follath · 1 year, 5 months ago
  15. 9cc01cc Merge pull request #8831 from yanesca/switch_to_new_exp by Dave Rodgman · 1 year, 5 months ago
  16. a09b01b Merge pull request #8912 from Ryan-Everett-arm/double-destroy-key-bugfix by Paul Elliott · 1 year, 5 months ago gh-readonly-queue/development/pr-8912-af3e574f5ff29bb56531c022ec7a551cfc8570f6
  17. 23dc8b5 Fix code style by Janos Follath · 1 year, 5 months ago
  18. e095a67 pk: improve mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 5 months ago
  19. 6f5f9f5 test_suite_pk: fix some comments by Valerio Setti · 1 year, 5 months ago
  20. 3b98c64 pk: fix documentation for mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 5 months ago
  21. 64d5fc0 changelog: fix text and typos by Valerio Setti · 1 year, 5 months ago
  22. 4f1650d changelog: enhance description by Valerio Setti · 1 year, 5 months ago
  23. ab7ddbc test_suite_pk: when ANY_HASH is used then pick any available MD alg in the build by Valerio Setti · 1 year, 5 months ago
  24. 3433f83 test_suite_pk: improve PSA alg selection in pk_copy_from_psa_success() by Valerio Setti · 1 year, 5 months ago
  25. 039bbba test_suite_pk: destroy original xkey after pk_copy_from_psa() in pk_copy_from_psa_success() by Valerio Setti · 1 year, 5 months ago
  26. 4114a54 test_suite_pk: add description for psa_pub_key_from_priv() by Valerio Setti · 1 year, 5 months ago
  27. 42a58a5 test_suite_pk: minor fixes for test failures by Valerio Setti · 1 year, 5 months ago
  28. e700d80 rsa: rsa_rsassa_pss_sign() to check MD alg both in parameters and RSA context by Valerio Setti · 1 year, 5 months ago
  29. f22eff9 test_suite_pk: add new test case for an algorithm only avaible in driver by Valerio Setti · 1 year, 5 months ago
  30. a657ae3 pk: pk_copy_from_psa() performs the conversion even if the algorithm doesn't match by Valerio Setti · 1 year, 5 months ago
  31. 1015985 test_suite_pk: add more test cases for pk_copy_from_psa_success() by Valerio Setti · 1 year, 5 months ago
  32. d2ccc2f test_suite_pk: various minor fixes by Valerio Setti · 1 year, 5 months ago
  33. 8fb0fe8 pk: fixed documentation of mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 5 months ago
  34. 2f08f4c add changelog by Valerio Setti · 1 year, 6 months ago
  35. 61a47a4 test_suite_pk: extend testing in pk_copy_from_psa() by Valerio Setti · 1 year, 6 months ago
  36. aeeefef pk_wrap: use correct PSA alg in rsa_encrypt_wrap() when USE_PSA by Valerio Setti · 1 year, 6 months ago
  37. 88e2dac test_suite_pk: rename PK context variables by Valerio Setti · 1 year, 6 months ago
  38. e8fe3e7 test_suite_pk: add key pair check in pk_copy_from_psa_success() by Valerio Setti · 1 year, 6 months ago
  39. 5ac511b pk: let psa_export_key() check if the key is exportable or not by Valerio Setti · 1 year, 6 months ago
  40. 3a815cb all.sh: keep RSA_C enabled in component_full_no_pkparse_pkwrite() by Valerio Setti · 1 year, 6 months ago
  41. adb9d2d Remove volatile from declaration by Janos Follath · 1 year, 5 months ago
  42. d6df0a5 Fix use of volatile by Janos Follath · 1 year, 5 months ago
  43. b888bc0 Fix typo by Janos Follath · 1 year, 5 months ago
  44. 61532e9 test_suite_pk: fix typos by Valerio Setti · 1 year, 6 months ago
  45. 1346075 pk_ecc: fix documentation by Valerio Setti · 1 year, 6 months ago
  46. 01ba66d pk: replace CRYPTO_CLIENT guards with CRYPTO_C by Valerio Setti · 1 year, 6 months ago
  47. a41654d all.sh: add test component based on full config without PK_[PARSE|WRITE]_C by Valerio Setti · 1 year, 6 months ago
  48. 851f190 pk: move ECC setters to a separate file by Valerio Setti · 1 year, 6 months ago
  49. 452d2d2 test_suite_pk: add some initial testing for mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 6 months ago
  50. 070d95e pk: add mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 6 months ago
  51. 3bfad3a pkparse: make EC/RSA setup functions internally available by Valerio Setti · 1 year, 6 months ago
  52. af3e574 Merge pull request #8862 from valeriosetti/issue8825 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  53. 61fd13c Merge remote-tracking branch 'mbedtls/development' into tls13-cli-max-early-data-size by Ronald Cron · 1 year, 5 months ago
  54. 7e1f9f2 Merge pull request #8854 from ronald-cron-arm/tls13-srv-max-early-data-size by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8854-080a5171e2e07abaf01faff6e1862d70aaf35e9f
  55. d868b74 Fix potential bug in psa_destroy_key where multiple threads can return PSA_SUCCESS by Ryan Everett · 1 year, 5 months ago
  56. 16ef486 Improve style by Janos Follath · 1 year, 5 months ago
  57. 4ec0fb5 Avoid implementation defined behaviour by Janos Follath · 1 year, 5 months ago
  58. 30f49f1 Hinder unwanted optimisations by Janos Follath · 1 year, 5 months ago
  59. e1295fa tests: ssl: early data: Fix comments by Ronald Cron · 1 year, 5 months ago
  60. 080a517 Merge pull request #8861 from ronald-cron-arm/tls13-srv-select-kex by Janos Follath · 1 year, 5 months ago
  61. a812e0f Merge pull request #8883 from mfischer/fix_shared_secret by Janos Follath · 1 year, 5 months ago
  62. 5247210 tests: suite: early data: Add comments by Ronald Cron · 1 year, 5 months ago
  63. 4facb0a tests: ssl: Improve early data test code by Ronald Cron · 1 year, 5 months ago
  64. 1a13e2f tests: ssl: Improve test code for very small max_early_data_size by Ronald Cron · 1 year, 5 months ago
  65. db944a7 ssl_msg.c: Fix log position by Ronald Cron · 1 year, 5 months ago
  66. e14770f ssl-opt.sh: Fix early data test option by Ronald Cron · 1 year, 5 months ago
  67. 19521dd tls13: srv: Fix/Improve debug logs by Ronald Cron · 1 year, 5 months ago
  68. 7cab4f8 tls13: srv: Fix/Improve comments by Ronald Cron · 1 year, 5 months ago
  69. 16cc370 tls13: srv: Fix initialization value by Ronald Cron · 1 year, 5 months ago
  70. f602f7b tls13: srv: Code improvements by Ronald Cron · 1 year, 5 months ago
  71. 3811765 tls13: srv: Add/Improve comments by Ronald Cron · 1 year, 5 months ago
  72. 74a1629 tls13: srv: Move PSK ciphersuite selection up by Ronald Cron · 1 year, 5 months ago
  73. 3e47eec tls13: srv: Simplify resumption detection by Ronald Cron · 1 year, 6 months ago
  74. e8c162d tls13: srv: Simplify kex availability checks by Ronald Cron · 1 year, 6 months ago
  75. 79cdd41 tls13: srv: Improve key exchange mode determination by Ronald Cron · 1 year, 6 months ago
  76. 1f63fe4 tls13: srv: Fix resume flag in case of cancelled PSK by Ronald Cron · 1 year, 5 months ago
  77. cf28456 tls13: srv: Determine best key exchange mode for a PSK by Ronald Cron · 1 year, 6 months ago
  78. 89089cc tls13: srv: Factorize ciphersuite selection code by Ronald Cron · 1 year, 6 months ago
  79. f7e9916 tls13: srv: Fix MBEDTLS_SSL_SESSION_TICKETS guard position by Ronald Cron · 1 year, 6 months ago
  80. 12e72f1 tls13: srv: Always parse the pre-shared key extension by Ronald Cron · 1 year, 6 months ago
  81. 7a30cf5 tls13: srv: Stop earlier identity check by Ronald Cron · 1 year, 5 months ago
  82. fbae94a tls13: srv: Improve ticket identity check return values by Ronald Cron · 1 year, 8 months ago
  83. 3cdcac5 tls13: srv: Fix return value by Ronald Cron · 1 year, 8 months ago
  84. 6e31127 tls13: srv: Define specific return macros for binder check by Ronald Cron · 1 year, 8 months ago
  85. 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
  86. 93795f2 tls13: Improve comment about cast to uint32_t by Ronald Cron · 1 year, 5 months ago
  87. 63c1cf7 Remove MBEDTLS_THREADING_C check in check_test_dependencies by Ryan Everett · 1 year, 5 months ago
  88. 16d5160 Allow the use of threading dependancies in PSA tests. by Paul Elliott · 1 year, 5 months ago
  89. b0b3c0d Disable MBEDTLS_SELF_TEST in the TSan config by Ryan · 1 year, 5 months ago
  90. 2066d04 Add test cases for concurrently_generate_keys by Ryan · 1 year, 5 months ago
  91. 3a1b786 Add a concurrent key generation test function by Ryan · 1 year, 5 months ago
  92. 8a2062c Merge pull request #8892 from paul-elliott-arm/add_threading_to_drivers by Paul Elliott · 1 year, 5 months ago
  93. 5ba2b2b Ensure blocksize is compile-time const when DES not present by Dave Rodgman · 1 year, 5 months ago
  94. 7f86d35 Improve PBKDF2 with CMAC perf by ~16% by Dave Rodgman · 1 year, 5 months ago
  95. 967f8cd library: psa_crypto: Explicitly initialize shared_secret by Moritz Fischer · 1 year, 5 months ago
  96. 31403a4 Merge pull request #8678 from daverodgman/quietbuild by Gilles Peskine · 1 year, 5 months ago
  97. 71cc260 Merge pull request #8728 from minosgalanakis/features/add_mbedtls_x509_crt_get_ca_istrue_accesor_6151 by Gilles Peskine · 1 year, 5 months ago
  98. 3c4166a Merge pull request #8863 from minosgalanakis/feature/add_ecdh_context_5016 by Dave Rodgman · 1 year, 5 months ago
  99. 581e636 test_suite_x509parse: Added test-case for legacy certificate by Minos Galanakis · 1 year, 5 months ago
  100. 053b788 Ensure drivers have threading enabled if required by Paul Elliott · 1 year, 5 months ago