1. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  2. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  3. f06b92d Merge pull request #4567 from mstarzyk-mobica/gcm_ad by Gilles Peskine · 4 years, 1 month ago
  4. d6f673d Remove outdated note about multiple calls to cipher update for associated data. by Mateusz Starzyk · 4 years, 1 month ago
  5. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  6. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 1 month ago
  7. 42eba1a Fix a typo by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  8. c42a0be Clarify calling sequence in the Cipher layer by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  9. e9cac0e Fix inconsistent documentation of cipher_setup() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  10. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  11. 49fef37 Merge pull request #4342 from gilles-peskine-arm/gcm-update-any-length by Ronald Cron · 4 years, 2 months ago
  12. 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
  13. 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
  14. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  15. 441907e Remove alignment requirement for mbedtls_gcm_update: documentation by Gilles Peskine · 4 years, 3 months ago
  16. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 3 months ago
  17. d11ddc5 Correction in the TODO issue number by TRodziewicz · 4 years, 3 months ago
  18. dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 3 months ago
  19. 3848e31 Fix internal references in public documentation by Chris Jones · 4 years, 4 months ago
  20. 84a773f Rename ssl_internal.h to ssl_misc.h by Chris Jones · 4 years, 4 months ago
  21. b23e31d Minor documentation/comment fixes by Manuel Pégourié-Gonnard · 4 years, 7 months ago
  22. 513c243 Deprecate mbedtls_cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  23. f2ffbc4 Stop supporting NIST_KW in cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  24. 9cc079d Declare cipher_auth_{en,de}crypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  25. 3ba84d5 Improve documentation of cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  26. 1588983 Introduce macros for max-{IV,block,key}-size for ciphers used in TLS by Hanno Becker · 4 years, 10 months ago
  27. 27a2688 Introduce public macro for maximum symmetric cipher key length by Hanno Becker · 5 years ago
  28. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  29. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  30. ffdf288 Add NIST keywrap as a cipher mode by Jack Lloyd · 6 years ago
  31. 02f39ac Adjust documentation of mbedtls_cipher_update_ad by Andrzej Kurek · 6 years ago
  32. 57f04e5 Adjust documentation of mbedtls_cipher_update_ad by Andrzej Kurek · 6 years ago
  33. 246cc86 cipher: fix indentation by Andrzej Kurek · 6 years ago
  34. c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
  35. 7909c4c Improve doc wording of PSA status field of mbedtls_cipher_context_t by Hanno Becker · 7 years ago
  36. 625f94b Minor rewording in documentation of PSA-based cipher context by Hanno Becker · 7 years ago
  37. f133640 Add AEAD tag length to new mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  38. 1cb3653 Add `psa_enabled` field to cipher ctx and add dummy implementations by Hanno Becker · 7 years ago
  39. 098c9de Add declaration and dummy-definition of mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  40. b1f0872 Improve wording in documentation of mbedtls_cipher_setup() by Hanno Becker · 7 years ago
  41. d7503a7 Expand documentation of mbedtls_cipher_list() by Hanno Becker · 7 years ago
  42. f4fb876 Fix style in cipher.h by Hanno Becker · 7 years ago
  43. e5a0450 Fix style in definition of `mbedtls_cipher_mode_t` by Hanno Becker · 7 years ago
  44. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  45. 03bd484 Merge remote-tracking branch 'upstream-public/pr/1861' into development by Jaeden Amero · 7 years ago
  46. c796573 Add Chacha dependency to the stream cipher field by Simon Butcher · 7 years ago
  47. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  48. 3fa6c27 Move definition to cipher.h by Ron Eldor · 7 years ago
  49. f57bf8b Define specific mode for ChachaPoly by Manuel Pégourié-Gonnard · 7 years ago
  50. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  51. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  52. 6873c84 Update cipher.h for OFB block mode documentation by Simon Butcher · 7 years ago
  53. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  54. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  55. 32902e6 cipher: handle ChaCha20 as a stream cipher by Manuel Pégourié-Gonnard · 7 years ago
  56. b500f8b Update documentation to match new guidelines. by Manuel Pégourié-Gonnard · 7 years ago
  57. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  58. 8fe4701 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  59. bd92062 Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  60. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  61. 93f9919 Update cipher.h by Rose Zadik · 7 years ago
  62. c441f74 Update cipher.h by Rose Zadik · 7 years ago
  63. 4c368e8 Update cipher.h by Rose Zadik · 7 years ago
  64. 826f264 Update cipher.h by Rose Zadik · 7 years ago
  65. b5607bf Update cipher.h by Rose Zadik · 7 years ago
  66. 02facfb Update cipher.h by Rose Zadik · 7 years ago
  67. 02f73a6 Update cipher.h by Rose Zadik · 7 years ago
  68. c06e101 ARIA ciphersuites for TLS 1.2 by Markku-Juhani O. Saarinen · 8 years ago
  69. 15f90e0 Merge remote-tracking branch 'upstream-public/pr/1336' into development by Jaeden Amero · 7 years ago
  70. 9ba6b62 Improve cipher documentation by Rose Zadik · 7 years ago
  71. bbca8c5 Add documentation warnings for weak algorithms by Hanno Becker · 8 years ago
  72. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 7 years ago
  73. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  74. 327398a Refactor and change CMAC interface by Simon Butcher · 9 years ago
  75. 98e28a7 Address user reported coverity issues. by Janos Follath · 9 years ago
  76. 0223ab9 Fix macroization of inline in C++ by Manuel Pégourié-Gonnard · 10 years ago
  77. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  78. 46c4fa1 Fix missing casts on return by Manuel Pégourié-Gonnard · 10 years ago
  79. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  80. 20af64d Still need to #define inline for MSVC by Manuel Pégourié-Gonnard · 10 years ago
  81. 2505528 Rm obsolete defines for inline wiht MSVC by Manuel Pégourié-Gonnard · 10 years ago
  82. 097c7bb Rename relevant global symbols from size to bitlen by Manuel Pégourié-Gonnard · 10 years ago
  83. 898e0aa Rename key_length in cipher_info by Manuel Pégourié-Gonnard · 10 years ago
  84. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  85. 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
  86. 5a74e8b Make struct cipher_base_t opaque by Manuel Pégourié-Gonnard · 10 years ago
  87. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  88. 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  89. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  90. 240b092 Drop dummy self_test functions by Manuel Pégourié-Gonnard · 11 years ago
  91. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/cipher.h]
  92. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  93. fb57e64 Fix whitespace issues by Manuel Pégourié-Gonnard · 10 years ago
  94. b8ca723 Only define mode_func if mode is enabled (CBC etc) by Manuel Pégourié-Gonnard · 11 years ago
  95. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  96. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  97. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 10 years ago
  98. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 10 years ago
  99. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 10 years ago
  100. a658a40 Update copyright by Manuel Pégourié-Gonnard · 10 years ago