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