1. 19fec54 test: remove GENPRIME dependency when RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years ago
  2. fe47890 psa_crypto_rsa: fix guards for importing the key by Valerio Setti · 2 years ago
  3. 7e6aaa1 psa: fix missed LEGACY symbols caused by the rebase by Valerio Setti · 2 years, 1 month ago
  4. 9803834 config_psa: enable KEY_PAIR_GENERATE only when GENPRIME is defined by Valerio Setti · 2 years, 1 month ago
  5. 76df8c1 psa: remove redundant GENPRIME when RSA_KEY_PAIR_GENERATE is defined by Valerio Setti · 2 years, 1 month ago
  6. 0d5c5e5 config_psa: enable KEY_PAIR_[IMPORT/EXPORT] as soon as BASIC is enabled by Valerio Setti · 2 years, 1 month ago
  7. a9a3c55 config_psa: enable GENPRIME when BUILTIN_KEY_TYPE_RSA_KEY_PAIR_GENERATE by Valerio Setti · 2 years, 1 month ago
  8. 42796e2 generate_psa_tests: fix automatically generated tests for RSA by Valerio Setti · 2 years, 1 month ago
  9. acab57b test: replace RSA_KEY_PAIR_LEGACY with proper symbols by Valerio Setti · 2 years, 1 month ago
  10. b2bcedb library: replace MBEDTLS_PSA_BUILTIN_KEY_TYPE_RSA_KEY_PAIR_LEGACY by Valerio Setti · 2 years, 1 month ago
  11. f6d4dfb library: replace PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_LEGACY symbols with proper ones by Valerio Setti · 2 years, 1 month ago
  12. 4999f15 Merge pull request #7878 from beni-sandu/development by Dave Rodgman · 2 years, 1 month ago
  13. 19280ad Merge pull request #7908 from gilles-peskine-arm/ssl-opt-fix-hrr-test-curves-groups by Gilles Peskine · 2 years, 1 month ago
  14. b387fcf Adapt names (curves -> groups) in a separately added test case by Gilles Peskine · 2 years, 1 month ago
  15. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
  16. d9f0c76 Merge pull request #7879 from tgonzalezorlandoarm/development by Gilles Peskine · 2 years, 1 month ago
  17. f3e488e Merge pull request #7216 from lpy4105/issue/6840/add-getters-for-some-fields by Dave Rodgman · 2 years, 1 month ago
  18. f614bde Merge pull request #7656 from mprse/ffdh_tls13_v2_drivers by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  19. e183ece Merge pull request #7136 from yanrayw/5692-record-compatsh-test-cases by Dave Rodgman · 2 years, 1 month ago
  20. 5c41ae8 Merge pull request #7887 from ronald-cron-arm/fix-hrr-in-psk-kem by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  21. 5a3f5f4 Add changelog entries by Pengyu Lv · 2 years, 1 month ago
  22. 5cbb93e Add test for cache timeout getter by Pengyu Lv · 2 years, 1 month ago
  23. db61433 Add test for endpoint getter by Pengyu Lv · 2 years, 1 month ago
  24. 30e0870 Add test for hostname getter by Pengyu Lv · 2 years, 1 month ago
  25. 08daebb Make endpoint getter parameter a pointer to const by Pengyu Lv · 2 years, 1 month ago
  26. accd53f Add getter access to endpoint field in mbedtls_ssl_config by Pengyu Lv · 2 years, 5 months ago
  27. 918ebf3 Add getter access to hostname field in mbedtls_ssl_context by Pengyu Lv · 2 years, 5 months ago
  28. af724dd ssl_cache: Add getter access to timeout field by Pengyu Lv · 2 years, 5 months ago
  29. 7dbd2bf Merge pull request #7441 from gilles-peskine-arm/mbedtls_x509_crt_parse_path-qemu-bug by Dave Rodgman · 2 years, 1 month ago
  30. 2dfe799 Merge pull request #6914 from davidhorstmann-arm/cmake-pass-through-config-defines by Paul Elliott · 2 years, 1 month ago
  31. c5f41bf Merge pull request #7212 from sergio-nsk/patch-4 by Tom Cosgrove · 2 years, 1 month ago
  32. 602a091 Merge pull request #7464 from yuhaoth/pr/Change-clock-source-to-bootime-for-ms-time by Dave Rodgman · 2 years, 1 month ago
  33. 461d59b Merge pull request #7858 from mprse/ffdh_tls13_v2_f by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  34. 8abb349 Merge branch 'development' into mbedtls_x509_crt_parse_path-qemu-bug by Dave Rodgman · 2 years, 1 month ago
  35. c75ff73 Add change log by Ronald Cron · 2 years, 1 month ago
  36. 8a74f07 tls13: server: Fix spurious HRR by Ronald Cron · 2 years, 2 months ago
  37. c4749b1 Merge pull request #7584 from gilles-peskine-arm/fuzz-file-open-fail by Dave Rodgman · 2 years, 1 month ago
  38. 2d3ba07 Add ChangeLog entry for CMake config defines by David Horstmann · 2 years, 1 month ago
  39. 1917ee7 Merge pull request #7867 from gilles-peskine-arm/readme-python3.8 by Dave Rodgman · 2 years, 1 month ago
  40. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  41. 46b2d2b Fix code style by Przemek Stekiel · 2 years, 1 month ago
  42. aa00e81 Merge pull request #7492 from gilles-peskine-arm/psa-driver-doc-entry-point by Dave Rodgman · 2 years, 1 month ago
  43. 3719f9e tests/test_suite_pem: Augment DES test cases with AES: PEM by Tomás González · 2 years, 1 month ago
  44. 2230258 Merge pull request #7890 from yanrayw/aes_comment_fix by Dave Rodgman · 2 years, 1 month ago
  45. e1d5b07 Link to the guide for writing a driver by Gilles Peskine · 2 years, 1 month ago
  46. a30c5cf Use minimal include in test_suite_random by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  47. 999ce22 Make the PSA-mbedtls RNG API public by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  48. d55d66f Fix missing includes by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  49. abfe640 Rationalize includes in psa_util by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  50. 801d5b4 Remove unnecessary (and harmful) include by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  51. b7e8939 Move error functions to internal header by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  52. a5a8f29 Move ECC and FFDH macros to internal header by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  53. f9b012f Remove unused function from psa_util.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  54. 5c731b0 Use consistent guards for deprecated feature by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  55. 57fa72f Remove unused function in cipher.c by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  56. efcc1f2 Make cipher functions static in cipher.c by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  57. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  58. 408569f Adapt function name: mbedtls_ssl_tls13_generate_and_write_dh_key_exchange by Przemek Stekiel · 2 years, 1 month ago
  59. 68e7544 parse_groups: curve -> group adaptations by Przemek Stekiel · 2 years, 1 month ago
  60. 615cbcd Provide additional comments for claryfication by Przemek Stekiel · 2 years, 1 month ago
  61. 5adfdbd AES: fix mismatch comment in #endif by Yanray Wang · 2 years, 1 month ago
  62. 836aed7 Merge pull request #6003 from gstrauss/x509_time by Tom Cosgrove · 2 years, 1 month ago
  63. 3d0c825 Merge pull request #7825 from daverodgman/cipher_wrap_size by Dave Rodgman · 2 years, 1 month ago
  64. 0f1dd57 Use emptiness-checks rather than DEFINED checks by David Horstmann · 2 years, 6 months ago
  65. 969c145 Use CONFIG_H variable rather than config file name by David Horstmann · 2 years, 6 months ago
  66. 20550e3 all.sh component to test cmake custom config file by David Horstmann · 2 years, 7 months ago
  67. ae33ab8 Pass config file options to mbedtls_test(_helpers) by David Horstmann · 2 years, 7 months ago
  68. 82f11ff Pass MBEDTLS_CONFIG_FILE defines through cmake by David Horstmann · 2 years, 7 months ago
  69. 761d0dc Improve doxygen formatting by Dave Rodgman · 2 years, 1 month ago
  70. ff4c2db Improve comments by Dave Rodgman · 2 years, 1 month ago
  71. 3ae1c4c Fix formatting of explanatory commented code by David Horstmann · 2 years, 1 month ago
  72. 565353e Cleanup the code by Przemek Stekiel · 2 years, 1 month ago
  73. b1d27bc Improve comment formatting by David Horstmann · 2 years, 1 month ago
  74. cdf5283 Rename variables to more descriptive names by David Horstmann · 2 years, 1 month ago
  75. e80bbf4 Fix function name after rebase by Przemek Stekiel · 2 years, 1 month ago
  76. db084d1 Merge pull request #7862 from ronald-cron-arm/improve-write-supported-group-ext by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  77. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
  78. 45255e4 Adapt names (curves -> groups) by Przemek Stekiel · 2 years, 1 month ago
  79. d5f79e7 Adapt functions names for ffdh by Przemek Stekiel · 2 years, 1 month ago
  80. 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
  81. e03ddbb Use valid size of peerkey buffer (EC vs FF) by Przemek Stekiel · 2 years, 1 month ago
  82. 84f4ff1 Minor adaptations after ffdh was enabled for tls1.3 by Przemek Stekiel · 2 years, 1 month ago
  83. aa4f621 aesce: use correct target attribute when building with clang by Beniamin Sandu · 2 years, 1 month ago
  84. c8d81ad Merge pull request #7784 from daverodgman/aesce-unroll by Dave Rodgman · 2 years, 1 month ago
  85. a2eff62 Merge pull request #7874 from yanrayw/7360-code-size-improvement by Tom Cosgrove · 2 years, 1 month ago
  86. e939464 Merge pull request #7829 from mpg/deduplicate-tls-hashing by Tom Cosgrove · 2 years, 1 month ago
  87. b7af7ea Merge pull request #7834 from beni-sandu/development by Tom Cosgrove · 2 years, 1 month ago
  88. 85b6442 Add ffdh accel vs reference check to analyze_outcomes.py by Przemek Stekiel · 2 years, 2 months ago
  89. 01c248c Enable TLS1.3 in FFDH alg build with drivers and add reference config(without drivers) by Przemek Stekiel · 2 years, 2 months ago
  90. 1ffa450 tls: client: Improve writing of supported_groups ext by Ronald Cron · 2 years, 1 month ago
  91. aaad2b6 Rename some local variables by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  92. 699a6c8 code_size_compare.py: add comment for sys_arch by Yanray Wang · 2 years, 1 month ago
  93. 4c26db0 code_size_compare.py: run make clean before build libraries by Yanray Wang · 2 years, 1 month ago
  94. 443589a Merge pull request #7870 from valeriosetti/fix-tls13-guards by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  95. 1940e7b Merge pull request #7671 from yanrayw/7360-code-size-improve-format by Tom Cosgrove · 2 years, 1 month ago
  96. 9b20c6f Merge pull request #7840 from yanrayw/7381_aes_gen_table by Tom Cosgrove · 2 years, 1 month ago
  97. dbd01cb tls13: fix guards for PSA error translating function by Valerio Setti · 2 years, 1 month ago
  98. 9583469 Officially require Python 3.8 by Gilles Peskine · 2 years, 1 month ago
  99. 552c9ab Correct Python requirements in releases by Gilles Peskine · 2 years, 1 month ago
  100. 9cf17da Merge pull request #7851 from daverodgman/fix-unused-aes by Dave Rodgman · 2 years, 1 month ago