1. 5d7f6b1 Remove rendundat ctx->add_len check. 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. cbefb6b Merge branch 'development' into ccm_chunked by Mateusz Starzyk · 4 years ago
  5. a5cb0d2 Tidy up grouped MBEDTLS_BYTE_x macros by Joe Subbiani · 4 years ago
  6. 94180e7 Minor coding style improvement by Joe Subbiani · 4 years ago
  7. e4603ee Compress byte reading macros in if statements by Joe Subbiani · 4 years ago
  8. 1f6c3ae Tidy up ssl_*.c grouped MBEDTLS_BYTE_x macros by Joe Subbiani · 4 years ago
  9. 9ab1866 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  10. d068785 Improve documentation and add more uses of MBEDTLS_PUT by Joe Subbiani · 4 years, 1 month ago
  11. 5241e34 Improve consitency throughout library/common.h by Joe Subbiani · 4 years, 1 month ago
  12. 6dd7364 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
  13. 51b147a Remove trailing white space by Joe Subbiani · 4 years, 1 month ago
  14. 4919bb4 Remove use of byte reading macro for uint16 by Joe Subbiani · 4 years, 1 month ago
  15. b6511b0 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
  16. fbeb692 Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years, 1 month ago
  17. 99edd6c Add UINT64 GET and PUT macros by Joe Subbiani · 4 years, 1 month ago
  18. 2194dc4 Replace MBEDTLS_CHAR_x with MBEDTLS_BYTE_x by Joe Subbiani · 4 years, 1 month ago
  19. bf7ea84 Replace "four bytes" with "two bytes" in macro documentation by Joe Subbiani · 4 years, 1 month ago
  20. f5462d9 Remove trailing whitespaces by Joe Subbiani · 4 years, 1 month ago
  21. 54550f7 Replace 3 byte shift with appropriate macro by Joe Subbiani · 4 years, 1 month ago
  22. 635231a Improve common.h macro documentation by Joe Subbiani · 4 years, 1 month ago
  23. cd84d76 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
  24. 6a50631 GET macros use a target variable by Joe Subbiani · 4 years, 1 month ago
  25. 394bdd6 Document common.h and remove changelog by Joe Subbiani · 4 years, 1 month ago
  26. 9fa9ac3 Move GET/PUT_UINT16_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  27. 5ecac21 Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
  28. 9aaec54 Undo use of BYTE_x macro by Joe Subbiani · 4 years, 1 month ago
  29. 6f2bb0c Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
  30. c4f3d5b Add do-while protection to macros by Joe Subbiani · 4 years, 1 month ago
  31. 54c6134 Move UINT32_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  32. 30d974c Move UINT32_BE macros to common.h by Joe Subbiani · 4 years, 1 month ago
  33. 3b39450 Move BYTES_TO_U32_LE to common.h by Joe Subbiani · 4 years, 1 month ago
  34. 50dde56 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 1 month ago
  35. 01a7859 Merge pull request #4864 from hanno-arm/upstream_sig_alg_identifers by Manuel Pégourié-Gonnard · 4 years ago
  36. 7899de8 fix comments and format issues by Jerry Yu · 4 years ago
  37. f7fce92 Remove rsa_pss_rsae_sha256 from preset_sig_algs. by Jerry Yu · 4 years ago
  38. 5e34456 Merge pull request #4858 from hanno-arm/upstream_tls13_transforms by Manuel Pégourié-Gonnard · 4 years ago
  39. 2fb897e Merge pull request #4852 from hanno-arm/unify_cli_srv_hs_step by Manuel Pégourié-Gonnard · 4 years ago
  40. b7745d2 Merge pull request #4834 from hanno-arm/msg_layer_reset_helper by Manuel Pégourié-Gonnard · 4 years ago
  41. 409c8f6 Merge pull request #4851 from hanno-arm/hs_msg_without_checksum by Manuel Pégourié-Gonnard · 4 years ago
  42. e043d15 Turn comments of 1.3 record transforms into Doxygen documentation by Hanno Becker · 4 years ago
  43. 2aec149 Merge pull request #4248 from hanno-arm/tls13_populate_transform by Dave Rodgman · 4 years ago
  44. deb68ce Fix guard around TLS 1.3 SigAlg configuration by Hanno Becker · 4 years ago
  45. 9c6aa7b Add default values for TLS 1.3 SigAlg configuration by Hanno Becker · 4 years ago
  46. 1cd6e00 Add experimental API for configuration of TLS 1.3 sig algs by Hanno Becker · 4 years ago
  47. 2f17549 Improve comment on local_output. by Mateusz Starzyk · 4 years ago
  48. b73c3ec Restore MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED as default ret. by Mateusz Starzyk · 4 years ago
  49. 62d22f9 Use additional state in CCM to track auth data input. by Mateusz Starzyk · 4 years ago
  50. 4f2dd8a Fix errors returned by CCM functions. by Mateusz Starzyk · 4 years ago
  51. f337850 Use const size buffer for local output in CCM decryption. by Mateusz Starzyk · 4 years ago
  52. c562788 Fix local buffer allocation conditions. by Mateusz Starzyk · 4 years ago
  53. c8bdf36 Validate tag pointer in ccm function. by Mateusz Starzyk · 4 years ago
  54. 1bda945 Factor out common code from ccm decrypt functions. by Mateusz Starzyk · 4 years ago
  55. eb395c0 Move 'Authenticated decryption' comment. by Mateusz Starzyk · 4 years ago
  56. 22f7a35 Do not use output buffer for internal XOR during decryption. by Mateusz Starzyk · 4 years ago
  57. 36d3b89 Verify input data lengths. by Mateusz Starzyk · 4 years ago
  58. 2d5652a Move ccm error state handling. by Mateusz Starzyk · 4 years ago
  59. 5d97601 Remove ccm input validation. by Mateusz Starzyk · 4 years ago
  60. ca9dc8d Rename ccm_calculate_first_block function. by Mateusz Starzyk · 4 years ago
  61. c52220d Clear temporary buffer after block crypt operation. by Mateusz Starzyk · 4 years ago
  62. a9cbdfb Replace ccm status flags with bitshifts. by Mateusz Starzyk · 4 years ago
  63. 663055f Remove UPDATE_CBC macro and working b buffer. by Mateusz Starzyk · 4 years, 1 month ago
  64. 20bac2f Fix chunked ccm update. by Mateusz Starzyk · 4 years, 1 month ago
  65. 05e92d6 Fix crypt mode configuration. Validate parameters in chunked input functions. by Mateusz Starzyk · 4 years, 1 month ago
  66. 6a15bcf Add support for chunked plaintext/cyphertext input. by Mateusz Starzyk · 4 years, 1 month ago
  67. 2ad7d8e Replace CCM_CRYPT macro with a more versatile static function. by Mateusz Starzyk · 4 years, 1 month ago
  68. 3339245 Add chunked auth data support by Mateusz Starzyk · 4 years, 1 month ago
  69. eb2ca96 Store set lenghts in ccm context. by Mateusz Starzyk · 4 years, 1 month ago
  70. 88c4d62 Clear context state if previous operation failed. by Mateusz Starzyk · 4 years, 1 month ago
  71. 793692c Split ccm_auth function. by Mateusz Starzyk · 4 years, 1 month ago
  72. 89d469c Move working variables to ccm context structure by Mateusz Starzyk · 4 years, 1 month ago
  73. 3aa186f Add transforms to be used for TLS 1.3 by Hanno Becker · 4 years ago
  74. b9930e7 Add dummy tls1.3 handshake dispatch functions by Jerry Yu · 4 years ago
  75. 3cc4c2a Add dummy ssl_tls13_{client,server}.c by Jerry Yu · 4 years ago
  76. 60835a8 Add config check utils functions by Jerry Yu · 4 years ago
  77. 41934dd Share preparatory code between client and server handshake steps by Hanno Becker · 4 years ago
  78. f3cce8b Add handshake message writing variant that doesn't update checksum by Hanno Becker · 4 years ago
  79. b0302c4 Move messaging related session reset into separate helper function by Hanno Becker · 4 years ago
  80. 8bb9b80 Merge pull request #4806 from hanno-arm/ssl_session_serialization_version by Gilles Peskine · 4 years ago
  81. fa0d61e Fix typo by Hanno Becker · 4 years ago
  82. dfba065 Adjust ssl_tls13_keys.c to consolidated CID/1.3 padding granularity by Hanno Becker · 4 years ago
  83. c0da10d Remove TLS 1.3 specific code from TLS <= 1.2 transform generator by Hanno Becker · 4 years, 4 months ago
  84. f62a730 Add missing semicolon in TLS 1.3 transform generation code by Hanno Becker · 4 years, 4 months ago
  85. edd5bf0 Fix and document minimum length of record ciphertext in TLS 1.3 by Hanno Becker · 4 years, 4 months ago
  86. 7887a77 Match parameter check in TLS 1.3 populate transform to 1.2 version by Hanno Becker · 4 years, 4 months ago
  87. 79e2d1b Fix AEAD additional data computation for TLS 1.3 by Hanno Becker · 4 years, 5 months ago
  88. c94060c Add TLS 1.3 specific key to SSL transform conversion function by Hanno Becker · 4 years, 5 months ago
  89. bd25755 Rename ssl_populate_transform() -> ssl_tls12_populate_transform() by Hanno Becker · 4 years, 5 months ago
  90. dce5097 Prefix "version" with "library" or "protocol" to avoid ambiguity by Hanno Becker · 4 years ago
  91. 37bdbe6 Remove mentions of truncated HMAC from ssl_tls.c by Hanno Becker · 4 years ago
  92. 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
  93. b637150 Merge pull request #4730 from TRodziewicz/finish_removing_tls_1.0_and_1.1 by Manuel Pégourié-Gonnard · 4 years ago
  94. fadbdbb Store TLS version in SSL session structure by Hanno Becker · 4 years ago
  95. 3b9bea0 Merge pull request #4750 from yutotakano/fix-reserved-identifier-clash by Gilles Peskine · 4 years ago
  96. 538a0cb Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  97. c9890e9 Rewording comments by TRodziewicz · 4 years, 1 month ago
  98. 829fe70 Correction to callback declaration and usage by TRodziewicz · 4 years, 1 month ago
  99. 18cddc0 Reverting comments deleted in previous PR by TRodziewicz · 4 years, 1 month ago
  100. 36c8ddc Replace `_B` with `B` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago