1. 850e5b3 Document assumption of mbedtls_get_pkcs_padding by David Horstmann · 4 months ago
  2. 5a5440e Update to the new name in usages as well by David Horstmann · 4 months ago
  3. ab7bb57 Appease check-names with prefix by David Horstmann · 5 months ago
  4. 652ea21 Fix timing side-channel in PKCS7 padding by David Horstmann · 6 months ago
  5. d37e0c4 Add constant-flow testing for PKCS7 padding by David Horstmann · 6 months ago
  6. 3711734 Add invalid `padding_len` check in `get_pkcs_padding` by Andre Goddard Rosa · 1 year, 3 months ago
  7. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 8 months ago
  8. cd25d22 cipher.c: remove checks for CBC,XTS,KW,KWP in cipher_setkey by Yanray Wang · 1 year, 9 months ago
  9. 4995e0c cipher.c: return error for ECB-decrypt under BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  10. 0d76b6e Return an error if asking for decrypt under BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  11. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  12. b67b474 Rename MBEDTLS_CIPHER_ENCRYPT_ONLY as MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  13. bbc46b4 cipher: improve code readibility in mbedtls_cipher_setup() by Valerio Setti · 1 year, 9 months ago
  14. 79a02de cipher: check that ctx_alloc_func is not NULL before calling it by Valerio Setti · 1 year, 10 months ago
  15. aa01ee3 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 9 months ago
  16. 6da7872 Merge pull request #1083 from gilles-peskine-arm/development-restricted-merge-20230925 by Dave Rodgman · 1 year, 10 months ago
  17. ffe590d Merge pull request #1058 from waleed-elmelegy-arm/check-set_padding-is-called by Gilles Peskine · 1 year, 10 months ago
  18. ca1e605 Merge remote-tracking branch 'upstream-public/development' into development-restricted-merge-20230925 by Gilles Peskine · 1 year, 10 months ago
  19. d03f483 Use mbedtls_ct_error_if by Dave Rodgman · 1 year, 10 months ago
  20. 7ad37e4 Remove use of mbedtls_ct_int_if by Dave Rodgman · 1 year, 10 months ago
  21. 61f1bea Update library to use mbedtls_ct_int_if by Dave Rodgman · 1 year, 10 months ago
  22. 1a404e8 Use mbedtls_ct_error for CT error selection by Dave Rodgman · 1 year, 10 months ago
  23. 584a08f Add cast for MSVC by Dave Rodgman · 1 year, 10 months ago
  24. 1cf181f Reinstate more robust return value handling by Dave Rodgman · 1 year, 10 months ago
  25. c43a0a4 rename dont_ignore to in_padding by Dave Rodgman · 1 year, 10 months ago
  26. e834d6c Move declaration for robustness against future edits by Dave Rodgman · 1 year, 10 months ago
  27. ee5464f Simplify unnecessarily complex error code handling by Dave Rodgman · 1 year, 10 months ago
  28. fd96579 Use properly typed versions of mbedtls_ct_xxx_if by Dave Rodgman · 1 year, 10 months ago
  29. 437500c Fix MSVC type complaint by Dave Rodgman · 1 year, 10 months ago
  30. 6be4bcf code style by Dave Rodgman · 1 year, 10 months ago
  31. f8182d9 Simplify add_zeros_padding by Dave Rodgman · 1 year, 10 months ago
  32. d8c68a9 Use CT interface in get_zeros_padding by Dave Rodgman · 1 year, 10 months ago
  33. 89a9bd5 Use CT interface in get_one_and_zeros_padding by Dave Rodgman · 1 year, 10 months ago
  34. 6cec41c use CT interface in add_zeros_and_len_padding() by Dave Rodgman · 1 year, 10 months ago
  35. 6b7e2a5 Use CT interface in get_pkcs_padding by Dave Rodgman · 1 year, 10 months ago
  36. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  37. a7d206f Check set_padding has been called in mbedtls_cipher_finish by Waleed Elmelegy · 1 year, 11 months ago
  38. db9b309 cipher_wrap: remove *setkey_dec_func in CIPHER_ENCRYPT_ONLY by Yanray Wang · 1 year, 11 months ago
  39. ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years ago
  40. 5c731b0 Use consistent guards for deprecated feature by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  41. 57fa72f Remove unused function in cipher.c by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  42. efcc1f2 Make cipher functions static in cipher.c by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  43. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  44. 1b8a3b1 Add casts for enums in cipher.c by Dave Rodgman · 2 years, 1 month ago
  45. 3b46b77 code style by Dave Rodgman · 2 years, 1 month ago
  46. de3de77 Use look-up table for base by Dave Rodgman · 2 years, 1 month ago
  47. bb521fd Don't directly access iv_size by Dave Rodgman · 2 years, 1 month ago
  48. 9282d4f Don't directly access key_bitlen by Dave Rodgman · 2 years, 1 month ago
  49. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  50. f1419db Merge pull request #6381 from tom-cosgrove-arm/pr2164 by Dave Rodgman · 2 years, 8 months ago
  51. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  52. 2df73ae mbedtls: fix possible false success in ...check_tags() helpers by Denis V. Lunev · 7 years ago
  53. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  54. 80a6af6 Re-introduce ENUM validation in cipher.c by Tuvshinzaya Erdenekhuu · 3 years ago
  55. 5ce8e52 Remove NULL pointer validation in cipher.c by Tuvshinzaya Erdenekhuu · 3 years ago
  56. ef1fb4a Deprecate mbedtls_cipher_setup_psa() by Przemek Stekiel · 3 years, 3 months ago
  57. 63439ed Return an error for IV lengths other than 12 with ChaCha20+Poly1305 by Andrzej Kurek · 3 years, 8 months ago
  58. 33ca6af Return an error for IV lengths other than 12 with ChaCha20 by Andrzej Kurek · 3 years, 8 months ago
  59. cd74298 mbedtls_cipher_check_tag: jump on error for more robustness to refactoring by Gilles Peskine · 3 years, 8 months ago
  60. e7835d9 mbedtls_cipher_check_tag: zeroize expected tag on tag mismatch by Gilles Peskine · 3 years, 8 months ago
  61. be7b21d Merge branch 'development' into 3649_move_constant_time_functions_into_separate_module by Gabor Mezei · 3 years, 8 months ago
  62. 4cb9739 Use separate MBEDTLS_MODE for the CCM*. by Mateusz Starzyk · 3 years, 9 months ago
  63. 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
  64. 90437e3 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 9 months ago
  65. 765862c Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 9 months ago
  66. 80c6a8e Add PSA support for MBEDTLS_CIPHER_AES_128_ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  67. 4602564 Unify memcmp functions by gabor-mezei-arm · 4 years ago
  68. db9a38c Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
  69. 5a7be10 Add output_length parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 1 month ago
  70. 49fef37 Merge pull request #4342 from gilles-peskine-arm/gcm-update-any-length by Ronald Cron · 4 years, 2 months ago
  71. 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
  72. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  73. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  74. 295fc13 Split mbedtls_gcm_update_ad out of mbedtls_gcm_starts by Gilles Peskine · 4 years, 3 months ago
  75. a56c448 Add output length parameters to mbedtls_gcm_update by Gilles Peskine · 4 years, 3 months ago
  76. 9461e45 Add output parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 3 months ago
  77. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
  78. daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 5 months ago
  79. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 5 months ago
  80. 841b6fa Fix unused param warnings in auth_xxcrypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  81. 4e0a4d4 Clarifying comment by Gilles Peskine · 4 years, 8 months ago
  82. a56d3d9 cipher_auth_xxcrypt_ext: Make NIST_KW case more robust by Gilles Peskine · 4 years, 8 months ago
  83. e09aeb4 Remove redundant NIST_KW checks in cipher_auth_xxcrypt() by Gilles Peskine · 4 years, 8 months ago
  84. 70edd68 cipher_auth_xxcrypt(): fix some null pointer handling by Gilles Peskine · 4 years, 8 months ago
  85. 513c243 Deprecate mbedtls_cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  86. f2ffbc4 Stop supporting NIST_KW in cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  87. faddf98 Implement cipher_auth_{en,de}crypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  88. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  89. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  90. a2bdcb9 Remove redundant block_size validity check by Gilles Peskine · 6 years ago
  91. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  92. d2d45c1 Convert cipher and pk to PSA attribute-based key creation by Gilles Peskine · 6 years ago
  93. 2938268 Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190524 by Gilles Peskine · 6 years ago
  94. 87a5e56 Rename functions that inject key material to an allocated handle by Gilles Peskine · 6 years ago
  95. 521dbc6 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  96. 5f28999 Wrap lines at 80 columns by Jack Lloyd · 6 years ago
  97. ffdf288 Add NIST keywrap as a cipher mode by Jack Lloyd · 6 years ago
  98. 3497323 Initialize PSA Crypto operation contexts by Jaeden Amero · 6 years ago
  99. fe96fbe Initialize PSA Crypto operation contexts by Jaeden Amero · 6 years ago
  100. 67ea2c5 Merge branch 'development-psa-proposed' into development by Jaeden Amero · 6 years ago