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