1. 7b2d4ef Change the buffer boundary check and alert type by XiaokangQian · 3 years, 10 months ago
  2. 8db25ff Encrypted Extensions: Change extensions length check by XiaokangQian · 3 years, 10 months ago
  3. 97799ac Encrypted Extensions: Align code style and some check logic by XiaokangQian · 3 years, 10 months ago
  4. 08da26c Refine encrypted extensions parse function by XiaokangQian · 3 years, 10 months ago
  5. 140f045 Encrypted Extension: Align the code style of buffer pointer by XiaokangQian · 3 years, 10 months ago
  6. e87e592 Fix some issues such as naming mismatch based on comments. by XiaokangQian · 3 years, 11 months ago
  7. c1fe000 TLS1.3: Solve check name issue-macro definition by XiaokangQian · 3 years, 11 months ago
  8. 2d5c72b TLS1.3: Add Encrypted Extensions by XiaokangQian · 3 years, 11 months ago
  9. 5893246 Merge pull request #4919 from yuhaoth/pr/add-tls13-server-hello-parser by Ronald Cron · 3 years, 9 months ago
  10. cbe4a05 Merge pull request #5090 from gilles-peskine-arm/ssl-opt-resend-retry-3.0 by paul-elliott-arm · 3 years, 9 months ago
  11. 475bfe6 Merge pull request #5108 from gilles-peskine-arm/base64-no-table-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  12. 9317e09 Merge pull request #5007 from mprse/pk_opaque by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  13. bb5d483 ssl-opt.sh: adapt paramteters of key opaque cases by Przemyslaw Stekiel · 3 years, 9 months ago
  14. c2d2f21 ssl_client2/ssl_server_2: use PSA_ALG_ANY_HASH as algorithm for opaque key by Przemyslaw Stekiel · 3 years, 9 months ago
  15. 148d3d7 Merge pull request #5066 from paul-elliott-arm/ssl_opt_fixes by paul-elliott-arm · 3 years, 9 months ago
  16. c8cc1ff Merge pull request #5062 from mprse/issue_4056 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  17. e6d7e5c move CLIENT/SERVER_HELLO_RANDOM_LEN to `ssl_misc.h` by Jerry Yu · 3 years, 9 months ago
  18. 66c9b84 Fix typo in documentation by Gilles Peskine · 3 years, 10 months ago
  19. ac253ea Fix copypasta in comment by Gilles Peskine · 3 years, 10 months ago
  20. 93365a7 Rename variable to avoid a name clash by Gilles Peskine · 4 years ago
  21. ba951f5 Move the list of Base64 digits out of the test data by Gilles Peskine · 4 years ago
  22. c1776a0 Move declarations of testing-only base64 functions to their own header by Gilles Peskine · 4 years ago
  23. 680747b Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
  24. 2729878 Mark output as public before testing it by Gilles Peskine · 4 years ago
  25. 9879844 Fix printf format signedness error by Gilles Peskine · 4 years ago
  26. a64417a Add unit tests for base64 internal functions by Gilles Peskine · 4 years ago
  27. d7d3279 Expose internal base64 functions for testing by Gilles Peskine · 4 years ago
  28. 9a2114c load_roots: properly error out on an invalid option by Gilles Peskine · 4 years ago
  29. 01997e1 load_roots: fix no-argument detection by Gilles Peskine · 4 years ago
  30. 618a70e load_roots: arguments must be files by Gilles Peskine · 4 years ago
  31. 8635e23 mask_of_range: simplify high comparison by Gilles Peskine · 4 years ago
  32. 67468e8 Base64 decode: simplify local variables (n) by Gilles Peskine · 4 years ago
  33. 66884e6 Base64 range-based constant-flow code: changelog entry by Gilles Peskine · 4 years ago
  34. 2c4a368 Base64 encoding: use ranges instead of tables by Gilles Peskine · 4 years ago
  35. 1121cd2 Base64 decode: simplify local variables by Gilles Peskine · 4 years ago
  36. ab04335 Base64 decoding: use ranges instead of tables by Gilles Peskine · 4 years ago
  37. b553eaa Base64 decoding: don't use the table for '=' by Gilles Peskine · 4 years ago
  38. 2c1442e New sample program to benchmark certificate loading by Gilles Peskine · 4 years ago
  39. 4fa0725 Merge pull request #5002 from mstarzyk-mobica/psa_output_buffer_limitation by Gilles Peskine · 3 years, 10 months ago
  40. 188468b Add reference link for Random definition by Jerry Yu · 3 years, 10 months ago
  41. ad3a113 Remove MBEDTLS_SSL_EXPORT_KEYS by Jerry Yu · 3 years, 10 months ago
  42. 7a186a0 fix comment issue by Jerry Yu · 3 years, 10 months ago
  43. 337d531 replace md_max_size with tls13_md_max_size by Jerry Yu · 3 years, 10 months ago
  44. 745bb61 Fix format issue and enhance test by Jerry Yu · 3 years, 10 months ago
  45. 193f0e7 fix build fail on tls1_3_md_max_size by Jerry Yu · 3 years, 10 months ago
  46. b85277e Address various issues by Jerry Yu · 3 years, 10 months ago
  47. 435208a Improve generate_handshake_keys by Jerry Yu · 3 years, 10 months ago
  48. f532bb2 Change MD size for tls13 keys by Jerry Yu · 3 years, 10 months ago
  49. c068b66 Rename tls13 prefix to fix coding issues by Jerry Yu · 3 years, 10 months ago
  50. 4a17338 fix various issues by Jerry Yu · 3 years, 10 months ago
  51. f0ac235 Refactor key_schedule_stage_handshake by Jerry Yu · 3 years, 10 months ago
  52. 5ccfcd4 Add local variable to represent handshake by Jerry Yu · 3 years, 10 months ago
  53. 42920ec tls1_3:skip handshake msg test with PSA_CRYPTO by Jerry Yu · 3 years, 10 months ago
  54. de4fb2c Apply check read ptr macro by Jerry Yu · 3 years, 11 months ago
  55. fd532e5 fix set key exchange mode issue by Jerry Yu · 3 years, 11 months ago
  56. 4ae2d62 Improve tls13 handshake test by Jerry Yu · 3 years, 11 months ago
  57. 0b17784 Add finalize function by Jerry Yu · 4 years ago
  58. e1b9c29 Add read_server_hello by Jerry Yu · 4 years ago
  59. 1efa815 tls13: add ecdh_read_public by Jerry Yu · 4 years ago
  60. a0650eb tls13: add handshake key schedule by Jerry Yu · 4 years ago
  61. 61e35e0 tls13: add generate handshake keys by Jerry Yu · 3 years, 11 months ago
  62. f7946a6 Merge pull request #5091 from gilles-peskine-arm/test_equal_verbose by Gilles Peskine · 3 years, 10 months ago
  63. 30bd7fa Change error code for MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL. by Mateusz Starzyk · 3 years, 10 months ago
  64. e05e126 Remove bash specific code by Paul Elliott · 3 years, 10 months ago
  65. 33d01ff Remove redundant value assignemnt to olen. by Mateusz Starzyk · 3 years, 10 months ago
  66. 8132c2f Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  67. 788ad33 Move is-it-resend logic into a function by Gilles Peskine · 3 years, 10 months ago
  68. 89615ee Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  69. 9202ba3 Merge pull request #4960 from mpg/cleanup-tls-cipher-psa-3.x by Gilles Peskine · 3 years, 10 months ago
  70. 58ed8a7 Remove use of -p with lsof by Paul Elliott · 3 years, 10 months ago
  71. f11d30e Retry if a test case fails because of an unexpected resend by Gilles Peskine · 3 years, 10 months ago
  72. 0e3534c Move retry logic into check_test_failure by Gilles Peskine · 3 years, 10 months ago
  73. 196d73b Move the core loop of run_test into an auxiliary function by Gilles Peskine · 3 years, 10 months ago
  74. 236bf98 Move some code of run_test into auxiliary functions by Gilles Peskine · 3 years, 10 months ago
  75. 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
  76. e7997c4 Merge pull request #5085 from daverodgman/fix_naming by Gilles Peskine · 3 years, 10 months ago
  77. bf21c07 Merge pull request #5072 from mprse/issue_5065 by Gilles Peskine · 3 years, 10 months ago
  78. c8aaac8 Fix naming examples in TLS 1.3 style guide by Dave Rodgman · 3 years, 10 months ago
  79. 7637ab0 Merge pull request #5037 from mprse/issue_4551 by Gilles Peskine · 3 years, 10 months ago
  80. 0d4640a Merge pull request #4984 from gilles-peskine-arm/check-names-files by Gilles Peskine · 3 years, 10 months ago
  81. 316c4fa Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  82. 2bb5e9c Merge pull request #4760 from gilles-peskine-arm/ecb-alt-ret-3.0 by Gilles Peskine · 3 years, 10 months ago
  83. ed61c5e Add change-log file (issue #5065) by Przemyslaw Stekiel · 3 years, 10 months ago
  84. 1c66bf8 Merge pull request #5070 from mpg/fix-resumption-openssl-client-tests by Gilles Peskine · 3 years, 10 months ago
  85. 0421715 Use 127.0.0.1 rather than localhost by Paul Elliott · 3 years, 10 months ago
  86. 1428f25 Fix incorrect check for DTLS by Paul Elliott · 3 years, 10 months ago
  87. 09cfa18 Spelling fix by Paul Elliott · 3 years, 10 months ago
  88. 4cad4fc psa_crypto.c: use switch instead if-else in psa_aead_check_nonce_length and psa_aead_set_lengths (fixes #5065) by Przemyslaw Stekiel · 3 years, 10 months ago
  89. 1ecfdea all.sh: add full - MBEDTLS_CHACHAPOLY_C without PSA_WANT_ALG_GCM and PSA_WANT_ALG_CHACHA20_POLY1305 by Przemyslaw Stekiel · 3 years, 10 months ago
  90. d60950c Use newer OpenSSL for tests failing with the old by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  91. e3e16d5 Merge pull request #4982 from yuhaoth/pr/add-read-ptr-and-handshake-kex-modes by Ronald Cron · 3 years, 10 months ago
  92. 7780413 Use PSA_HASH_LENGTH instead hardcoded integer values by Przemyslaw Stekiel · 3 years, 10 months ago
  93. e23bba0 Merge pull request #4927 from yuhaoth/pr/add-tls13-serverhello-utils by Ronald Cron · 3 years, 10 months ago
  94. b576c7b Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  95. e4eefc7 Improve document for chk_buf_read_ptr by Jerry Yu · 3 years, 10 months ago
  96. fd320e9 Replace zeroize with memset by Jerry Yu · 3 years, 10 months ago
  97. 25f7063 enerate_psa_tests.py fix format by Przemyslaw Stekiel · 3 years, 10 months ago
  98. 88b756b move tls1_3 max md size by Jerry Yu · 3 years, 10 months ago
  99. d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
  100. d1ab262 define max md size for tls1_3 by Jerry Yu · 3 years, 10 months ago