1. 93a3ca6 Merge pull request #4413 from gilles-peskine-arm/tls_ext_cid-config by Manuel Pégourié-Gonnard · 4 years ago
  2. f11724b Merge pull request #4861 from yuhaoth/pr/add-openssl-gnutls-tls1_3-check by Manuel Pégourié-Gonnard · 4 years ago
  3. 4512f21 Merge pull request #3572 from mpg/add-arm-linux-build by Manuel Pégourié-Gonnard · 4 years ago
  4. 5e34456 Merge pull request #4858 from hanno-arm/upstream_tls13_transforms by Manuel Pégourié-Gonnard · 4 years ago
  5. 2fb897e Merge pull request #4852 from hanno-arm/unify_cli_srv_hs_step by Manuel Pégourié-Gonnard · 4 years ago
  6. b7745d2 Merge pull request #4834 from hanno-arm/msg_layer_reset_helper by Manuel Pégourié-Gonnard · 4 years ago
  7. 409c8f6 Merge pull request #4851 from hanno-arm/hs_msg_without_checksum by Manuel Pégourié-Gonnard · 4 years ago
  8. 7dd2f50 Allow configuring MBEDTLS_TLS_EXT_CID at compile time by Gilles Peskine · 4 years, 3 months ago
  9. e043d15 Turn comments of 1.3 record transforms into Doxygen documentation by Hanno Becker · 4 years ago
  10. 2aec149 Merge pull request #4248 from hanno-arm/tls13_populate_transform by Dave Rodgman · 4 years ago
  11. 0402979 Add openssl/gnutls tls1.3 feature tests. by Jerry Yu · 4 years ago
  12. 448c807 Merge pull request #4853 from yuhaoth/pr/add-tls13-config-check-and-dummy-handshake by Manuel Pégourié-Gonnard · 4 years ago
  13. 3aa186f Add transforms to be used for TLS 1.3 by Hanno Becker · 4 years ago
  14. 0e719ff Improve the documentation of legacy msg layer transforms by Hanno Becker · 4 years ago
  15. b6bbbb1 Fix typo in documentation of ssl->transform_out by Hanno Becker · 4 years ago
  16. b9930e7 Add dummy tls1.3 handshake dispatch functions by Jerry Yu · 4 years ago
  17. 3cc4c2a Add dummy ssl_tls13_{client,server}.c by Jerry Yu · 4 years ago
  18. b19ccc3 fix test_suite_debug test fail by Jerry Yu · 4 years ago
  19. c46e9b4 tests: Add negative version config tests. by Jerry Yu · 4 years ago
  20. 60835a8 Add config check utils functions by Jerry Yu · 4 years ago
  21. f8f88d6 Merge pull request #4746 from gilles-peskine-arm/bump-version-3.0 by Janos Follath · 4 years ago
  22. 2a572cf Move socket setup behind ssl structure setup. by Jerry Yu · 4 years ago
  23. b1dc59a Add tls1.3 parameters to ssl_{client,server2} by Jerry Yu · 4 years ago
  24. 41934dd Share preparatory code between client and server handshake steps by Hanno Becker · 4 years ago
  25. f3cce8b Add handshake message writing variant that doesn't update checksum by Hanno Becker · 4 years ago
  26. 78f6f05 Merge pull request #4695 from yutotakano/fix-ssl-opt.sh-hard-abort by Gilles Peskine · 4 years ago
  27. 3fbc5d3 Merge pull request #4815 from gilles-peskine-arm/generate_errors-multiline-3.0 by Gilles Peskine · 4 years ago
  28. cfb5d39 Merge pull request #4659 from spencer-burke/fixing_4222 by Gilles Peskine · 4 years ago
  29. ae505ee Fix missing dependency on Travis by Manuel Pégourié-Gonnard · 4 years, 1 month ago
  30. efd14bf Enable arm-linux-gnueabi-gcc build on Travis by Manuel Pégourié-Gonnard · 5 years ago
  31. 3a6c769 Add arm-linux-gnueabi-gcc build to all.sh by Manuel Pégourié-Gonnard · 5 years ago
  32. b0302c4 Move messaging related session reset into separate helper function by Hanno Becker · 4 years ago
  33. 58887ba Show warnings if something looks wrong by Gilles Peskine · 4 years ago
  34. 7f8e277 Document the big regex by Gilles Peskine · 4 years ago
  35. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  36. 05aa543 Better support multiline comments for MBEDTLS_ERR_xxx by Gilles Peskine · 4 years ago
  37. 47b0956 More flexible parsing of Doxygen comments for MBEDTLS_ERR_xxx by Gilles Peskine · 4 years ago
  38. 8bb9b80 Merge pull request #4806 from hanno-arm/ssl_session_serialization_version by Gilles Peskine · 4 years ago
  39. fa0d61e Fix typo by Hanno Becker · 4 years ago
  40. d7e4b2c Remove duplicated test from SSL test suite by Hanno Becker · 4 years ago
  41. 6c53ecc all.sh: Run basic TLS 1.3 with and without record padding by Hanno Becker · 4 years ago
  42. 1f91878 Specify padding granularity in TLS 1.3 record protection KATs by Hanno Becker · 4 years ago
  43. dfba065 Adjust ssl_tls13_keys.c to consolidated CID/1.3 padding granularity by Hanno Becker · 4 years ago
  44. c0da10d Remove TLS 1.3 specific code from TLS <= 1.2 transform generator by Hanno Becker · 4 years, 4 months ago
  45. f62a730 Add missing semicolon in TLS 1.3 transform generation code by Hanno Becker · 4 years, 4 months ago
  46. 4153745 Add comment regarding the wire-version used in TLS 1.3 records by Hanno Becker · 4 years, 4 months ago
  47. edd5bf0 Fix and document minimum length of record ciphertext in TLS 1.3 by Hanno Becker · 4 years, 4 months ago
  48. 7887a77 Match parameter check in TLS 1.3 populate transform to 1.2 version by Hanno Becker · 4 years, 4 months ago
  49. 80e760e Fix memory leak in TLS 1.3 record protection unit test by Hanno Becker · 4 years, 5 months ago
  50. a77d005 Add known answer tests for TLS 1.3 record protection by Hanno Becker · 4 years, 5 months ago
  51. 79e2d1b Fix AEAD additional data computation for TLS 1.3 by Hanno Becker · 4 years, 5 months ago
  52. c94060c Add TLS 1.3 specific key to SSL transform conversion function by Hanno Becker · 4 years, 5 months ago
  53. bd25755 Rename ssl_populate_transform() -> ssl_tls12_populate_transform() by Hanno Becker · 4 years, 5 months ago
  54. 5772313 Document temporary overlap of TLS version in SSL context and session by Hanno Becker · 4 years ago
  55. dce5097 Prefix "version" with "library" or "protocol" to avoid ambiguity by Hanno Becker · 4 years ago
  56. 37bdbe6 Remove mentions of truncated HMAC from ssl_tls.c by Hanno Becker · 4 years ago
  57. 6981347 Merge pull request #4758 from paul-elliott-arm/fix_cipher_output_size by Gilles Peskine · 4 years ago
  58. 677c6c4 Merge pull request #4801 from hanno-arm/ssl_session_exported_private by Dave Rodgman · 4 years ago
  59. 8da9dc0 Merge pull request #4748 from TRodziewicz/re-introduce_ext_checks_for_psa_unlock-wipe_key_slot by Manuel Pégourié-Gonnard · 4 years ago
  60. 1a515d1 Merge pull request #4777 from gilles-peskine-arm/save-coverage-summary-3.0 by Manuel Pégourié-Gonnard · 4 years ago
  61. 06672ef Merge pull request #4776 from gilles-peskine-arm/generate_psa_tests-robutness-202107 by Manuel Pégourié-Gonnard · 4 years ago
  62. b637150 Merge pull request #4730 from TRodziewicz/finish_removing_tls_1.0_and_1.1 by Manuel Pégourié-Gonnard · 4 years ago
  63. b4b184a Remove reference to compat-1.2.h by Gilles Peskine · 4 years ago
  64. 3c62693 Merge pull request #4701 from gilles-peskine-arm/make_generated_files-non_english-3.0 by Ronald Cron · 4 years ago
  65. fadbdbb Store TLS version in SSL session structure by Hanno Becker · 4 years ago
  66. 3b9bea0 Merge pull request #4750 from yutotakano/fix-reserved-identifier-clash by Gilles Peskine · 4 years, 1 month ago
  67. 5d26efd Add ChangeLog entry by Hanno Becker · 4 years, 1 month ago
  68. 0379942 Explicitly mark mbedtls_ssl_config.respect_cli_pref as private by Hanno Becker · 4 years, 1 month ago
  69. 95832d8 Explicitly mark mbedtls_ssl_session.exported as private by Hanno Becker · 4 years, 1 month ago
  70. d8d1932 Fix mixup about the directory containing the success indicator file by Gilles Peskine · 4 years, 1 month ago
  71. dfce58f Merge pull request #4753 from JoeSubbiani/TestBlockSizes_dev by Ronald Cron · 4 years, 1 month ago
  72. 6ee3b7e More robust failure detection for the coverage report generation by Gilles Peskine · 4 years, 1 month ago
  73. b969570 Explain the final error checking by Gilles Peskine · 4 years, 1 month ago
  74. a1c9fbe Merge pull request #4626 from SiliconLabs/arch_silabs_3399 by Gilles Peskine · 4 years, 1 month ago
  75. 3daaea8 Changing the places of the mbedtls_test_hook_test_fail callback declaration by TRodziewicz · 4 years, 1 month ago
  76. ac6cc9f Merge pull request #4784 from gilles-peskine-arm/psa-storage-format-test-strategy-20210511-3.0 by Ronald Cron · 4 years, 1 month ago
  77. 8ec3c8f Do not require test data to be in the repository by Gilles Peskine · 4 years, 3 months ago
  78. b91f81a Discuss lifetimes, in particular persistence levels by Gilles Peskine · 4 years, 3 months ago
  79. 77f8e5c Add considerations on key material representations by Gilles Peskine · 4 years, 3 months ago
  80. d131e40 Clarification: forward and backward compatibility by Gilles Peskine · 4 years, 3 months ago
  81. f31c6c1 Typo by Gilles Peskine · 4 years, 3 months ago
  82. 12c7741 Removing unneded extern declaration of a callback and including common.h where the cb is needed by TRodziewicz · 4 years, 1 month ago
  83. 5ccdc55 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  84. 113d80c Simplify the test and description by Joe Subbiani · 4 years, 1 month ago
  85. 64df5f8 Add Changelog entry by Paul Elliott · 4 years, 1 month ago
  86. a417f56 Add non regression test for cipher output size by Paul Elliott · 4 years, 1 month ago
  87. 6603e2b Add fix to update output size macro as well. by Paul Elliott · 4 years, 1 month ago
  88. c22950c Change PSA Cipher macro safety to use block length by Paul Elliott · 4 years, 1 month ago
  89. 554e64e Add a changelog for Armmbed#4626 by Archana · 4 years, 1 month ago
  90. ff58686 Add ChangeLog entry for reserved identifier replacments by Yuto Takano · 4 years, 1 month ago
  91. 538a0cb Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  92. c9890e9 Rewording comments by TRodziewicz · 4 years, 1 month ago
  93. fc70b52 Save the coverage report to a file by Gilles Peskine · 4 years, 1 month ago
  94. bbced87 Show the udp_proxy seed in the console log by Gilles Peskine · 4 years, 1 month ago
  95. a3d2264 Only run an unbridled parallel make (make -j) if MAKEFLAGS is unset by Gilles Peskine · 4 years, 1 month ago
  96. 6ee3bc0 Fix typo in test dependencies by Gilles Peskine · 4 years, 1 month ago
  97. e9ad95a Error out if enumerating the generated data files fails by Gilles Peskine · 4 years, 1 month ago
  98. 8b427c8 Use python3 when building on non-Windows for Windows by Gilles Peskine · 4 years, 1 month ago
  99. 5df77c6 Fix race condition when running generate_psa_tests.py by Gilles Peskine · 4 years, 1 month ago
  100. bf4d0ce Remove obsolete MBEDTLS_xxx dependencies by Gilles Peskine · 4 years, 1 month ago