1. cd74298 mbedtls_cipher_check_tag: jump on error for more robustness to refactoring by Gilles Peskine · 3 years, 8 months ago
  2. e7835d9 mbedtls_cipher_check_tag: zeroize expected tag on tag mismatch by Gilles Peskine · 3 years, 8 months ago
  3. be7b21d Merge branch 'development' into 3649_move_constant_time_functions_into_separate_module by Gabor Mezei · 3 years, 8 months ago
  4. 4cb9739 Use separate MBEDTLS_MODE for the CCM*. by Mateusz Starzyk · 3 years, 9 months ago
  5. 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
  6. 90437e3 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 9 months ago
  7. 765862c Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 9 months ago
  8. 80c6a8e Add PSA support for MBEDTLS_CIPHER_AES_128_ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  9. 4602564 Unify memcmp functions by gabor-mezei-arm · 4 years ago
  10. db9a38c Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
  11. 5a7be10 Add output_length parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 1 month ago
  12. 49fef37 Merge pull request #4342 from gilles-peskine-arm/gcm-update-any-length by Ronald Cron · 4 years, 2 months ago
  13. 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
  14. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  15. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  16. 295fc13 Split mbedtls_gcm_update_ad out of mbedtls_gcm_starts by Gilles Peskine · 4 years, 4 months ago
  17. a56c448 Add output length parameters to mbedtls_gcm_update by Gilles Peskine · 4 years, 4 months ago
  18. 9461e45 Add output parameter to mbedtls_gcm_finish by Gilles Peskine · 4 years, 4 months ago
  19. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
  20. daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 4 years, 5 months ago
  21. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 5 months ago
  22. 841b6fa Fix unused param warnings in auth_xxcrypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  23. 4e0a4d4 Clarifying comment by Gilles Peskine · 4 years, 8 months ago
  24. a56d3d9 cipher_auth_xxcrypt_ext: Make NIST_KW case more robust by Gilles Peskine · 4 years, 8 months ago
  25. e09aeb4 Remove redundant NIST_KW checks in cipher_auth_xxcrypt() by Gilles Peskine · 4 years, 8 months ago
  26. 70edd68 cipher_auth_xxcrypt(): fix some null pointer handling by Gilles Peskine · 4 years, 8 months ago
  27. 513c243 Deprecate mbedtls_cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  28. f2ffbc4 Stop supporting NIST_KW in cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  29. faddf98 Implement cipher_auth_{en,de}crypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  30. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  31. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  32. a2bdcb9 Remove redundant block_size validity check by Gilles Peskine · 6 years ago
  33. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  34. d2d45c1 Convert cipher and pk to PSA attribute-based key creation by Gilles Peskine · 6 years ago
  35. 2938268 Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190524 by Gilles Peskine · 6 years ago
  36. 87a5e56 Rename functions that inject key material to an allocated handle by Gilles Peskine · 6 years ago
  37. 521dbc6 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  38. 5f28999 Wrap lines at 80 columns by Jack Lloyd · 6 years ago
  39. ffdf288 Add NIST keywrap as a cipher mode by Jack Lloyd · 6 years ago
  40. 3497323 Initialize PSA Crypto operation contexts by Jaeden Amero · 6 years ago
  41. fe96fbe Initialize PSA Crypto operation contexts by Jaeden Amero · 6 years ago
  42. 67ea2c5 Merge branch 'development-psa-proposed' into development by Jaeden Amero · 6 years ago
  43. f2a7529 Fix double return statement in cipher.c by Manuel Pégourié-Gonnard · 6 years ago
  44. d142856 cipher: remove unnecessary precondition by Andrzej Kurek · 6 years ago
  45. de5a007 Merge development commit f352f7 into development-psa by Andrzej Kurek · 6 years ago
  46. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  47. 2169a5e PSA: Adapt pk.c, pk_wrap.c, cipher.c to new key policy init API by Hanno Becker · 7 years ago
  48. 242da1e PSA: Adapt cipher.c, pk.c, pk_wrap.c to new key slot allocation API by Hanno Becker · 7 years ago
  49. f99c2ec PSA: Adapt pk.c, pk_wrap.c, cipher.c to new key policy init API by Hanno Becker · 7 years ago
  50. e34f636 PSA: Adapt cipher.c, pk.c, pk_wrap.c to new key slot allocation API by Hanno Becker · 7 years ago
  51. f410a5c Fix indentation of documentation by Andrzej Kurek · 7 years ago
  52. 08dfcea cipher: fixed key ownership scope by Andrzej Kurek · 7 years ago
  53. c750932 Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  54. c0a1be0 Fix indentation of documentation by Andrzej Kurek · 7 years ago
  55. a62a58e cipher: fixed key ownership scope by Andrzej Kurek · 7 years ago
  56. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  57. 516897a Remove unnecessary parameter validation from the Cipher module by k-stachowiak · 7 years ago
  58. 1a9df6b Improve style in the Cipher module by k-stachowiak · 7 years ago
  59. 95070a8 Make some cipher parameter validation unconditional by k-stachowiak · 7 years ago
  60. c29d94c Account for optional NULL buffer arguments in the Cipher module by k-stachowiak · 7 years ago
  61. a539070 Make all parameter validation tests optional by k-stachowiak · 7 years ago
  62. e0215d7 Add Cipher module parameter validation by Krzysztof Stachowiak · 7 years ago
  63. 7b05629 Return 'Feature unavailable' error for ciphers unsupported by PSA by Hanno Becker · 7 years ago
  64. 1908655 Use enum for slot state in PSA-based cipher context by Hanno Becker · 7 years ago
  65. 4ee7e76 Check support for cipher in mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  66. fe73ade Implement PSA-based AEAD enc/dec cipher operations by Hanno Becker · 7 years ago
  67. 20120b3 Add AEAD tag length to new mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  68. a395d8f Always configure PSA-based keys for encryption and decryption by Hanno Becker · 7 years ago
  69. 55e2e3d Implement PSA-based version of mbedtls_cipher_crypt() by Hanno Becker · 7 years ago
  70. edda8b8 Implement mbedtls_cipher_setkey() for PSA-based cipher contexts by Hanno Becker · 7 years ago
  71. 6118e43 Add PSA-specific cipher context by Hanno Becker · 7 years ago
  72. ce1ddee Add `psa_enabled` field to cipher ctx and add dummy implementations by Hanno Becker · 7 years ago
  73. 4ccfc40 Add declaration and dummy-definition of mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  74. 18597cd Fix style in cipher.c by Hanno Becker · 7 years ago
  75. a654c3e Return 'Feature unavailable' error for ciphers unsupported by PSA by Hanno Becker · 7 years ago
  76. ce61a32 Use enum for slot state in PSA-based cipher context by Hanno Becker · 7 years ago
  77. 8d88a6e Check support for cipher in mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  78. 56150af Implement PSA-based AEAD enc/dec cipher operations by Hanno Becker · 7 years ago
  79. f133640 Add AEAD tag length to new mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  80. 884f6af Always configure PSA-based keys for encryption and decryption by Hanno Becker · 7 years ago
  81. 3c852a9 Implement PSA-based version of mbedtls_cipher_crypt() by Hanno Becker · 7 years ago
  82. d9ca5cf Implement mbedtls_cipher_setkey() for PSA-based cipher contexts by Hanno Becker · 7 years ago
  83. 73f59fc Add PSA-specific cipher context by Hanno Becker · 7 years ago
  84. 1cb3653 Add `psa_enabled` field to cipher ctx and add dummy implementations by Hanno Becker · 7 years ago
  85. 098c9de Add declaration and dummy-definition of mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  86. 21967c5 Fix style in cipher.c by Hanno Becker · 7 years ago
  87. bb4bbbb Resolve PR review comments by Ron Eldor · 8 years ago
  88. 4e64e0b Fix after PR comments by Ron Eldor · 8 years ago
  89. 7b01244 Add tests for mbedtls_cipher_crypt API by Ron Eldor · 8 years ago
  90. ab8d58c Move definition of MBEDTLS_CIPHER_MODE_STREAM by Ron Eldor · 7 years ago
  91. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  92. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  93. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  94. 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 7 years ago
  95. 32902e6 cipher: handle ChaCha20 as a stream cipher by Manuel Pégourié-Gonnard · 7 years ago
  96. 5ef92d3 chachapoly: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  97. fe725de cipher: use new functions from chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  98. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  99. 16b04ce Fix unused function warning under certain configurations. by Daniel King · 9 years ago
  100. 8fe4701 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago