1. 077ba84 PKCS#1 v2.1 now builds with PSA if no MD_C by Manuel Pégourié-Gonnard · 3 years ago
  2. faa3b4e Get rid of md_info outside helper functions by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  3. 35c09e4 Introduce compute_hash() function by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  4. f701acc Extract common code into hash_mprime() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  5. f3a6755 Simplify callers of mgf_mask() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  6. 259c213 Tune API of internal function mgf_mask in RSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  7. f421d45 Merge pull request #6139 from AdityaHPatwardhan/fix/build_error_due_to_missing_prototype by Dave Rodgman · 3 years ago
  8. 384f1e6 Merge pull request #5950 from savent404/development by Dave Rodgman · 3 years ago
  9. 953ce39 Merge pull request #5971 from yuhaoth/pr/add-rsa-pss-rsae-for-tls12 by Dave Rodgman · 3 years ago
  10. 5740ff5 Merge pull request #5949 from Summer-ARM/mbedtls-psa-crypto-config by Gilles Peskine · 3 years ago
  11. b4983d4 Merge pull request #6164 from mprse/md_ssl_test by Gilles Peskine · 3 years ago
  12. f860f37 Merge pull request #6070 from wernerlewis/bignum_test_radix by Gilles Peskine · 3 years ago
  13. 57d4c11 Merge pull request #6165 from mprse/md_x509_test by Gilles Peskine · 3 years ago
  14. b3edc15 Merge pull request #2602 from edsiper/crt-symlink by Gilles Peskine · 3 years ago
  15. 07e7fe5 Merge pull request #6088 from tuvshinzayaArm/validation_remove_change_curve by Gilles Peskine · 3 years ago
  16. 7e1ee0f Merge pull request #6114 from mman/development by Gilles Peskine · 3 years ago
  17. 4741e0b Use double quotes to include private header file psa_crypto_cipher.h by Martin Man · 3 years ago
  18. 3096f33 Fix missing prototype warning when `MBEDTLS_DEPRECATED_REMOVED` is enabled by Aditya Patwardhan · 3 years ago
  19. 5d8adab cmake: IAR support option( MBEDTLS_FATAL_WARNINGS) by savent · 3 years, 2 months ago
  20. dc47fe7 Use upper case for bignum string comparison by Werner Lewis · 3 years ago
  21. 3ccc116 Apply test data changes for conflicting cases by Werner Lewis · 3 years ago
  22. a453c14 Remove radix arguments from tests added in 3.2 by Werner Lewis · 3 years, 1 month ago
  23. efda01f Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago
  24. f65a327 Remove remaining bignum radix args by Werner Lewis · 3 years, 1 month ago
  25. 9802d36 Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
  26. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  27. 54a5446 test_suite_x509write: use psa_hash_compute() instead mbedtls_md() by Przemek Stekiel · 3 years ago
  28. cc59c99 test_suite_ssl: make PSA build independent on MD module by Przemek Stekiel · 3 years ago
  29. 78ddc3e Merge pull request #6159 from tom-cosgrove-arm/fix-typos-in-md-files by Bence Szépkúti · 3 years ago
  30. 919ff15 Merge pull request #4686 from Kazuyuki-Kimura/patch_#2020 by Dave Rodgman · 3 years ago
  31. 0b86ac1 Fix typographical errors in .md files found by cspell by Tom Cosgrove · 3 years ago
  32. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  33. c3bf748 fix vertical alignment by Jerry Yu · 3 years ago
  34. 09a99fc Add rsa_pss_rsae_* sig algos for tls12 default by Jerry Yu · 3 years ago
  35. 379b1ff remove useless comment by Jerry Yu · 3 years ago
  36. 95b743c Rename get_pk_type_and_md_alg by Jerry Yu · 3 years ago
  37. eec4f03 fix typo and changelog entry issues by Jerry Yu · 3 years ago
  38. 72a8585 add changelog entry by Jerry Yu · 3 years, 1 month ago
  39. 6455b68 add rsa_pss_rsae_* test for tls12 server by Jerry Yu · 3 years, 1 month ago
  40. 693a47a add rsa_pss_rsae_* support in tls12 by Jerry Yu · 3 years, 1 month ago
  41. 257319a Merge pull request #6133 from tom-cosgrove-arm/extend-query_compile_time_config-to-psa_want by Dave Rodgman · 3 years ago
  42. 1e48445 Merge pull request #6104 from superna9999/6097-remove-useless-md-in-test by Manuel Pégourié-Gonnard · 3 years ago
  43. 86669de Broke 2 long lines by Tuvshinzaya Erdenekhuu · 3 years ago
  44. aba26d0 Merge pull request #5963 from tom-daubney-arm/remove_ssl_compression_new by Dave Rodgman · 3 years ago
  45. f6b8c32 Merge pull request #6065 from mpg/explore2 by Manuel Pégourié-Gonnard · 3 years ago
  46. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  47. 68429fc Fix a few more typos by Manuel Pégourié-Gonnard · 3 years ago
  48. fb389dd Enable invalid param test for ecp by Tuvshinzaya Erdenekhuu · 3 years ago
  49. 22f3654 Remove NULL pointer validation in ecp.c by Tuvshinzaya Erdenekhuu · 3 years ago
  50. 8df9603 Enable invalid param test for ecjpake by Tuvshinzaya Erdenekhuu · 3 years ago
  51. a891f83 Re-introduce ENUM validation in ecjpake.c by Tuvshinzaya Erdenekhuu · 3 years ago
  52. 2b1ecda Remove NULL pointer validation in ecjpake.c by Tuvshinzaya Erdenekhuu · 3 years ago
  53. 2392419 Enable invalid param test in ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  54. f69cac7 Reintroduce enum validation ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  55. 7857caa Remove NULL pointer validation in ecdh.c by Tuvshinzaya Erdenekhuu · 3 years ago
  56. 375950f Remove NULL pointer validations in ecdsa.c by Tuvshinzaya Erdenekhuu · 3 years ago
  57. 9115e1b Merge pull request #6137 from KloolK/development by Manuel Pégourié-Gonnard · 3 years ago
  58. 5900c1d Fix stupid mistake (s/-d/-f/) and typo found by mpg review - thanks by Tom Cosgrove · 3 years ago
  59. 31e03a8 Replace hard-coded zeroes for constant by Thomas Daubney · 3 years ago
  60. 54e38ea Remove remaining references to compression in docs by Thomas Daubney · 3 years, 1 month ago
  61. 6957627 Add ChangeLog entry by Thomas Daubney · 3 years, 2 months ago
  62. 20f89a9 Remove uses of SSL compression by Thomas Daubney · 3 years, 2 months ago
  63. b839c54 Correctly include psa/crypto.h in query_config.fmt by Tom Cosgrove · 3 years ago
  64. 25fdc2a Fix minor typos by Jan Bruckner · 3 years ago
  65. de9ffe3 Fix typos in hash_info.[ch] by Manuel Pégourié-Gonnard · 3 years ago
  66. fca4dc6 Clarifications & improved documentation by Manuel Pégourié-Gonnard · 3 years ago
  67. ff3c6c1 Add parsing of psa/crypto_config.h for PSA_WANT_xxx to query_compile_time_config by Tom Cosgrove · 3 years ago
  68. ef83b83 Tidy up generate_query_config.pl in preparation for further work by Tom Cosgrove · 3 years ago
  69. e579ece Merge pull request #6087 from yuhaoth/pr/add-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  70. 340c559 Merge pull request #6079 from yuhaoth/pr/add-tls13-parse-pre_shared_key_offered_psks by Ronald Cron · 3 years ago
  71. 13ab81d Add handshake failure in pre_shared_key withou psk_kex_modes by Jerry Yu · 3 years ago
  72. 6ac7c03 TLS 1.3: Add session test checks by Jerry Yu · 3 years, 1 month ago
  73. bc7c1a4 fix typo/format/name issues by Jerry Yu · 3 years, 1 month ago
  74. 24e3855 Add reconnect test by Jerry Yu · 3 years, 1 month ago
  75. f092629 Add save load test for tls13 by Jerry Yu · 3 years, 1 month ago
  76. a180f99 Add load-save tests for tls13 by Jerry Yu · 3 years, 1 month ago
  77. 1ac476c Add save buf size test for tls13 by Jerry Yu · 3 years, 1 month ago
  78. 6e8fec2 add session serialization load buf by Jerry Yu · 3 years, 1 month ago
  79. 534ff40 Add serialize_version_check for tls13 by Jerry Yu · 3 years, 1 month ago
  80. 438ddd8 Add tls13 session save/load by Jerry Yu · 3 years, 1 month ago
  81. a66fece Add endpoint/ticket_flag field for session by Jerry Yu · 3 years, 1 month ago
  82. 6f1db3f fix format and potential non-PSK fail issue by Jerry Yu · 3 years ago
  83. ce6ed70 Change the order of key_exchange determine by Jerry Yu · 3 years ago
  84. ba9b6e9 fix unkown identity case by Jerry Yu · 3 years ago
  85. 568ec25 fix format/name issues by Jerry Yu · 3 years ago
  86. 2f0abc9 fix typo/type/format issues by Jerry Yu · 3 years, 1 month ago
  87. 4beb870 Merge pull request #6064 from xkqian/tls13_add_psk by Ronald Cron · 3 years, 1 month ago
  88. 0aabb6d Fix dependency in test_suite_pk by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  89. a948f05 Merge pull request #1986 from jacmet/bn_mul-fix-x86-pic-compilation-for-gcc-4 by Dave Rodgman · 3 years, 1 month ago
  90. 77f0148 Add psk/psk_ephemeral key exchange check by Jerry Yu · 3 years, 1 month ago
  91. 87276a3 Merge pull request #5952 from tuvshinzayaArm/add-missing-break by Dave Rodgman · 3 years, 1 month ago
  92. 32578b3 Merge pull request #6069 from yuhaoth/pr/add-tls13-write-new-session-ticket by Ronald Cron · 3 years, 1 month ago
  93. 8927470 Merge pull request #6112 from ronald-cron-arm/tls13-negotiated-key-exchange-mode by Ronald Cron · 3 years, 1 month ago
  94. 34e90fa TLS 1.3: tests: Allow PSK exchange mode on GnuTLS server by Ronald Cron · 3 years, 1 month ago
  95. bee7145 Improve the buffer pointer check in write pre_shared key by XiaokangQian · 3 years, 1 month ago
  96. 3ad67bf Rename functions and add test messages by XiaokangQian · 3 years, 1 month ago
  97. 088c929 Remove useless force cipher suite by XiaokangQian · 3 years, 1 month ago
  98. 7c12d31 Refine comments for psk related code by XiaokangQian · 3 years, 1 month ago
  99. 8698195 Address comments of various issues by XiaokangQian · 3 years, 1 month ago
  100. adab9a6 Fix transcript issues and add cases against openssl by XiaokangQian · 3 years, 1 month ago