1. 42a58a5 test_suite_pk: minor fixes for test failures by Valerio Setti · 1 year, 5 months ago
  2. e700d80 rsa: rsa_rsassa_pss_sign() to check MD alg both in parameters and RSA context by Valerio Setti · 1 year, 5 months ago
  3. f22eff9 test_suite_pk: add new test case for an algorithm only avaible in driver by Valerio Setti · 1 year, 5 months ago
  4. a657ae3 pk: pk_copy_from_psa() performs the conversion even if the algorithm doesn't match by Valerio Setti · 1 year, 5 months ago
  5. 1015985 test_suite_pk: add more test cases for pk_copy_from_psa_success() by Valerio Setti · 1 year, 5 months ago
  6. d2ccc2f test_suite_pk: various minor fixes by Valerio Setti · 1 year, 5 months ago
  7. 61a47a4 test_suite_pk: extend testing in pk_copy_from_psa() by Valerio Setti · 1 year, 6 months ago
  8. aeeefef pk_wrap: use correct PSA alg in rsa_encrypt_wrap() when USE_PSA by Valerio Setti · 1 year, 6 months ago
  9. 88e2dac test_suite_pk: rename PK context variables by Valerio Setti · 1 year, 6 months ago
  10. e8fe3e7 test_suite_pk: add key pair check in pk_copy_from_psa_success() by Valerio Setti · 1 year, 6 months ago
  11. 3a815cb all.sh: keep RSA_C enabled in component_full_no_pkparse_pkwrite() by Valerio Setti · 1 year, 6 months ago
  12. 61532e9 test_suite_pk: fix typos by Valerio Setti · 1 year, 6 months ago
  13. 01ba66d pk: replace CRYPTO_CLIENT guards with CRYPTO_C by Valerio Setti · 1 year, 6 months ago
  14. a41654d all.sh: add test component based on full config without PK_[PARSE|WRITE]_C by Valerio Setti · 1 year, 6 months ago
  15. 452d2d2 test_suite_pk: add some initial testing for mbedtls_pk_copy_from_psa() by Valerio Setti · 1 year, 6 months ago
  16. af3e574 Merge pull request #8862 from valeriosetti/issue8825 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  17. 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
  18. e1295fa tests: ssl: early data: Fix comments by Ronald Cron · 1 year, 5 months ago
  19. 080a517 Merge pull request #8861 from ronald-cron-arm/tls13-srv-select-kex by Janos Follath · 1 year, 5 months ago
  20. 5247210 tests: suite: early data: Add comments by Ronald Cron · 1 year, 5 months ago
  21. 4facb0a tests: ssl: Improve early data test code by Ronald Cron · 1 year, 5 months ago
  22. 1a13e2f tests: ssl: Improve test code for very small max_early_data_size by Ronald Cron · 1 year, 5 months ago
  23. e14770f ssl-opt.sh: Fix early data test option by Ronald Cron · 1 year, 5 months ago
  24. 1f63fe4 tls13: srv: Fix resume flag in case of cancelled PSK by Ronald Cron · 1 year, 5 months ago
  25. cf28456 tls13: srv: Determine best key exchange mode for a PSK by Ronald Cron · 1 year, 6 months ago
  26. 12e72f1 tls13: srv: Always parse the pre-shared key extension by Ronald Cron · 1 year, 6 months ago
  27. 139a418 Merge pull request #8587 from yanrayw/issue/4911/ssl_setup-check-RNG-configuration by Ronald Cron · 1 year, 5 months ago
  28. 8a2062c Merge pull request #8892 from paul-elliott-arm/add_threading_to_drivers by Paul Elliott · 1 year, 5 months ago
  29. 31403a4 Merge pull request #8678 from daverodgman/quietbuild by Gilles Peskine · 1 year, 5 months ago
  30. 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
  31. 3c4166a Merge pull request #8863 from minosgalanakis/feature/add_ecdh_context_5016 by Dave Rodgman · 1 year, 5 months ago
  32. 581e636 test_suite_x509parse: Added test-case for legacy certificate by Minos Galanakis · 1 year, 5 months ago
  33. 053b788 Ensure drivers have threading enabled if required by Paul Elliott · 1 year, 5 months ago
  34. 8462146 Merge pull request #8867 from gilles-peskine-arm/psa_key_attributes-remove_core by Gilles Peskine · 1 year, 5 months ago
  35. 987cf89 ssl_helpers: Restore rng_seed incrementation by Ronald Cron · 1 year, 5 months ago
  36. fad79fc Merge remote-tracking branch 'development' into ecp-write-ext-3.6 by Gilles Peskine · 1 year, 5 months ago
  37. a83ada4 tests: Added test for `mbedtls_x509_crt_get_ca_istrue()` by Minos Galanakis · 1 year, 7 months ago
  38. e93cd1b tests: ssl: Free write/read test buffers by Ronald Cron · 1 year, 5 months ago
  39. ada2ec3 psa_crypto_stubs/changelog: fix typos by Valerio Setti · 1 year, 5 months ago
  40. aab4a54 tests: Set the default conf then customize by Ronald Cron · 1 year, 5 months ago
  41. 10b040f tests: ssl_helpers: Rename rng_get to mbedtls_test_random by Ronald Cron · 1 year, 6 months ago
  42. e33b349 Merge pull request #8864 from valeriosetti/issue8848 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  43. fcbf776 tests: ssl: Restore write_early_data test function by Ronald Cron · 1 year, 5 months ago
  44. 25ad10a tests: ssl: Improve tls13_srv_max_early_data_size() by Ronald Cron · 1 year, 5 months ago
  45. 19bfe0a tls13: Rename early_data_count to total_early_data_size by Ronald Cron · 1 year, 5 months ago
  46. 70eab45 tls13: generic: Fix log by Ronald Cron · 1 year, 5 months ago
  47. dc81b73 tests: srv max early data size: Add reach_max test arg by Ronald Cron · 1 year, 5 months ago
  48. 01d273d Enforce maximum size of early data in case of HRR by Ronald Cron · 1 year, 6 months ago
  49. 919e596 Enforce maximum size of early data when rejected by Ronald Cron · 1 year, 6 months ago
  50. 2160bfe tests: ssl: Test enforcement of maximum early data size by Ronald Cron · 1 year, 6 months ago
  51. 5d3036e tests: ssl: Add max_early_data_size option by Ronald Cron · 1 year, 5 months ago
  52. 79aaaa4 Fix formatting by Dave Rodgman · 1 year, 5 months ago
  53. 1a58e9a psa_util: change guard for mbedtls_psa_get_random() to CRYPTO_CLIENT by Valerio Setti · 1 year, 5 months ago
  54. 87218b3 blank line for readability by Dave Rodgman · 1 year, 5 months ago
  55. 869e310 Use export to set VERBOSE_LOGS by Dave Rodgman · 1 year, 5 months ago
  56. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  57. 5f7862a Fix docs by Dave Rodgman · 1 year, 5 months ago
  58. a3e694c simplify printf call by Dave Rodgman · 1 year, 5 months ago
  59. 63c94a3 improve docs by Dave Rodgman · 1 year, 5 months ago
  60. 2096478 Add editor hint for emacs by Dave Rodgman · 1 year, 5 months ago
  61. 1f08a32 Rename quiet to quiet.sh by Dave Rodgman · 1 year, 5 months ago
  62. b4ce628 tests: Added test for `mbedtls_ecdh_context_grp` by Minos Galanakis · 1 year, 5 months ago
  63. c0f7a86 mbedtls_ecp_write_key(): deprecate the old function by Gilles Peskine · 1 year, 6 months ago
  64. 84b9f1b mbedtls_ecp_write_key_ext(): migrate internally by Gilles Peskine · 1 year, 6 months ago
  65. e3fb4cc mbedtls_ecp_write_key_ext(): new function by Gilles Peskine · 1 year, 6 months ago
  66. 7f523bf Merge pull request #8845 from gilles-peskine-arm/ecp-write-doc-3.6 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  67. b484e37 pk: fix alg selection in mbedtls_pk_sign_ext() for opaque keys by Valerio Setti · 1 year, 5 months ago
  68. 2f107ae Don't access psa_key_attributes_t.core by Gilles Peskine · 1 year, 5 months ago
  69. 23e637a test_suite_pk: initialize all PSA key IDs and attributes by Valerio Setti · 1 year, 5 months ago
  70. a9de944 ssl_helpers: minor fix in mbedtls_test_ssl_endpoint_certificate_init() by Valerio Setti · 1 year, 5 months ago
  71. ca21b24 Merge pull request #8840 from gilles-peskine-arm/domain_parameters-remove by Tom Cosgrove · 1 year, 5 months ago gh-readonly-queue/development/pr-8840-f4a200f106f4203322fcfc141c50cd2645021272
  72. 1fa2f6e test: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
  73. 2f94766 Send printed command to stderr by Dave Rodgman · 1 year, 5 months ago
  74. 67126bb remove trailing space from printed command by Dave Rodgman · 1 year, 5 months ago
  75. dbc2e8d Improve simplified quoting by Dave Rodgman · 1 year, 5 months ago
  76. bdf0a6d remove shebang from quiet by Dave Rodgman · 1 year, 5 months ago
  77. d0e3827 Improve docs by Dave Rodgman · 1 year, 5 months ago
  78. c7f0549 Quote directory name from cmake wrapper by Dave Rodgman · 1 year, 5 months ago
  79. 30483dc Undo not-needed change by Dave Rodgman · 1 year, 5 months ago
  80. a9e8dbe Allow wrappers to be missing; quote directory name from make by Dave Rodgman · 1 year, 5 months ago
  81. e03088b Avoid infinite loop by Dave Rodgman · 1 year, 5 months ago
  82. 98a79cd Extract common parts of quiet wrapper by Dave Rodgman · 1 year, 5 months ago
  83. 00bc790 Tidy up quiet wrappers by Dave Rodgman · 1 year, 5 months ago
  84. 2190063 Move quiet wrapper setup by Dave Rodgman · 1 year, 5 months ago
  85. f4a200f Merge pull request #8838 from paul-elliott-arm/improve_test_data_accessors by Tom Cosgrove · 1 year, 5 months ago gh-readonly-queue/development/pr-8838-0f63028809e775eb068b3575a1fd36f1ed917ff0
  86. 4c32b69 Ignore domain parameters in RSA key generation by Gilles Peskine · 1 year, 6 months ago
  87. 0f63028 Merge pull request #8815 from gilles-peskine-arm/psa_generate_key_ext-prototype by Gilles Peskine · 1 year, 5 months ago
  88. 9011dae Improve documentation / comments by Paul Elliott · 1 year, 5 months ago
  89. 817772a Merge pull request #8716 from mschulz-at-hilscher/feature/gcm_largetable by Tom Cosgrove · 1 year, 5 months ago
  90. dcb09ca tests: write early data: Improve get_early_data_status testing by Ronald Cron · 1 year, 6 months ago
  91. 7d158f4 tests: read early data: Use write API to send early data by Ronald Cron · 1 year, 6 months ago
  92. 110303f tests: read early data: Add no early data indication sent scenario by Ronald Cron · 1 year, 6 months ago
  93. 86d288c tests: ssl: Rename tls13_early_data to tls13_read_early_data by Ronald Cron · 1 year, 6 months ago
  94. 9f2c3c0 tls13: cli: Add mbedtls_ssl_get_early_data_status() API by Ronald Cron · 1 year, 6 months ago
  95. 0004600 tests: write early data: Inverse loop over state logic by Ronald Cron · 1 year, 6 months ago
  96. bf5e909 tests: write early data: Check we can complete handshake after writing by Ronald Cron · 1 year, 6 months ago
  97. d406924 Improve comments/documentation by Ronald Cron · 1 year, 6 months ago
  98. 0aab69d Merge pull request #8807 from gilles-peskine-arm/pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  99. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  100. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago