1. 7aa7186 fix various issues by Jerry Yu · 3 years, 9 months ago
  2. a93ac11 Remove certificate_request state by Jerry Yu · 3 years, 9 months ago
  3. 937ac67 Disable client cert for gnutls tests by Jerry Yu · 3 years, 9 months ago
  4. ff45602 Add local variable verify_result by Xiaofei Bai · 3 years, 9 months ago
  5. 10aeec0 Fix a build error by Xiaofei Bai · 3 years, 9 months ago
  6. 79595ac Update based on review comments. by Xiaofei Bai · 3 years, 9 months ago
  7. 947571e add tls1_3 read certificate by Xiaofei Bai · 3 years, 10 months ago
  8. 7cd24de Merge pull request #5114 from yuhaoth/pr/add-get-uint24 by Ronald Cron · 3 years, 9 months ago
  9. cf1f376 Merge pull request #4937 from xkqian/add_tls13_encrypted_extension by Ronald Cron · 3 years, 9 months ago
  10. 4c9313f Merge pull request #4514 from mpg/generated-files-cmake by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  11. 29287a4 fix wrong para name in doxygen comments by Jerry Yu · 3 years, 9 months ago
  12. ab7f50d Change macro names and add test script for extensions by XiaokangQian · 3 years, 10 months ago
  13. 7b2d4ef Change the buffer boundary check and alert type by XiaokangQian · 3 years, 10 months ago
  14. 8db25ff Encrypted Extensions: Change extensions length check by XiaokangQian · 3 years, 10 months ago
  15. 97799ac Encrypted Extensions: Align code style and some check logic by XiaokangQian · 3 years, 10 months ago
  16. 08da26c Refine encrypted extensions parse function by XiaokangQian · 3 years, 10 months ago
  17. 140f045 Encrypted Extension: Align the code style of buffer pointer by XiaokangQian · 3 years, 10 months ago
  18. e87e592 Fix some issues such as naming mismatch based on comments. by XiaokangQian · 3 years, 11 months ago
  19. c1fe000 TLS1.3: Solve check name issue-macro definition by XiaokangQian · 3 years, 11 months ago
  20. 2d5c72b TLS1.3: Add Encrypted Extensions by XiaokangQian · 3 years, 11 months ago
  21. 5893246 Merge pull request #4919 from yuhaoth/pr/add-tls13-server-hello-parser by Ronald Cron · 3 years, 9 months ago
  22. cbe4a05 Merge pull request #5090 from gilles-peskine-arm/ssl-opt-resend-retry-3.0 by paul-elliott-arm · 3 years, 9 months ago
  23. 475bfe6 Merge pull request #5108 from gilles-peskine-arm/base64-no-table-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  24. f3f5c21 fix comments issue by Jerry Yu · 3 years, 9 months ago
  25. 9317e09 Merge pull request #5007 from mprse/pk_opaque by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  26. 643d116 Add GET/PUT_UINT24_BE/LE by Jerry Yu · 3 years, 9 months ago
  27. bb5d483 ssl-opt.sh: adapt paramteters of key opaque cases by Przemyslaw Stekiel · 3 years, 9 months ago
  28. c2d2f21 ssl_client2/ssl_server_2: use PSA_ALG_ANY_HASH as algorithm for opaque key by Przemyslaw Stekiel · 3 years, 9 months ago
  29. 148d3d7 Merge pull request #5066 from paul-elliott-arm/ssl_opt_fixes by paul-elliott-arm · 3 years, 9 months ago
  30. c8cc1ff Merge pull request #5062 from mprse/issue_4056 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  31. e6d7e5c move CLIENT/SERVER_HELLO_RANDOM_LEN to `ssl_misc.h` by Jerry Yu · 3 years, 9 months ago
  32. 66c9b84 Fix typo in documentation by Gilles Peskine · 3 years, 10 months ago
  33. ac253ea Fix copypasta in comment by Gilles Peskine · 3 years, 10 months ago
  34. 93365a7 Rename variable to avoid a name clash by Gilles Peskine · 4 years ago
  35. ba951f5 Move the list of Base64 digits out of the test data by Gilles Peskine · 4 years ago
  36. c1776a0 Move declarations of testing-only base64 functions to their own header by Gilles Peskine · 4 years ago
  37. 680747b Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
  38. 2729878 Mark output as public before testing it by Gilles Peskine · 4 years ago
  39. 9879844 Fix printf format signedness error by Gilles Peskine · 4 years ago
  40. a64417a Add unit tests for base64 internal functions by Gilles Peskine · 4 years ago
  41. d7d3279 Expose internal base64 functions for testing by Gilles Peskine · 4 years ago
  42. 9a2114c load_roots: properly error out on an invalid option by Gilles Peskine · 4 years ago
  43. 01997e1 load_roots: fix no-argument detection by Gilles Peskine · 4 years ago
  44. 618a70e load_roots: arguments must be files by Gilles Peskine · 4 years ago
  45. 8635e23 mask_of_range: simplify high comparison by Gilles Peskine · 4 years ago
  46. 67468e8 Base64 decode: simplify local variables (n) by Gilles Peskine · 4 years ago
  47. 66884e6 Base64 range-based constant-flow code: changelog entry by Gilles Peskine · 4 years ago
  48. 2c4a368 Base64 encoding: use ranges instead of tables by Gilles Peskine · 4 years ago
  49. 1121cd2 Base64 decode: simplify local variables by Gilles Peskine · 4 years ago
  50. ab04335 Base64 decoding: use ranges instead of tables by Gilles Peskine · 4 years ago
  51. b553eaa Base64 decoding: don't use the table for '=' by Gilles Peskine · 4 years ago
  52. 2c1442e New sample program to benchmark certificate loading by Gilles Peskine · 4 years ago
  53. 4fa0725 Merge pull request #5002 from mstarzyk-mobica/psa_output_buffer_limitation by Gilles Peskine · 3 years, 10 months ago
  54. 3ee10e8 Fix unused variable in generate_psa_tests.py by David Horstmann · 3 years, 10 months ago
  55. 48a0553 Document the CMake generated files capability by David Horstmann · 3 years, 10 months ago
  56. 7749651 Turn GEN_FILES off by default on windows by David Horstmann · 3 years, 10 months ago
  57. 65d8c69 Remove unnecessary check for ';' in filenames by David Horstmann · 3 years, 10 months ago
  58. a8d1406 Rename DEV_MODE to GEN_FILES by David Horstmann · 3 years, 10 months ago
  59. 3e30ad9 Use MBEDTLS_PYTHON_EXECUTABLE by David Horstmann · 3 years, 10 months ago
  60. f602eb1 Add comment explaining generate_psa_code.py by David Horstmann · 3 years, 10 months ago
  61. 7570d24 Fix issue with DEV_MODE=OFF case by David Horstmann · 3 years, 10 months ago
  62. ff0a3b3 Improve error message in generate_query_config.pl by David Horstmann · 3 years, 10 months ago
  63. d64f4b2 Fix assorted spelling and wording issues by David Horstmann · 3 years, 10 months ago
  64. ae7bd35 Select test data directory using generated list by David Horstmann · 3 years, 10 months ago
  65. b3a5424 Add function to remove last filename extension by David Horstmann · 3 years, 10 months ago
  66. 1732b5d Move test link_to_source() calls into a foreach by David Horstmann · 3 years, 10 months ago
  67. 7b78ec8 Change variable name to lowercase by David Horstmann · 3 years, 10 months ago
  68. e12e7f4 Get generated data file list from script by David Horstmann · 3 years, 10 months ago
  69. 9327fb3 Fix test_ref_config component of all.sh by Manuel Pégourié-Gonnard · 4 years ago
  70. bfe54d7 Cleanup: rm all files generated by cmake by Manuel Pégourié-Gonnard · 4 years ago
  71. 389150d Cleanup: remove *.datax files with CMake by Manuel Pégourié-Gonnard · 4 years ago
  72. e90e405 Introduce "Dev mode" option by Manuel Pégourié-Gonnard · 4 years ago
  73. 313bcfc Stop writing to the source tree. by Manuel Pégourié-Gonnard · 4 years ago
  74. ce3ba8f Allow CMake to run generate_psa_tests by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  75. a9cb894 Add --directory option to generate_psa_tests.py by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  76. 42681f3 Improve formatting of CMake file by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  77. 15a42c3 Allow CMake to generate psa_constant_names_generated.c by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  78. 86cfa6c Allow CMake to generate query_config.c by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  79. 3a8413d Allow generate_query_config.pl to take arguments by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  80. aedca0c Simplify source declarations in ssl/CMakeLists.txt by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  81. 65a7203 Allow cmake to generate version_features.c by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  82. cbdedc5 Allow cmake to generate error.c by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  83. 188468b Add reference link for Random definition by Jerry Yu · 3 years, 10 months ago
  84. ad3a113 Remove MBEDTLS_SSL_EXPORT_KEYS by Jerry Yu · 3 years, 10 months ago
  85. 7a186a0 fix comment issue by Jerry Yu · 3 years, 10 months ago
  86. 337d531 replace md_max_size with tls13_md_max_size by Jerry Yu · 3 years, 10 months ago
  87. 745bb61 Fix format issue and enhance test by Jerry Yu · 3 years, 10 months ago
  88. 193f0e7 fix build fail on tls1_3_md_max_size by Jerry Yu · 3 years, 10 months ago
  89. b85277e Address various issues by Jerry Yu · 3 years, 10 months ago
  90. 435208a Improve generate_handshake_keys by Jerry Yu · 3 years, 10 months ago
  91. f532bb2 Change MD size for tls13 keys by Jerry Yu · 3 years, 10 months ago
  92. c068b66 Rename tls13 prefix to fix coding issues by Jerry Yu · 3 years, 10 months ago
  93. 4a17338 fix various issues by Jerry Yu · 3 years, 10 months ago
  94. f0ac235 Refactor key_schedule_stage_handshake by Jerry Yu · 3 years, 10 months ago
  95. 5ccfcd4 Add local variable to represent handshake by Jerry Yu · 3 years, 10 months ago
  96. 42920ec tls1_3:skip handshake msg test with PSA_CRYPTO by Jerry Yu · 3 years, 10 months ago
  97. de4fb2c Apply check read ptr macro by Jerry Yu · 3 years, 11 months ago
  98. fd532e5 fix set key exchange mode issue by Jerry Yu · 3 years, 11 months ago
  99. 4ae2d62 Improve tls13 handshake test by Jerry Yu · 3 years, 11 months ago
  100. 0b17784 Add finalize function by Jerry Yu · 4 years ago