1. f337850 Use const size buffer for local output in CCM decryption. by Mateusz Starzyk · 4 years ago
  2. c562788 Fix local buffer allocation conditions. by Mateusz Starzyk · 4 years ago
  3. c8bdf36 Validate tag pointer in ccm function. by Mateusz Starzyk · 4 years ago
  4. 1bda945 Factor out common code from ccm decrypt functions. by Mateusz Starzyk · 4 years ago
  5. eb395c0 Move 'Authenticated decryption' comment. by Mateusz Starzyk · 4 years ago
  6. 22f7a35 Do not use output buffer for internal XOR during decryption. by Mateusz Starzyk · 4 years ago
  7. 36d3b89 Verify input data lengths. by Mateusz Starzyk · 4 years ago
  8. 2d5652a Move ccm error state handling. by Mateusz Starzyk · 4 years ago
  9. 5d97601 Remove ccm input validation. by Mateusz Starzyk · 4 years ago
  10. ca9dc8d Rename ccm_calculate_first_block function. by Mateusz Starzyk · 4 years ago
  11. c52220d Clear temporary buffer after block crypt operation. by Mateusz Starzyk · 4 years ago
  12. a9cbdfb Replace ccm status flags with bitshifts. by Mateusz Starzyk · 4 years ago
  13. 663055f Remove UPDATE_CBC macro and working b buffer. by Mateusz Starzyk · 4 years, 1 month ago
  14. 20bac2f Fix chunked ccm update. by Mateusz Starzyk · 4 years, 1 month ago
  15. 05e92d6 Fix crypt mode configuration. Validate parameters in chunked input functions. by Mateusz Starzyk · 4 years, 1 month ago
  16. 6a15bcf Add support for chunked plaintext/cyphertext input. by Mateusz Starzyk · 4 years, 1 month ago
  17. 2ad7d8e Replace CCM_CRYPT macro with a more versatile static function. by Mateusz Starzyk · 4 years, 1 month ago
  18. 3339245 Add chunked auth data support by Mateusz Starzyk · 4 years, 1 month ago
  19. eb2ca96 Store set lenghts in ccm context. by Mateusz Starzyk · 4 years, 1 month ago
  20. 88c4d62 Clear context state if previous operation failed. by Mateusz Starzyk · 4 years, 1 month ago
  21. 793692c Split ccm_auth function. by Mateusz Starzyk · 4 years, 2 months ago
  22. 89d469c Move working variables to ccm context structure by Mateusz Starzyk · 4 years, 2 months ago
  23. 8bb9b80 Merge pull request #4806 from hanno-arm/ssl_session_serialization_version by Gilles Peskine · 4 years ago
  24. fa0d61e Fix typo by Hanno Becker · 4 years ago
  25. dce5097 Prefix "version" with "library" or "protocol" to avoid ambiguity by Hanno Becker · 4 years ago
  26. 37bdbe6 Remove mentions of truncated HMAC from ssl_tls.c by Hanno Becker · 4 years ago
  27. 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
  28. b637150 Merge pull request #4730 from TRodziewicz/finish_removing_tls_1.0_and_1.1 by Manuel Pégourié-Gonnard · 4 years ago
  29. fadbdbb Store TLS version in SSL session structure by Hanno Becker · 4 years ago
  30. 3b9bea0 Merge pull request #4750 from yutotakano/fix-reserved-identifier-clash by Gilles Peskine · 4 years, 1 month ago
  31. 538a0cb Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  32. c9890e9 Rewording comments by TRodziewicz · 4 years, 1 month ago
  33. 829fe70 Correction to callback declaration and usage by TRodziewicz · 4 years, 1 month ago
  34. 18cddc0 Reverting comments deleted in previous PR by TRodziewicz · 4 years, 1 month ago
  35. 36c8ddc Replace `_B` with `B` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  36. 277572f Fix coding style issue by Archana · 4 years, 1 month ago
  37. 1d2e2bb Add missing Curve448 support for PSA keys by Archana · 4 years, 2 months ago
  38. 299510e Correction to comments and changelog removed by TRodziewicz · 4 years, 1 month ago
  39. 7871c2e Adding new macro for tests failing by TRodziewicz · 4 years, 1 month ago
  40. 44f6390 Remove redundant hash len check by David Horstmann · 4 years, 1 month ago
  41. 458280e Correction to outdated comment by TRodziewicz · 4 years, 1 month ago
  42. 45419c1 Revert "Add auto-generated files" by Dave Rodgman · 4 years, 1 month ago
  43. 345165c Reverting deleted macros by TRodziewicz · 4 years, 1 month ago
  44. 302ed2b Reverting the TLS 1.3 compatibility by TRodziewicz · 4 years, 1 month ago
  45. d9be652 Corrections to the new functions names and error message wording by TRodziewicz · 4 years, 1 month ago
  46. 053b99b Re-introduction of key slot chekcs by TRodziewicz · 4 years, 1 month ago
  47. 527b82a Bump .so version numbers to stay ahead of 2.x by Dave Rodgman · 4 years, 1 month ago
  48. 3e84187 Add auto-generated files by Dave Rodgman · 4 years, 1 month ago
  49. 7601657 Bump library version numbers by Dave Rodgman · 4 years, 1 month ago
  50. 34d8cd2 Merge remote-tracking branch 'restricted/development-restricted' into mbedtls-3.0.0rc0-pr by Dave Rodgman · 4 years, 1 month ago
  51. 9f5774f Merge pull request #4739 from gabor-mezei-arm/3258_fp30_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  52. 0a7ff4a Merge pull request #4741 from gabor-mezei-arm/3267_fp30_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
  53. 5ce25d7 Remove obsolete comment by gabor-mezei-arm · 4 years, 1 month ago
  54. dc1a3b2 Merge pull request #4724 from hanno-arm/ssl_hs_parse_error_3_0 by Dave Rodgman · 4 years, 1 month ago
  55. 00e54f1 Fix minor issues by gabor-mezei-arm · 4 years, 1 month ago
  56. 6158e28 Check the return status of the functions first by gabor-mezei-arm · 4 years, 1 month ago
  57. 58c1727 Add buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  58. 3f860e4 Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  59. 47a8e14 Typo by gabor-mezei-arm · 4 years, 1 month ago
  60. 0a93b66 Fix possible unreachable code by gabor-mezei-arm · 4 years, 1 month ago
  61. 90fceea Update documentation by gabor-mezei-arm · 4 years, 1 month ago
  62. 258ae07 Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
  63. e5ff8f4 Use local variable instead of an ouput parameter by gabor-mezei-arm · 4 years, 1 month ago
  64. 6f4e5bb Initialize output buffer length to 0 by gabor-mezei-arm · 4 years, 1 month ago
  65. 0dfeaaf Remove confising comments by gabor-mezei-arm · 4 years, 1 month ago
  66. 9951b50 Remove comments by gabor-mezei-arm · 4 years, 1 month ago
  67. 42cdb2a Fix struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  68. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  69. ba0fa75 Implement one-shot cipher by gabor-mezei-arm · 4 years, 5 months ago
  70. 95180fe Fix comment by gabor-mezei-arm · 4 years, 1 month ago
  71. 43110b6 Do key usage policy extension when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  72. 39bd5a6 Address review comment by Dave Rodgman · 4 years, 1 month ago
  73. c50b717 Update a couple of ssl error codes by Dave Rodgman · 4 years, 1 month ago
  74. bed8927 Correct some TLS alerts and error codes by Dave Rodgman · 4 years, 1 month ago
  75. bb05cd0 Remove MBEDTLS_ERR_SSL_NO_CIPHER_CHOSEN by Dave Rodgman · 4 years, 1 month ago
  76. 53c8689 Introduce new TLS error codes by Dave Rodgman · 4 years, 1 month ago
  77. 096c411 Remove MBEDTLS_ERR_SSL_NO_USABLE_CIPHERSUITE by Dave Rodgman · 4 years, 1 month ago
  78. 43fcb8d Address review feedback by Dave Rodgman · 4 years, 1 month ago
  79. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  80. 2abf03c Remove all TLS 1.0 and 1.1 instances and add some compatibility tests by TRodziewicz · 4 years, 1 month ago
  81. e8dbd53 Update error code for cert parsing failure by Dave Rodgman · 4 years, 1 month ago
  82. 5f8c18b Update error code from ssl_parse_signature_algorithm by Dave Rodgman · 4 years, 1 month ago
  83. 8f12739 Update alert message for parsing PSK hint by Dave Rodgman · 4 years, 1 month ago
  84. 77b4a65 Address review feedback by Hanno Becker · 4 years, 1 month ago
  85. 2fc9a65 Address review feedback by Hanno Becker · 4 years, 1 month ago
  86. 90d59dd Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_HELLO by Hanno Becker · 4 years, 1 month ago
  87. c3411d4 Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO by Hanno Becker · 4 years, 1 month ago
  88. 9ed1ba5 Rename MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE by Hanno Becker · 4 years, 1 month ago
  89. 5697af0 Remove MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_REQUEST by Hanno Becker · 4 years, 1 month ago
  90. cbc8f6f Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_KEY_EXCHANGE by Hanno Becker · 4 years, 1 month ago
  91. a0ca87e Remove MBEDTLS_ERR_SSL_BAD_HS_FINISHED by Hanno Becker · 4 years, 1 month ago
  92. d934a2a Remove MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_VERIFY by Hanno Becker · 4 years, 1 month ago
  93. d3eec78 Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_CS by Hanno Becker · 4 years, 1 month ago
  94. 666b5b4 Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE by Hanno Becker · 4 years, 1 month ago
  95. 029cc2f Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO_DONE by Hanno Becker · 4 years, 1 month ago
  96. b24e74b Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_RP error code by Hanno Becker · 4 years, 1 month ago
  97. 241c197 Remove MBEDTLS_ERR_SSL_BAD_HS_NEW_SESSION_TICKET by Hanno Becker · 4 years, 1 month ago
  98. bc00044 Rename MBEDTLS_ERR_SSL_BAD_HS_PROTOCOL_VERSION by Hanno Becker · 4 years, 1 month ago
  99. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  100. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago