1. 536f28c Respect MBEDTLS_HAVE_TIME in ssl_ticket by Dave Rodgman · 3 years ago
  2. 392f714 Fix type used for capturing TLS ticket generation time by Dave Rodgman · 3 years ago
  3. 8c9a0ae Merge pull request #5985 from zhangsenWang/development by Dave Rodgman · 3 years ago
  4. 96a4be9 Merge pull request #6177 from AndrzejKurek/ecdsa-no-md by Dave Rodgman · 3 years ago
  5. a7448bf Merge pull request #6141 from mpg/driver-hashes-rsa-v21 by Dave Rodgman · 3 years ago
  6. 3f95d30 rebase with lastest development branch by Zhangsen Wang · 3 years ago
  7. 7b1be55 Merge pull request #5993 from eliteraspberries/android-soname by Dave Rodgman · 3 years ago
  8. 273efeb Add Changelog entry by Dave Rodgman · 3 years ago
  9. fca2bcc Update bump_version.sh to recognise Makefile changes by Dave Rodgman · 3 years ago
  10. 6a86730 Allow non-versioned library soname. by Mansour Moufid · 3 years, 1 month ago
  11. 8b0799d Merge pull request #6181 from wernerlewis/ecp_set_zero by Dave Rodgman · 3 years ago
  12. 1af61cb Introduce a new macro for hash size in ecdsa tests by Andrzej Kurek · 3 years ago
  13. 71bf28b Fix include file path by Przemek Stekiel · 3 years ago
  14. f98b57f Initialize status/ret to error value by Przemek Stekiel · 3 years ago
  15. 2aae040 make ret_from_status() global function and move it to has_info.[ch] by Przemek Stekiel · 3 years ago
  16. 712bb9c Use more suitable function for checking if hash is supported by Przemek Stekiel · 3 years ago
  17. 79b99f4 Fix definition of MD_OR_PSA macros by Manuel Pégourié-Gonnard · 3 years ago
  18. 7d52716 Fix undeclared dependencies on SHA-1 by Manuel Pégourié-Gonnard · 3 years ago
  19. e741c61 Adjust dependencies in test_suite_pkcs1_v21 by Manuel Pégourié-Gonnard · 3 years ago
  20. 7a27e85 Fix failure of RSA accel test by Manuel Pégourié-Gonnard · 3 years ago
  21. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  22. faa3b4e Get rid of md_info outside helper functions by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  23. 35c09e4 Introduce compute_hash() function by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  24. f701acc Extract common code into hash_mprime() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  25. f3a6755 Simplify callers of mgf_mask() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  26. 259c213 Tune API of internal function mgf_mask in RSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  27. 8a9f888 Merge pull request #6186 from leorosen/ssl_tls_null_on_invalid_code by Dave Rodgman · 3 years ago
  28. 322a7a1 Merge pull request #6155 from yuhaoth/pr/add-any-all-configs-enabled by Dave Rodgman · 3 years ago
  29. 62c8763 Improve macro expansion help message by Jerry Yu · 3 years ago
  30. 08dccc1 Improve help message by Jerry Yu · 3 years ago
  31. e9d8dcd ssl_tls: avoid the appearance of a potential NULL dereferencing by Leonid Rozenboim · 3 years ago
  32. f421d45 Merge pull request #6139 from AdityaHPatwardhan/fix/build_error_due_to_missing_prototype by Dave Rodgman · 3 years ago
  33. 384f1e6 Merge pull request #5950 from savent404/development by Dave Rodgman · 3 years ago
  34. 953ce39 Merge pull request #5971 from yuhaoth/pr/add-rsa-pss-rsae-for-tls12 by Dave Rodgman · 3 years ago
  35. 3b09739 Add test case for mbedtls_ecp_set_zero by Werner Lewis · 3 years ago
  36. 9f42c06 Adjust hash dependencies in `test_suite_ecdsa` by Andrzej Kurek · 3 years ago
  37. 5740ff5 Merge pull request #5949 from Summer-ARM/mbedtls-psa-crypto-config by Gilles Peskine · 3 years ago
  38. b4983d4 Merge pull request #6164 from mprse/md_ssl_test by Gilles Peskine · 3 years ago
  39. f860f37 Merge pull request #6070 from wernerlewis/bignum_test_radix by Gilles Peskine · 3 years ago
  40. 57d4c11 Merge pull request #6165 from mprse/md_x509_test by Gilles Peskine · 3 years ago
  41. b3edc15 Merge pull request #2602 from edsiper/crt-symlink by Gilles Peskine · 3 years ago
  42. 07e7fe5 Merge pull request #6088 from tuvshinzayaArm/validation_remove_change_curve by Gilles Peskine · 3 years ago
  43. 7e1ee0f Merge pull request #6114 from mman/development by Gilles Peskine · 3 years ago
  44. 27d8092 fix wrong typo by Jerry Yu · 3 years ago
  45. 4741e0b Use double quotes to include private header file psa_crypto_cipher.h by Martin Man · 3 years ago
  46. 3096f33 Fix missing prototype warning when `MBEDTLS_DEPRECATED_REMOVED` is enabled by Aditya Patwardhan · 3 years ago
  47. 5d8adab cmake: IAR support option( MBEDTLS_FATAL_WARNINGS) by savent · 3 years, 2 months ago
  48. dc47fe7 Use upper case for bignum string comparison by Werner Lewis · 3 years ago
  49. 3ccc116 Apply test data changes for conflicting cases by Werner Lewis · 3 years ago
  50. a453c14 Remove radix arguments from tests added in 3.2 by Werner Lewis · 3 years, 1 month ago
  51. efda01f Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago
  52. f65a327 Remove remaining bignum radix args by Werner Lewis · 3 years, 1 month ago
  53. 9802d36 Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  54. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  55. 54a5446 test_suite_x509write: use psa_hash_compute() instead mbedtls_md() by Przemek Stekiel · 3 years ago
  56. cc59c99 test_suite_ssl: make PSA build independent on MD module by Przemek Stekiel · 3 years ago
  57. 78ddc3e Merge pull request #6159 from tom-cosgrove-arm/fix-typos-in-md-files by Bence Szépkúti · 3 years ago
  58. 2fcb056 Add requires_{any,all}_configs_enabled functions by Jerry Yu · 3 years ago
  59. d2d4110 Remove `Teminated` message from stdout by Jerry Yu · 3 years ago
  60. 919ff15 Merge pull request #4686 from Kazuyuki-Kimura/patch_#2020 by Dave Rodgman · 3 years ago
  61. 0b86ac1 Fix typographical errors in .md files found by cspell by Tom Cosgrove · 3 years ago
  62. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  63. d5e8a48 delete whitespace in comment by Zhangsen Wang · 3 years ago
  64. baeffbb skip test with openssl client because it will timeout with certain seed due to an openssl bug by Zhangsen Wang · 3 years ago
  65. c3bf748 fix vertical alignment by Jerry Yu · 3 years ago
  66. 09a99fc Add rsa_pss_rsae_* sig algos for tls12 default by Jerry Yu · 3 years ago
  67. 379b1ff remove useless comment by Jerry Yu · 3 years ago
  68. 95b743c Rename get_pk_type_and_md_alg by Jerry Yu · 3 years ago
  69. eec4f03 fix typo and changelog entry issues by Jerry Yu · 3 years ago
  70. 72a8585 add changelog entry by Jerry Yu · 3 years, 1 month ago
  71. 6455b68 add rsa_pss_rsae_* test for tls12 server by Jerry Yu · 3 years, 1 month ago
  72. 693a47a add rsa_pss_rsae_* support in tls12 by Jerry Yu · 3 years, 1 month ago
  73. 257319a Merge pull request #6133 from tom-cosgrove-arm/extend-query_compile_time_config-to-psa_want by Dave Rodgman · 3 years ago
  74. 1e48445 Merge pull request #6104 from superna9999/6097-remove-useless-md-in-test by Manuel Pégourié-Gonnard · 3 years ago
  75. 86669de Broke 2 long lines by Tuvshinzaya Erdenekhuu · 3 years ago
  76. aba26d0 Merge pull request #5963 from tom-daubney-arm/remove_ssl_compression_new by Dave Rodgman · 3 years ago
  77. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  78. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  79. 68429fc Fix a few more typos by Manuel Pégourié-Gonnard · 3 years ago
  80. fb389dd Enable invalid param test for ecp by Tuvshinzaya Erdenekhuu · 3 years ago
  81. 22f3654 Remove NULL pointer validation in ecp.c by Tuvshinzaya Erdenekhuu · 3 years ago
  82. 8df9603 Enable invalid param test for ecjpake by Tuvshinzaya Erdenekhuu · 3 years ago
  83. a891f83 Re-introduce ENUM validation in ecjpake.c by Tuvshinzaya Erdenekhuu · 3 years ago
  84. 2b1ecda Remove NULL pointer validation in ecjpake.c by Tuvshinzaya Erdenekhuu · 3 years ago
  85. 2392419 Enable invalid param test in ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  86. f69cac7 Reintroduce enum validation ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  87. 7857caa Remove NULL pointer validation in ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  88. 375950f Remove NULL pointer validations in ecdsa.c by Tuvshinzaya Erdenekhuu · 3 years ago
  89. 9115e1b Merge pull request #6137 from KloolK/development by Manuel Pégourié-Gonnard · 3 years ago
  90. 5900c1d Fix stupid mistake (s/-d/-f/) and typo found by mpg review - thanks by Tom Cosgrove · 3 years ago
  91. 31e03a8 Replace hard-coded zeroes for constant by Thomas Daubney · 3 years ago
  92. 54e38ea Remove remaining references to compression in docs by Thomas Daubney · 3 years, 1 month ago
  93. 6957627 Add ChangeLog entry by Thomas Daubney · 3 years, 2 months ago
  94. 20f89a9 Remove uses of SSL compression by Thomas Daubney · 3 years, 2 months ago
  95. b839c54 Correctly include psa/crypto.h in query_config.fmt by Tom Cosgrove · 3 years ago
  96. 25fdc2a Fix minor typos by Jan Bruckner · 3 years ago
  97. de9ffe3 Fix typos in hash_info.[ch] by Manuel Pégourié-Gonnard · 3 years ago
  98. fca4dc6 Clarifications & improved documentation by Manuel Pégourié-Gonnard · 3 years ago
  99. ff3c6c1 Add parsing of psa/crypto_config.h for PSA_WANT_xxx to query_compile_time_config by Tom Cosgrove · 3 years ago
  100. ef83b83 Tidy up generate_query_config.pl in preparation for further work by Tom Cosgrove · 3 years ago