1. 1869377 Merge pull request #4942 from yuhaoth/pr/add-tls13-client-dummy-state-handlers by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  2. 0729885 Merge pull request #4963 from ronald-cron-arm/tls13-mvp by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  3. 7fc96c1 Fix test description by Ronald Cron · 3 years, 10 months ago
  4. fb87721 Fix supported signature documentation by Ronald Cron · 3 years, 10 months ago
  5. 8ee9ed6 Fix and improve the documentation of supported groups by Ronald Cron · 3 years, 10 months ago
  6. 45cb82f Merge pull request #4918 from yuhaoth/pr/add-send-alert-message-macro by Ronald Cron · 3 years, 10 months ago
  7. ad8d0ba Keep consistency order. by Jerry Yu · 3 years, 10 months ago
  8. d52398d fix double underscore fail by Jerry Yu · 3 years, 10 months ago
  9. f164b6a Add an overview section by Ronald Cron · 3 years, 10 months ago
  10. 847c358 Expend coding rules by Ronald Cron · 3 years, 10 months ago
  11. 3e7c403 Miscellaneous improvements by Ronald Cron · 3 years, 10 months ago
  12. fecda8d Improve the description of common macros usage by Ronald Cron · 3 years, 10 months ago
  13. 99733f0 Amend vector variables by Ronald Cron · 3 years, 10 months ago
  14. b194466 Amend TLS 1.3 prefix by Ronald Cron · 3 years, 10 months ago
  15. 72064b3 Fix usage of backticks by Ronald Cron · 3 years, 10 months ago
  16. 660c723 Add paragraph about expected quality by Ronald Cron · 3 years, 10 months ago
  17. 7a7032a Remove out of MVP scope items by Ronald Cron · 3 years, 10 months ago
  18. c3b510f Amend supported groups and signatures based on spec 9.1 section by Ronald Cron · 3 years, 10 months ago
  19. 3160d70 Add comments about key_share and supported_versions support by Ronald Cron · 3 years, 10 months ago
  20. 85e5108 Add support for server_name extension by Ronald Cron · 3 years, 10 months ago
  21. 004df8a Improve comment about handshake failure with HRR and CertificateRequest by Ronald Cron · 3 years, 10 months ago
  22. 1fa5088 Improve comment about PSK TLS 1.3 configuration options by Ronald Cron · 3 years, 10 months ago
  23. b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
  24. 023987f Use GitHub table format by Ronald Cron · 3 years, 10 months ago
  25. def52c3 Remove obscure comment about TLS 1.3 renegotiation config option by Ronald Cron · 3 years, 10 months ago
  26. 3bf1f97 fix various issue on pending send alert by Jerry Yu · 3 years, 11 months ago
  27. bbd5a3f fix pending_alert issues by Jerry Yu · 3 years, 11 months ago
  28. 394ece6 Add function for set pending alert flag by Jerry Yu · 3 years, 11 months ago
  29. 33cedca fix comments issue by Jerry Yu · 3 years, 11 months ago
  30. e704781 add pend fatal alert by Jerry Yu · 3 years, 11 months ago
  31. e86cd65 fix unused-variable fail without MBEDTLS_DEBUG_C by Jerry Yu · 3 years, 10 months ago
  32. 860b4ee Rename `*_read_*` to `*_process_*` by Jerry Yu · 3 years, 10 months ago
  33. 6e81b27 Add client state number check by Jerry Yu · 3 years, 10 months ago
  34. 435756f Keep consistent order in dummy functions by Jerry Yu · 3 years, 11 months ago
  35. 6c98352 Move msvc compatible fix to `common.h` by Jerry Yu · 3 years, 11 months ago
  36. 3523a3b Improve dispatch tests by Jerry Yu · 3 years, 11 months ago
  37. 687101b tls13: add dummy state machine handler by Jerry Yu · 3 years, 11 months ago
  38. aafb21f Merge pull request #4968 from davidhorstmann-arm/fix-aarch64-asm-constraints by Gilles Peskine · 3 years, 10 months ago
  39. 27f84fc Merge pull request #4813 from JoeSubbiani/TranslateCiphersuite_dev by Ronald Cron · 3 years, 10 months ago
  40. bd4960c Merge pull request #4961 from mpg/doc-use-psa-crypto by Gilles Peskine · 3 years, 11 months ago
  41. c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 11 months ago
  42. 7500a0e Combine changelog entries for muladdc assembly fix by David Horstmann · 3 years, 11 months ago
  43. 9e4c020 Merge pull request #4969 from jclab-joseph/pr/fix/build-alpine by Gilles Peskine · 3 years, 11 months ago
  44. 13841cb Mention areas that are not (well) tested. by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  45. 9155b0e Clarify that 1.3 is excluded by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  46. ca91017 Improve wording and fix some typos. by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  47. d3ac4a9 Clarify wording of "not covered" section by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  48. 6113af6 Fix test code to can be built on alpine by joseph · 3 years, 11 months ago
  49. f2cb19f Merge pull request #4891 from yuhaoth/pr/enable-key-exchange-in-client-hello by Ronald Cron · 3 years, 11 months ago
  50. 11c81df Fix aarch64 assembly for bignum multiplication by David Horstmann · 3 years, 11 months ago
  51. 76e31ec Add gnutls version test for client hello by Jerry Yu · 3 years, 11 months ago
  52. 1e07869 Fix inaccuracy in key exchange summary by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  53. 3785c90 Define TLS 1.3 MVP and document coding rules by Ronald Cron · 3 years, 11 months ago
  54. 73a0e1d Document parts not covered by USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  55. f0f2294 Merge pull request #4708 from mstarzyk-mobica/ccm_chunked by Gilles Peskine · 3 years, 11 months ago
  56. 200bcf7 Remove warning about PSA Crypto being beta by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  57. 1b08c5f Document current effects of USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  58. 13b0beb Add docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  59. 304689e Merge pull request #4947 from gilles-peskine-arm/muladdc-amd64-memory-development by Gilles Peskine · 3 years, 11 months ago
  60. 93cb611 Merge pull request #4878 from SiliconLabs/remove_dependency_4877 by Gilles Peskine · 3 years, 11 months ago
  61. 133740b tests: Improve incomplete then overflow tests by Ronald Cron · 3 years, 11 months ago
  62. 5b1df10 Update the list of issues fixed by Gilles Peskine · 3 years, 11 months ago
  63. 7a5ab04 Add tls13 test with everst and ecp restartable by Jerry Yu · 3 years, 11 months ago
  64. 388bd0d fix various issues by Jerry Yu · 3 years, 11 months ago
  65. d337fbc x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
  66. dd1fb9e add mbedtls_ecdh_setup_no_everest by Jerry Yu · 3 years, 11 months ago
  67. bdc7188 Remove restartable and everest from tls1.3 by Jerry Yu · 3 years, 11 months ago
  68. cacec72 Merge pull request #4938 from gilles-peskine-arm/psa_cipher_update_ecp-unused_parameter by Janos Follath · 3 years, 11 months ago
  69. d87d873 Fix the size in bytes by Gilles Peskine · 3 years, 11 months ago
  70. 1716f32 psa_cipher_update_ecb: remove parameter output_size by Gilles Peskine · 3 years, 11 months ago
  71. 55dffe5 Document the internal function psa_cipher_update_ecb by Gilles Peskine · 3 years, 11 months ago
  72. 335aca9 fix format issue by Jerry Yu · 3 years, 11 months ago
  73. 78e84e8 Merge pull request #4766 from SiliconLabs/silabs_import_copy_key_opaque by Gilles Peskine · 4 years ago
  74. 72fc69b fix typo error by Jerry Yu · 4 years ago
  75. 9d17bf4 Styling and refactoring by Archana · 4 years ago
  76. 9a2b6ff Fix test vector dependency by Archana · 4 years ago
  77. a316b7e Rebase and update signature for curve448 tests by Archana · 4 years ago
  78. 74d99c6 Add a test to validate copy to read only lifetime by Archana · 4 years ago
  79. 374fe5b Handle zeroed attributes key bits and type in copy by Archana · 4 years ago
  80. 449608b Code style improvements by Archana · 4 years ago
  81. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  82. 6ed4bda pre-existing validation extended by Archana · 4 years ago
  83. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  84. d8a83dc Sizing of key buffer for opaque keys by Archana · 4 years, 2 months ago
  85. 3b097eb psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
  86. 9b8b69c psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
  87. 512ad81 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
  88. ddae0f5 Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
  89. 7c522d4 Remove ecp_c undefine routines by Jerry Yu · 4 years ago
  90. b60e3cf fix various issues by Jerry Yu · 4 years ago
  91. ed2ef2d add client hello msg test by Jerry Yu · 4 years ago
  92. 56fc07f add key_share extension by Jerry Yu · 4 years ago
  93. 7236994 add signature algorithms extension by Jerry Yu · 4 years ago
  94. 6b64fe3 add supported groups extension by Jerry Yu · 4 years ago
  95. e226cef Add NamedGroup IANA values and helper functions by Jerry Yu · 4 years ago
  96. 26f4d15 Add key exchange modes helper functions by Jerry Yu · 4 years ago
  97. 7533635 Change dummy extension return by Jerry Yu · 4 years ago
  98. 3c28fd3 Merge pull request #4882 from yuhaoth/pr/add-tls13-client-hello-process by Ronald Cron · 4 years ago
  99. fec982e fix coding style issues by Jerry Yu · 4 years ago
  100. 4e38828 fix usage of iteration by Jerry Yu · 4 years ago