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