1. 6adb287 Move duplicated behaviour in get_files to own function by Yuto Takano · 2 years, 9 months ago
  2. 90bc026 Exclusively use re.search() to avoid confusion with .match() by Yuto Takano · 2 years, 9 months ago
  3. 9d9c6dc Align the item counts in check_names for ease of reading by Yuto Takano · 2 years, 9 months ago
  4. 165700c Remove unnecessary try/catch in list_internal_identifiers by Yuto Takano · 2 years, 9 months ago
  5. 8246eb8 Fix English typos in comments of check_names and list-identifiers by Yuto Takano · 2 years, 9 months ago
  6. fb86ac7 Comment Match.__str__ and use format() to simplify calculation by Yuto Takano · 2 years, 9 months ago
  7. 93a3ca6 Merge pull request #4413 from gilles-peskine-arm/tls_ext_cid-config by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  8. f11724b Merge pull request #4861 from yuhaoth/pr/add-openssl-gnutls-tls1_3-check by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  9. 4512f21 Merge pull request #3572 from mpg/add-arm-linux-build by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  10. 5e34456 Merge pull request #4858 from hanno-arm/upstream_tls13_transforms by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  11. 2fb897e Merge pull request #4852 from hanno-arm/unify_cli_srv_hs_step by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  12. b7745d2 Merge pull request #4834 from hanno-arm/msg_layer_reset_helper by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  13. 409c8f6 Merge pull request #4851 from hanno-arm/hs_msg_without_checksum by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  14. 7dd2f50 Allow configuring MBEDTLS_TLS_EXT_CID at compile time by Gilles Peskine · 3 years, 1 month ago
  15. a9e4e6f ssl_server2: Add usage string for TLS 1.3 key exchange modes by Hanno Becker · 2 years, 10 months ago
  16. cfa4d4b ssl_client2: Adjust usage string to recognized cmd line parameter by Hanno Becker · 2 years, 10 months ago
  17. 30319f1 Remove misplaced comment in TLS 1.3 ciphersuite definitions by Hanno Becker · 2 years, 10 months ago
  18. 5d045a8 Stick to 'ephemeral' instead of ECDHE for TLS 1.3 key exchanges by Hanno Becker · 2 years, 10 months ago
  19. 674f948 Fix typo: algorithmc -> algorithms by Hanno Becker · 2 years, 10 months ago
  20. d4fa9bc Remove outdated mentioning of version-specific ciphersuite config by Hanno Becker · 2 years, 10 months ago
  21. a253593 Add Doxygen documentation for TLS 1.3 key exchange macros by Hanno Becker · 2 years, 10 months ago
  22. 932064d Add ssl-opt.sh tests for ssl_client/server TLS 1.3 kex parameters by Hanno Becker · 2 years, 10 months ago
  23. 2c0f697 Support TLS 1.3 key exchange config in ssl_client2/ssl_server2 by Hanno Becker · 2 years, 10 months ago
  24. 71f1ed6 Add identifiers and API for configuration of TLS 1.3 key exchanges by Hanno Becker · 2 years, 10 months ago
  25. e2defad Fix indentation of pre-existing code-block in ssl_tls.c by Hanno Becker · 2 years, 10 months ago
  26. ae33685 Add ssl-opt.sh run to TLS 1.3 test in all.sh by Hanno Becker · 2 years, 10 months ago
  27. e486b2d Document use of mbedtls_ssl_conf_ciphersuites() for TLS 1.3 by Hanno Becker · 2 years, 10 months ago
  28. 8ca2692 Add TLS 1.3 ciphersuites by Hanno Becker · 2 years, 10 months ago
  29. e043d15 Turn comments of 1.3 record transforms into Doxygen documentation by Hanno Becker · 2 years, 9 months ago
  30. 2aec149 Merge pull request #4248 from hanno-arm/tls13_populate_transform by Dave Rodgman · 2 years, 9 months ago
  31. d112534 Add a new file for constant-time functions by gabor-mezei-arm · 2 years, 10 months ago
  32. 0402979 Add openssl/gnutls tls1.3 feature tests. by Jerry Yu · 2 years, 10 months ago
  33. deb68ce Fix guard around TLS 1.3 SigAlg configuration by Hanno Becker · 2 years, 10 months ago
  34. d73cec1 Add newline at end of list-identifiers.sh by Yuto Takano · 2 years, 10 months ago
  35. ac72fac Put back list-identifiers.sh as a thin wrapper around the python script by Yuto Takano · 2 years, 10 months ago
  36. 9c6aa7b Add default values for TLS 1.3 SigAlg configuration by Hanno Becker · 2 years, 10 months ago
  37. 11ceadd Add cmdline param for TLS 1.3 sig alg config to ssl_{client,server}2 by Hanno Becker · 2 years, 10 months ago
  38. 1cd6e00 Add experimental API for configuration of TLS 1.3 sig algs by Hanno Becker · 2 years, 10 months ago
  39. e0f5227 Add CCM test for calling finish without any input. by Mateusz Starzyk · 2 years, 10 months ago
  40. 551265f Add TLS 1.3 IANA signature-algorithm values by Hanno Becker · 2 years, 10 months ago
  41. 8fb1754 Add short description for CCM test functions. by Mateusz Starzyk · 2 years, 10 months ago
  42. f442de6 Add tests for CCM corner cases. by Mateusz Starzyk · 2 years, 10 months ago
  43. bccbf88 Rename CCM test functions. by Mateusz Starzyk · 2 years, 10 months ago
  44. 2f17549 Improve comment on local_output. by Mateusz Starzyk · 2 years, 10 months ago
  45. a42f953 Improve documentation for CCM's `processed` variable. by Mateusz Starzyk · 2 years, 10 months ago
  46. b73c3ec Restore MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED as default ret. by Mateusz Starzyk · 2 years, 10 months ago
  47. 62d22f9 Use additional state in CCM to track auth data input. by Mateusz Starzyk · 2 years, 10 months ago
  48. 4f2dd8a Fix errors returned by CCM functions. by Mateusz Starzyk · 2 years, 10 months ago
  49. f337850 Use const size buffer for local output in CCM decryption. by Mateusz Starzyk · 2 years, 10 months ago
  50. c562788 Fix local buffer allocation conditions. by Mateusz Starzyk · 2 years, 10 months ago
  51. ceb5bc6 Fix typos. by Mateusz Starzyk · 2 years, 10 months ago
  52. 8788906 Add CCM test for edge cases. by Mateusz Starzyk · 2 years, 10 months ago
  53. c8bdf36 Validate tag pointer in ccm function. by Mateusz Starzyk · 2 years, 10 months ago
  54. 1bda945 Factor out common code from ccm decrypt functions. by Mateusz Starzyk · 2 years, 10 months ago
  55. eb395c0 Move 'Authenticated decryption' comment. by Mateusz Starzyk · 2 years, 10 months ago
  56. 22f7a35 Do not use output buffer for internal XOR during decryption. by Mateusz Starzyk · 2 years, 10 months ago
  57. 36d3b89 Verify input data lengths. by Mateusz Starzyk · 2 years, 10 months ago
  58. 2d5652a Move ccm error state handling. by Mateusz Starzyk · 2 years, 10 months ago
  59. 5d97601 Remove ccm input validation. by Mateusz Starzyk · 2 years, 10 months ago
  60. ca9dc8d Rename ccm_calculate_first_block function. by Mateusz Starzyk · 2 years, 10 months ago
  61. c52220d Clear temporary buffer after block crypt operation. by Mateusz Starzyk · 2 years, 10 months ago
  62. a9cbdfb Replace ccm status flags with bitshifts. by Mateusz Starzyk · 2 years, 10 months ago
  63. 4df9ac4 Reorganize ccm context structure. by Mateusz Starzyk · 2 years, 10 months ago
  64. de7a83d Add changelog for chunked CCM implementation. by Mateusz Starzyk · 2 years, 10 months ago
  65. 27a1bef Tidy up test functions. by Mateusz Starzyk · 2 years, 10 months ago
  66. 29ec75b Add multipart testing to CCM* tests. by Mateusz Starzyk · 2 years, 10 months ago
  67. 663055f Remove UPDATE_CBC macro and working b buffer. by Mateusz Starzyk · 2 years, 10 months ago
  68. 25a3dfe Add multipart tests for ccm suite. by Mateusz Starzyk · 2 years, 10 months ago
  69. 20bac2f Fix chunked ccm update. by Mateusz Starzyk · 2 years, 10 months ago
  70. 05e92d6 Fix crypt mode configuration. Validate parameters in chunked input functions. by Mateusz Starzyk · 2 years, 11 months ago
  71. 6a15bcf Add support for chunked plaintext/cyphertext input. by Mateusz Starzyk · 2 years, 11 months ago
  72. 2ad7d8e Replace CCM_CRYPT macro with a more versatile static function. by Mateusz Starzyk · 2 years, 11 months ago
  73. 3339245 Add chunked auth data support by Mateusz Starzyk · 2 years, 11 months ago
  74. eb2ca96 Store set lenghts in ccm context. by Mateusz Starzyk · 2 years, 11 months ago
  75. 88c4d62 Clear context state if previous operation failed. by Mateusz Starzyk · 2 years, 11 months ago
  76. 793692c Split ccm_auth function. by Mateusz Starzyk · 2 years, 11 months ago
  77. 89d469c Move working variables to ccm context structure by Mateusz Starzyk · 2 years, 11 months ago
  78. 448c807 Merge pull request #4853 from yuhaoth/pr/add-tls13-config-check-and-dummy-handshake by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  79. 206b022 Fix off-by-one error in string formatting in Python by Yuto Takano · 2 years, 10 months ago
  80. 7828ca2 Fix typos pointed out by check_names by Yuto Takano · 2 years, 10 months ago
  81. 3aa186f Add transforms to be used for TLS 1.3 by Hanno Becker · 2 years, 10 months ago
  82. 0e719ff Improve the documentation of legacy msg layer transforms by Hanno Becker · 2 years, 10 months ago
  83. b6bbbb1 Fix typo in documentation of ssl->transform_out by Hanno Becker · 2 years, 10 months ago
  84. b9930e7 Add dummy tls1.3 handshake dispatch functions by Jerry Yu · 2 years, 10 months ago
  85. 3cc4c2a Add dummy ssl_tls13_{client,server}.c by Jerry Yu · 2 years, 10 months ago
  86. b19ccc3 fix test_suite_debug test fail by Jerry Yu · 2 years, 10 months ago
  87. c46e9b4 tests: Add negative version config tests. by Jerry Yu · 2 years, 10 months ago
  88. 60835a8 Add config check utils functions by Jerry Yu · 2 years, 10 months ago
  89. 7bfac1d Fix incorrect reference to NameCheck in script docstring by Yuto Takano · 2 years, 10 months ago
  90. 55c6c87 Separate code parsing and name checking in two classes by Yuto Takano · 2 years, 10 months ago
  91. f8f88d6 Merge pull request #4746 from gilles-peskine-arm/bump-version-3.0 by Janos Follath · 2 years, 10 months ago
  92. 5095343 Bring back logging of number of files by Yuto Takano · 2 years, 10 months ago
  93. 8e9a219 Improve ease of specifying which files to look in (check_names) by Yuto Takano · 2 years, 10 months ago
  94. f005c33 Change variable name argparser to parser by Yuto Takano · 2 years, 10 months ago
  95. d70d446 Improve code style consistency in check_names.py by Yuto Takano · 2 years, 10 months ago
  96. 68d2412 Create list_internal_identifiers.py by Yuto Takano · 2 years, 10 months ago
  97. 2a572cf Move socket setup behind ssl structure setup. by Jerry Yu · 2 years, 10 months ago
  98. b1dc59a Add tls1.3 parameters to ssl_{client,server2} by Jerry Yu · 2 years, 10 months ago
  99. 977e07f Use glob in get_files(), call setup_logger on init by Yuto Takano · 2 years, 10 months ago
  100. 51efcb1 Rename check-names.py to check_names.py by Yuto Takano · 2 years, 10 months ago