1. df25073 Use AES-128 for multipart CCM corner cases tests by Mateusz Starzyk · 4 years ago
  2. 64f0b5f Return BAD_INPUT error for CCM context's erroneous state by Mateusz Starzyk · 4 years ago
  3. 7251eda Replace BAD_SEQUENCE error with BAD_INPUT by Mateusz Starzyk · 4 years ago
  4. e40ae6b Fix typo by Mateusz Starzyk · 4 years ago
  5. cbefb6b Merge branch 'development' into ccm_chunked by Mateusz Starzyk · 4 years ago
  6. d951db4 Merge pull request #4716 from JoeSubbiani/ByteReadingMacros_dev by Ronald Cron · 4 years ago
  7. 2ef548a Merge pull request #4890 from andrey-starodubtsev/misprint by paul-elliott-arm · 4 years ago
  8. a5cb0d2 Tidy up grouped MBEDTLS_BYTE_x macros by Joe Subbiani · 4 years ago
  9. 90cc33a Misprint was fixed by Andrey Starodubtsev · 4 years ago
  10. 3879c34 Fix typo in the changelog for chunked CCM. by Mateusz Starzyk · 4 years ago
  11. 94180e7 Minor coding style improvement by Joe Subbiani · 4 years ago
  12. e4603ee Compress byte reading macros in if statements by Joe Subbiani · 4 years ago
  13. 1f6c3ae Tidy up ssl_*.c grouped MBEDTLS_BYTE_x macros by Joe Subbiani · 4 years ago
  14. 9ab1866 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  15. d068785 Improve documentation and add more uses of MBEDTLS_PUT by Joe Subbiani · 4 years, 1 month ago
  16. 5241e34 Improve consitency throughout library/common.h by Joe Subbiani · 4 years, 1 month ago
  17. 6dd7364 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
  18. 51b147a Remove trailing white space by Joe Subbiani · 4 years, 1 month ago
  19. 4919bb4 Remove use of byte reading macro for uint16 by Joe Subbiani · 4 years, 1 month ago
  20. b6511b0 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
  21. fbeb692 Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years, 1 month ago
  22. 99edd6c Add UINT64 GET and PUT macros by Joe Subbiani · 4 years, 1 month ago
  23. 2194dc4 Replace MBEDTLS_CHAR_x with MBEDTLS_BYTE_x by Joe Subbiani · 4 years, 1 month ago
  24. bf7ea84 Replace "four bytes" with "two bytes" in macro documentation by Joe Subbiani · 4 years, 1 month ago
  25. f5462d9 Remove trailing whitespaces by Joe Subbiani · 4 years, 1 month ago
  26. 54550f7 Replace 3 byte shift with appropriate macro by Joe Subbiani · 4 years, 1 month ago
  27. 635231a Improve common.h macro documentation by Joe Subbiani · 4 years, 1 month ago
  28. cd84d76 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
  29. 6a50631 GET macros use a target variable by Joe Subbiani · 4 years, 1 month ago
  30. 394bdd6 Document common.h and remove changelog by Joe Subbiani · 4 years, 1 month ago
  31. 9fa9ac3 Move GET/PUT_UINT16_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  32. c469973 Fix formatting - Byte reading macros changelog by Joe Subbiani · 4 years, 1 month ago
  33. 33f953d Byte Reading Macros Changelog by Joe Subbiani · 4 years, 1 month ago
  34. 5ecac21 Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  35. 9aaec54 Undo use of BYTE_x macro by Joe Subbiani · 4 years, 1 month ago
  36. 6f2bb0c Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  37. c4f3d5b Add do-while protection to macros by Joe Subbiani · 4 years, 1 month ago
  38. 54c6134 Move UINT32_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  39. 30d974c Move UINT32_BE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  40. 3b39450 Move BYTES_TO_U32_LE to common.h by Joe Subbiani · 4 years, 1 month ago
  41. 50dde56 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 2 months ago
  42. 01a7859 Merge pull request #4864 from hanno-arm/upstream_sig_alg_identifers by Manuel Pégourié-Gonnard · 4 years ago
  43. 08b2d27 Merge pull request #4872 from lhuang04/development_cmp0090 by Janos Follath · 4 years ago
  44. 447a3be fix wrong typo and format issues by Jerry Yu · 4 years ago
  45. 8c51b73 Update CMake version for CMP0090 by lhuang04 · 4 years ago
  46. 7276f13 fix comments for sig_algs parser by Jerry Yu · 4 years ago
  47. 684543a Merge pull request #4807 from hanno-arm/bio_recv_ret_0_eof by Manuel Pégourié-Gonnard · 4 years ago
  48. 7899de8 fix comments and format issues by Jerry Yu · 4 years ago
  49. f7fce92 Remove rsa_pss_rsae_sha256 from preset_sig_algs. by Jerry Yu · 4 years ago
  50. 93a3ca6 Merge pull request #4413 from gilles-peskine-arm/tls_ext_cid-config by Manuel Pégourié-Gonnard · 4 years ago
  51. f11724b Merge pull request #4861 from yuhaoth/pr/add-openssl-gnutls-tls1_3-check by Manuel Pégourié-Gonnard · 4 years ago
  52. 4512f21 Merge pull request #3572 from mpg/add-arm-linux-build by Manuel Pégourié-Gonnard · 4 years ago
  53. 5e34456 Merge pull request #4858 from hanno-arm/upstream_tls13_transforms by Manuel Pégourié-Gonnard · 4 years ago
  54. 2fb897e Merge pull request #4852 from hanno-arm/unify_cli_srv_hs_step by Manuel Pégourié-Gonnard · 4 years ago
  55. b7745d2 Merge pull request #4834 from hanno-arm/msg_layer_reset_helper by Manuel Pégourié-Gonnard · 4 years ago
  56. 409c8f6 Merge pull request #4851 from hanno-arm/hs_msg_without_checksum by Manuel Pégourié-Gonnard · 4 years ago
  57. 7dd2f50 Allow configuring MBEDTLS_TLS_EXT_CID at compile time by Gilles Peskine · 4 years, 3 months ago
  58. e043d15 Turn comments of 1.3 record transforms into Doxygen documentation by Hanno Becker · 4 years ago
  59. 2aec149 Merge pull request #4248 from hanno-arm/tls13_populate_transform by Dave Rodgman · 4 years ago
  60. 0402979 Add openssl/gnutls tls1.3 feature tests. by Jerry Yu · 4 years ago
  61. deb68ce Fix guard around TLS 1.3 SigAlg configuration by Hanno Becker · 4 years ago
  62. 9c6aa7b Add default values for TLS 1.3 SigAlg configuration by Hanno Becker · 4 years ago
  63. 11ceadd Add cmdline param for TLS 1.3 sig alg config to ssl_{client,server}2 by Hanno Becker · 4 years ago
  64. 1cd6e00 Add experimental API for configuration of TLS 1.3 sig algs by Hanno Becker · 4 years ago
  65. e0f5227 Add CCM test for calling finish without any input. by Mateusz Starzyk · 4 years ago
  66. 551265f Add TLS 1.3 IANA signature-algorithm values by Hanno Becker · 4 years ago
  67. 8fb1754 Add short description for CCM test functions. by Mateusz Starzyk · 4 years ago
  68. f442de6 Add tests for CCM corner cases. by Mateusz Starzyk · 4 years ago
  69. bccbf88 Rename CCM test functions. by Mateusz Starzyk · 4 years ago
  70. 2f17549 Improve comment on local_output. by Mateusz Starzyk · 4 years ago
  71. a42f953 Improve documentation for CCM's `processed` variable. by Mateusz Starzyk · 4 years ago
  72. b73c3ec Restore MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED as default ret. by Mateusz Starzyk · 4 years ago
  73. 62d22f9 Use additional state in CCM to track auth data input. by Mateusz Starzyk · 4 years ago
  74. 4f2dd8a Fix errors returned by CCM functions. by Mateusz Starzyk · 4 years ago
  75. f337850 Use const size buffer for local output in CCM decryption. by Mateusz Starzyk · 4 years ago
  76. c562788 Fix local buffer allocation conditions. by Mateusz Starzyk · 4 years ago
  77. ceb5bc6 Fix typos. by Mateusz Starzyk · 4 years ago
  78. 8788906 Add CCM test for edge cases. by Mateusz Starzyk · 4 years ago
  79. c8bdf36 Validate tag pointer in ccm function. by Mateusz Starzyk · 4 years ago
  80. 1bda945 Factor out common code from ccm decrypt functions. by Mateusz Starzyk · 4 years ago
  81. eb395c0 Move 'Authenticated decryption' comment. by Mateusz Starzyk · 4 years ago
  82. 22f7a35 Do not use output buffer for internal XOR during decryption. by Mateusz Starzyk · 4 years ago
  83. 36d3b89 Verify input data lengths. by Mateusz Starzyk · 4 years ago
  84. 2d5652a Move ccm error state handling. by Mateusz Starzyk · 4 years ago
  85. 5d97601 Remove ccm input validation. by Mateusz Starzyk · 4 years ago
  86. ca9dc8d Rename ccm_calculate_first_block function. by Mateusz Starzyk · 4 years ago
  87. c52220d Clear temporary buffer after block crypt operation. by Mateusz Starzyk · 4 years ago
  88. a9cbdfb Replace ccm status flags with bitshifts. by Mateusz Starzyk · 4 years ago
  89. 4df9ac4 Reorganize ccm context structure. by Mateusz Starzyk · 4 years ago
  90. de7a83d Add changelog for chunked CCM implementation. by Mateusz Starzyk · 4 years, 1 month ago
  91. 27a1bef Tidy up test functions. by Mateusz Starzyk · 4 years, 1 month ago
  92. 29ec75b Add multipart testing to CCM* tests. by Mateusz Starzyk · 4 years, 1 month ago
  93. 663055f Remove UPDATE_CBC macro and working b buffer. by Mateusz Starzyk · 4 years, 1 month ago
  94. 25a3dfe Add multipart tests for ccm suite. by Mateusz Starzyk · 4 years, 1 month ago
  95. 20bac2f Fix chunked ccm update. by Mateusz Starzyk · 4 years, 1 month ago
  96. 05e92d6 Fix crypt mode configuration. Validate parameters in chunked input functions. by Mateusz Starzyk · 4 years, 1 month ago
  97. 6a15bcf Add support for chunked plaintext/cyphertext input. by Mateusz Starzyk · 4 years, 1 month ago
  98. 2ad7d8e Replace CCM_CRYPT macro with a more versatile static function. by Mateusz Starzyk · 4 years, 1 month ago
  99. 3339245 Add chunked auth data support by Mateusz Starzyk · 4 years, 1 month ago
  100. eb2ca96 Store set lenghts in ccm context. by Mateusz Starzyk · 4 years, 1 month ago