1. cb67e1a Merge pull request #5917 from gilles-peskine-arm/asn1write-0-fix by Ronald Cron · 3 years, 1 month ago
  2. bcde39c Merge pull request #5612 from tom-cosgrove-arm/tls13-config-options by Ronald Cron · 3 years, 1 month ago
  3. 31fcfd5 Merge pull request #5981 from mprse/hkdf_config_fix by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  4. d7adb3c Add comments about MBEDTLS_PSA_CRYPTO_C also being required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
  5. afb2fe1 Document that MBEDTLS_SSL_KEEP_PEER_CERTIFICATE is required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
  6. 1dc6848 Merge pull request #5976 from gilles-peskine-arm/selftest-calloc-pointer-comparison-fix-development by Dave Rodgman · 3 years, 1 month ago
  7. 2f244c4 Merge pull request #5980 from mprse/md_dep_fix by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  8. 7898fd4 Merge pull request #5970 from gabor-mezei-arm/5229_Send_dummy_change_cipher_spec_records_from_server by Ronald Cron · 3 years, 1 month ago
  9. d86abf2 Merge pull request #5861 from wernerlewis/csr_subject_comma by Gilles Peskine · 3 years, 1 month ago
  10. 7d14c19 Merge pull request #5905 from gilles-peskine-arm/changelog-improvements-20220609-development by Gilles Peskine · 3 years, 1 month ago
  11. 9e4b7bd Do not force TLS 1.3 on client side for TLS 1.3 middlebox compatibility tests by Gabor Mezei · 3 years, 1 month ago
  12. f7044ea Fix name by Gabor Mezei · 3 years, 1 month ago
  13. e99ec7c Merge pull request #5908 from ronald-cron-arm/tls13-fixes-doc by Ronald Cron · 3 years, 1 month ago
  14. 96ae926 Typo by Gabor Mezei · 3 years, 1 month ago
  15. 5471912 Move switching to handshake transform after sending CCS record by Gabor Mezei · 3 years, 1 month ago
  16. 05ebf3b Revert "Do not encrypt CCS records" by Gabor Mezei · 3 years, 1 month ago
  17. 4dc8744 ssl_tls13_parse_certificate_verify(): optimize the code by Przemek Stekiel · 3 years, 1 month ago
  18. 273453f Merge pull request #5983 from gstrauss/inline-mbedtls_x509_dn_get_next by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  19. 6b14c69 Improve documentation by Ronald Cron · 3 years, 1 month ago
  20. 11b5332 tls13: Fix certificate extension size write by Ronald Cron · 3 years, 2 months ago
  21. 139d0aa Fix typo in documentation by Ronald Cron · 3 years, 2 months ago
  22. 81a334f tls13: Fix buffer overread checks in ssl_tls13_parse_alpn_ext() by Ronald Cron · 3 years, 2 months ago
  23. 585cd70 tests: ssl: Fix coverity deadcode issue by Ronald Cron · 3 years, 2 months ago
  24. 7b84046 tls13: Rename ssl_tls13_write_hello_retry_request_coordinate by Ronald Cron · 3 years, 2 months ago
  25. fb508b8 tls13: Move state changes up to state main handler by Ronald Cron · 3 years, 2 months ago
  26. 63dc463 tls13: Simplify switch to the inbound handshake keys on server side by Ronald Cron · 3 years, 2 months ago
  27. 5afb904 tls13: Move out of place handshake field reset by Ronald Cron · 3 years, 2 months ago
  28. 828aff6 tls13: Rename server_hello_coordinate to preprocess_server_hello by Ronald Cron · 3 years, 2 months ago
  29. db5dfa1 tls13: Move ServerHello fetch to the ServerHello top handler by Ronald Cron · 3 years, 2 months ago
  30. 44b23b1 tls13: Document TLS 1.3 handshake implementation by Ronald Cron · 3 years, 2 months ago
  31. 9d6a545 tls13: Re-organize EncryptedExtensions message parsing code by Ronald Cron · 3 years, 2 months ago
  32. 154d1b6 tls13: Fix wrong usage of MBEDTLS_SSL_CHK_BUF(_READ)_PTR macros by Ronald Cron · 3 years, 2 months ago
  33. c808359 tls13: Fix pointer calculation before space check by Ronald Cron · 3 years, 2 months ago
  34. 2827106 tls13: Add missing buffer overread check by Ronald Cron · 3 years, 2 months ago
  35. b94854f Merge pull request #5973 from ronald-cron-arm/tls13-misc-tests by Ronald Cron · 3 years, 1 month ago
  36. 5969a4b Don't call memcpy(NULL, 0) which has undefined behavior by Gilles Peskine · 3 years, 1 month ago
  37. bf918b9 Use headlinese for added functions, per request by Gilles Peskine · 3 years, 1 month ago
  38. 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
  39. 18399d8 Add comment to config_psa.h about enabling PSA_HKDF/PSA_HKDF_EXRACT/PSA_HKDF_EXPAND algs by Przemek Stekiel · 3 years, 1 month ago
  40. f5b7082 Merge pull request #5811 from polhenarejos/bug_x448 by Dave Rodgman · 3 years, 1 month ago
  41. 9b0e940 Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
  42. 9e30fc9 Remove redundant spaces by Przemek Stekiel · 3 years, 1 month ago
  43. fd8cfe4 Replace parsing with outputting by Werner Lewis · 3 years, 1 month ago
  44. 31ecb96 Add tests for exceeded buffer size by Werner Lewis · 3 years, 2 months ago
  45. b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
  46. 6a5e018 ssl_tls13_parse_certificate_verify(): remove md dependency by Przemek Stekiel · 3 years, 1 month ago
  47. 6230d0d mbedtls_x509_sig_alg_gets(): remove md dependency by Przemek Stekiel · 3 years, 1 month ago
  48. a8d79b9 ssl-opt.sh: Remove one pattern check by Ronald Cron · 3 years, 1 month ago
  49. 07040bb Merge pull request #5951 from xkqian/tls13_add_alpn by Ronald Cron · 3 years, 1 month ago
  50. 0ff241a Remove largely useless bit of test log to silence GCC 12 by Gilles Peskine · 3 years, 1 month ago
  51. 21a1b2d Enable "Sending app data" SSL unit tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
  52. c78511b ssl-opt.sh: Enable some authentication tests for TLS 1.3 by Ronald Cron · 3 years, 2 months ago
  53. 1938588 tls13: Align some debug messages with TLS 1.2 ones by Ronald Cron · 3 years, 2 months ago
  54. a4417c1 ssl-opt.sh: Add Small/Large packets TLS 1.3 tests by Ronald Cron · 3 years, 1 month ago
  55. ba80d4d ssl-opt.sh: Enable Event-driven I/O tests for TLS 1.3 by Ronald Cron · 3 years, 1 month ago
  56. 2cffd28 ssl-opt.sh: Enable Non-blocking I/O tests for TLS 1.3 by Ronald Cron · 3 years, 1 month ago
  57. 0b776e2 Change some comments for alpn by XiaokangQian · 3 years, 1 month ago
  58. 93a7f7d Merge pull request #5954 from wernerlewis/x509_next_merged by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  59. fc425ee Merge pull request #5838 from mprse/HKDF_2 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  60. 95d5f54 Fix coding styles by XiaokangQian · 3 years, 1 month ago
  61. 3e5585b Replace TEST_ASSERT macro uses by Werner Lewis · 3 years, 1 month ago
  62. ac80a66 Reduce buffer sizes to expected size by Werner Lewis · 3 years, 1 month ago
  63. 1b0ebdf Zeroize hkdf_label buffer by Przemek Stekiel · 3 years, 1 month ago
  64. 38ab400 Adapt code to be consistent with the existing code by Przemek Stekiel · 3 years, 1 month ago
  65. c740345 Adress review comments by XiaokangQian · 3 years, 1 month ago
  66. 96ec831 Do not encrypt CCS records by Gabor Mezei · 3 years, 2 months ago
  67. 7e2dbaf Add test for dummy CCS records by Gabor Mezei · 3 years, 2 months ago
  68. 7b39bf1 Send dummy change_cipher_spec records from TLS 1.3 server by Gabor Mezei · 3 years, 2 months ago
  69. acb3992 Add ALPN extension to the server side by XiaokangQian · 3 years, 2 months ago
  70. b33bd19 Enable HKDF EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 2 months ago
  71. d5ae365 Use PSA HKDF-Extrat/Expand algs instead mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_xpand() by Przemek Stekiel · 3 years, 3 months ago
  72. 88e7101 Remove mbedtls_psa_hkdf_extract(), mbedtls_psa_hkdf_expand() by Przemek Stekiel · 3 years, 3 months ago
  73. 0c9e74b Remove mbedtls_psa_hkdf_expand() and mbedtls_psa_hkdf_extract() tests by Przemek Stekiel · 3 years, 3 months ago
  74. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  75. 12657cd Remove binary int use by Werner Lewis · 3 years, 2 months ago
  76. 90c46c3 Use consistent test case names by Werner Lewis · 3 years, 2 months ago
  77. 2f1d510 Fix incorrect param in function declaration by Werner Lewis · 3 years, 2 months ago
  78. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  79. eb8570f Fix missing newline by Dave Rodgman · 3 years, 2 months ago
  80. 5cab9da fix whitespace by Dave Rodgman · 3 years, 2 months ago
  81. 5708046 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
  82. ca3c6a5 Merge pull request #5817 from xkqian/tls13_add_server_name by Ronald Cron · 3 years, 2 months ago
  83. 6194053 ASN.1: test that we can parse what we can write by Gilles Peskine · 3 years, 2 months ago
  84. b7e215f Fix copypasta in test data by Gilles Peskine · 3 years, 2 months ago
  85. 75fe8c7 Change place of ssl_tls13_check_ephemeral_key_exchange by XiaokangQian · 3 years, 2 months ago
  86. 4ccd226 Merge pull request #5864 from xkqian/tls13_add_comprehensive_cases by Ronald Cron · 3 years, 2 months ago
  87. fb665a8 Adress the comments about styles and pick_cert by XiaokangQian · 3 years, 2 months ago
  88. 6c9fd61 exercise_key_agreement_key: add special handling for HKDF_EXPAND by Przemek Stekiel · 3 years, 2 months ago
  89. d898745 exercise_key_agreement_key: provide SALT for HKDF_EXTRACT by Przemek Stekiel · 3 years, 2 months ago
  90. 69c4679 Adapt macro name to meet requested criteria: MBEDTLS_PSA_BUILTIN_ALG_ANY_HKDF->BUILTIN_ALG_ANY_HKDF by Przemek Stekiel · 3 years, 2 months ago
  91. 3ed1623 Refine server side SNI test cases by XiaokangQian · 3 years, 2 months ago
  92. 07aad07 Refine function name ssl_tls13_pick_key_cert by XiaokangQian · 3 years, 2 months ago
  93. 81802f4 Select certificate base on the received signature list by XiaokangQian · 3 years, 2 months ago
  94. b7c12a4 Refactor compat scripts by Jerry Yu · 3 years, 2 months ago
  95. 2c2730a ASN.1 write tests: test with larger buffer by Gilles Peskine · 3 years, 2 months ago
  96. 321a089 Fix bug whereby 0 was written as 0200 rather than 020100 by Gilles Peskine · 3 years, 2 months ago
  97. c9a30fb Add MPI write tests when the MPI object has a leading zero limb by Gilles Peskine · 3 years, 2 months ago
  98. 0ab804a Fix mismatch between test data and test description by Gilles Peskine · 3 years, 2 months ago
  99. d8579b7 Uncomment mbedtls_asn1_write_mpi tests with leading 1 bit by Gilles Peskine · 3 years, 2 months ago
  100. 9b938b7 Share code with base class in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 2 months ago