1. 1d592cb Remove NULL-SHA256 specific to OpenSSL by Joe Subbiani · 4 years ago
  2. 79f5790 Remove test_translate_format() by Joe Subbiani · 4 years ago
  3. a25ffab Integrate tests as unit tests into one file by Joe Subbiani · 4 years ago
  4. f2de374 Remove unused import by Joe Subbiani · 4 years ago
  5. a3d991c Improve python coding style by Joe Subbiani · 4 years ago
  6. 918ee79 Improve consitancy and useability by Joe Subbiani · 4 years ago
  7. 439a696 Improve translation error checking by Joe Subbiani · 4 years ago
  8. c3610ba Check exit status of translate_ciphers.py by Joe Subbiani · 4 years ago
  9. d614c0b Include translate ciphers tests in all.sh by Joe Subbiani · 4 years ago
  10. 3eac5b9 Use zip rather than enumerate by Joe Subbiani · 4 years ago
  11. a56e10d Run test_translate_ciphers_format.sh from root by Joe Subbiani · 4 years ago
  12. f849a93 Improve python coding style by Joe Subbiani · 4 years ago
  13. f3fcc29 Move translate scripts to appropriate folder by Joe Subbiani · 4 years ago
  14. 4a703ce Remove commented out old code by Joe Subbiani · 4 years ago
  15. 43592bd Remove trailing whitespaces by Joe Subbiani · 4 years ago
  16. a032963 Modify comment descriptions of add_xxx_ciphersuites() by Joe Subbiani · 4 years ago
  17. 6452f1e Modify file name comments to match the file rename by Joe Subbiani · 4 years ago
  18. 0fadf8e Improve coding style and consistancy by Joe Subbiani · 4 years ago
  19. 34d6262 Reduce calls to translate_ciphers.py in compat.sh by Joe Subbiani · 4 years ago
  20. d16d273 Compact 2 format functions to 1 by Joe Subbiani · 4 years ago
  21. 15d7124 Replace lists with calls to translate_ciphersuite.py by Joe Subbiani · 4 years ago
  22. a16ccac Format files and add license comment by Joe Subbiani · 4 years, 1 month ago
  23. 29239b0 Move translate scripts to test directory by Joe Subbiani · 4 years, 1 month ago
  24. 97cd599 Implement bash script for testing by Joe Subbiani · 4 years, 1 month ago
  25. 3ad5832 Reformat translation functions and test in seperate file by Joe Subbiani · 4 years, 1 month ago
  26. 8394484 Add draft python tool to translate MBed ciphersuites by Joe Subbiani · 4 years, 1 month ago
  27. 13592ca Merge pull request #4879 from yuhaoth/pr/upgrade-gnutls-next by Ronald Cron · 4 years ago 2.x
  28. 75261df fix comment issues by Jerry Yu · 4 years ago
  29. b12d81d Add feature tests for gnutls-next by Jerry Yu · 4 years ago
  30. ab46aa0 Upgrade gnutls-next to 3.7.2 by Jerry Yu · 4 years ago
  31. 0bf740e Merge pull request #4765 from gilles-peskine-arm/all.sh-subshells-3.0 by Gilles Peskine · 4 years ago
  32. 6f015a8 Merge pull request #2327 from kennethsoerensen/pkparse-warning by Gilles Peskine · 4 years ago
  33. 5a8abb1 Merge pull request #4883 from mstarzyk-mobica/fix_psa_sign_msg by Manuel Pégourié-Gonnard · 4 years ago
  34. e28d49b Remove compiler warning if only MBEDTLS_PK_PARSE_C is defined by Kenneth Soerensen · 7 years ago
  35. 1ebcd55 Extend mac_key_policy test. by Mateusz Starzyk · 4 years ago
  36. e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
  37. d85a52c Add mask for kex_modes by Jerry Yu · 4 years ago
  38. 31c01d3 Rename available values for tls13_kex_modes by Jerry Yu · 4 years ago
  39. 69e0ec4 Replace SHA512_C with SHA384_C by Jerry Yu · 4 years ago
  40. cadebe5 fix several format and comment issues by Jerry Yu · 4 years ago
  41. d07f4fc Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
  42. d951db4 Merge pull request #4716 from JoeSubbiani/ByteReadingMacros_dev by Ronald Cron · 4 years ago
  43. 2ef548a Merge pull request #4890 from andrey-starodubtsev/misprint by paul-elliott-arm · 4 years ago
  44. a5cb0d2 Tidy up grouped MBEDTLS_BYTE_x macros by Joe Subbiani · 4 years ago
  45. 90cc33a Misprint was fixed by Andrey Starodubtsev · 4 years ago
  46. 94180e7 Minor coding style improvement by Joe Subbiani · 4 years ago
  47. e4603ee Compress byte reading macros in if statements by Joe Subbiani · 4 years ago
  48. 1f6c3ae Tidy up ssl_*.c grouped MBEDTLS_BYTE_x macros by Joe Subbiani · 4 years ago
  49. cb0a7cd Fix mac_key_policy test function by Mateusz Starzyk · 4 years ago
  50. ce0e6a9 Require MESSAGE flag in PSA MAC setup. by Mateusz Starzyk · 4 years ago
  51. 9ab1866 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  52. d068785 Improve documentation and add more uses of MBEDTLS_PUT by Joe Subbiani · 4 years, 1 month ago
  53. 5241e34 Improve consitency throughout library/common.h by Joe Subbiani · 4 years, 1 month ago
  54. 6dd7364 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
  55. 51b147a Remove trailing white space by Joe Subbiani · 4 years, 1 month ago
  56. 4919bb4 Remove use of byte reading macro for uint16 by Joe Subbiani · 4 years, 1 month ago
  57. b6511b0 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
  58. fbeb692 Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years, 1 month ago
  59. 99edd6c Add UINT64 GET and PUT macros by Joe Subbiani · 4 years, 1 month ago
  60. 2194dc4 Replace MBEDTLS_CHAR_x with MBEDTLS_BYTE_x by Joe Subbiani · 4 years, 1 month ago
  61. bf7ea84 Replace "four bytes" with "two bytes" in macro documentation by Joe Subbiani · 4 years, 1 month ago
  62. f5462d9 Remove trailing whitespaces by Joe Subbiani · 4 years, 1 month ago
  63. 54550f7 Replace 3 byte shift with appropriate macro by Joe Subbiani · 4 years, 1 month ago
  64. 635231a Improve common.h macro documentation by Joe Subbiani · 4 years, 1 month ago
  65. cd84d76 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
  66. 6a50631 GET macros use a target variable by Joe Subbiani · 4 years, 1 month ago
  67. 394bdd6 Document common.h and remove changelog by Joe Subbiani · 4 years, 1 month ago
  68. 9fa9ac3 Move GET/PUT_UINT16_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  69. c469973 Fix formatting - Byte reading macros changelog by Joe Subbiani · 4 years, 1 month ago
  70. 33f953d Byte Reading Macros Changelog by Joe Subbiani · 4 years, 1 month ago
  71. 5ecac21 Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  72. 9aaec54 Undo use of BYTE_x macro by Joe Subbiani · 4 years, 1 month ago
  73. 6f2bb0c Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  74. c4f3d5b Add do-while protection to macros by Joe Subbiani · 4 years, 1 month ago
  75. 54c6134 Move UINT32_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  76. 30d974c Move UINT32_BE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  77. 3b39450 Move BYTES_TO_U32_LE to common.h by Joe Subbiani · 4 years, 1 month ago
  78. 50dde56 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 2 months ago
  79. 01a7859 Merge pull request #4864 from hanno-arm/upstream_sig_alg_identifers by Manuel Pégourié-Gonnard · 4 years ago
  80. 08b2d27 Merge pull request #4872 from lhuang04/development_cmp0090 by Janos Follath · 4 years ago
  81. 447a3be fix wrong typo and format issues by Jerry Yu · 4 years ago
  82. 8c51b73 Update CMake version for CMP0090 by lhuang04 · 4 years ago
  83. 7276f13 fix comments for sig_algs parser by Jerry Yu · 4 years ago
  84. 684543a Merge pull request #4807 from hanno-arm/bio_recv_ret_0_eof by Manuel Pégourié-Gonnard · 4 years ago
  85. 7899de8 fix comments and format issues by Jerry Yu · 4 years ago
  86. f7fce92 Remove rsa_pss_rsae_sha256 from preset_sig_algs. by Jerry Yu · 4 years ago
  87. 93a3ca6 Merge pull request #4413 from gilles-peskine-arm/tls_ext_cid-config by Manuel Pégourié-Gonnard · 4 years ago
  88. f11724b Merge pull request #4861 from yuhaoth/pr/add-openssl-gnutls-tls1_3-check by Manuel Pégourié-Gonnard · 4 years ago
  89. 4512f21 Merge pull request #3572 from mpg/add-arm-linux-build by Manuel Pégourié-Gonnard · 4 years ago
  90. 5e34456 Merge pull request #4858 from hanno-arm/upstream_tls13_transforms by Manuel Pégourié-Gonnard · 4 years ago
  91. 2fb897e Merge pull request #4852 from hanno-arm/unify_cli_srv_hs_step by Manuel Pégourié-Gonnard · 4 years ago
  92. b7745d2 Merge pull request #4834 from hanno-arm/msg_layer_reset_helper by Manuel Pégourié-Gonnard · 4 years ago
  93. 409c8f6 Merge pull request #4851 from hanno-arm/hs_msg_without_checksum by Manuel Pégourié-Gonnard · 4 years ago
  94. 7dd2f50 Allow configuring MBEDTLS_TLS_EXT_CID at compile time by Gilles Peskine · 4 years, 3 months ago
  95. a9e4e6f ssl_server2: Add usage string for TLS 1.3 key exchange modes by Hanno Becker · 4 years ago
  96. cfa4d4b ssl_client2: Adjust usage string to recognized cmd line parameter by Hanno Becker · 4 years ago
  97. 30319f1 Remove misplaced comment in TLS 1.3 ciphersuite definitions by Hanno Becker · 4 years ago
  98. 5d045a8 Stick to 'ephemeral' instead of ECDHE for TLS 1.3 key exchanges by Hanno Becker · 4 years ago
  99. 674f948 Fix typo: algorithmc -> algorithms by Hanno Becker · 4 years ago
  100. d4fa9bc Remove outdated mentioning of version-specific ciphersuite config by Hanno Becker · 4 years ago